Releases: sunny-chung/hello-http
Releases · sunny-chung/hello-http
v1.4.0-pre.2
fix race condition in Environment name text field
v1.4.0-pre.1
update DropDownView to be non-clickable and disabled if nothing can b…
1.3.0
New
- GraphQL support (queries + mutations + subscriptions)
- "Connecting to the host" event in request timeline
- SSL handshake completion event in WebSocket-based request timeline (it is present in HTTP-based requests)
- Searching in response body
Change
- Width of the project selector in the setting dialog is narrowed to make the dialog easier to be scrolled
- Selected event in message streaming view is highlighted
Fix
- Responses to single clicks, which the underlying view is listening to double clicks as well, should not be delayed
- Crashed if Send Payload button was clicked while WebSocket connection was not yet established
- Array values were not highlighted in JSON syntax highlighting
- "Content Type" selector in the "Body" tab of Request Editor disappeared when a content type was selected
1.2.1
New
now.epochMills
andnow.epochSeconds
user functions
Change
- Only HTTP status code 101 is recognized as successful for WebSocket in UI (status label background colour)
- "Click to show detail" applies to all WebSocket events in message streaming view regardless of event types
Fix
- Various bug fixes related to WebSocket requests
1.2.0
New
- Release for Ubuntu
- WebSocket support
- HTTP/2 support
- Cancelling an ongoing request
Change
- A project/subproject is automatically selected if there is only one
- Subproject list is hidden if a project is not selected
- Default user-agent header
- Transition between delete buttons and confirm buttons is now an cross-fade animation
Fix
- Request body JSON/raw text field should not reset the cursor upon typing
- cURL commands generated were not usable in Windows
- "Communicating" was shown and timer was counting indefinitely if an ongoing request was interrupted by restarting the application
1.2.0-beta.2
v1.2.0-beta.2 update version to 1.2.0
1.1.1
New
- Windows binary release
- Flight timer during HTTP calls
Fix
- Performance issue in large data uploading
- Crashes in Timeline View when large amount of data is transferred
- Timeline View was not actively updated
- Incorrect minimum window size for macOS
1.1.0
First public release.