-
Notifications
You must be signed in to change notification settings - Fork 32
ReleaseNotes
Stephen Swensen edited this page Jul 26, 2015
·
2 revisions
Fixes to New Window command, a new Hex response body viewer, and other features.
- Issue 21 Add an "Export Pretty Response Body..." File menu item
- Issue 57 Do not prompt for save when executing New Window action
- Issue 58 Persist settings and history just before executing the New Window action
- Issue 59 Add binary and or hex response body views for file content
- Issue 60 Detect zip and other binary file extension endings when exporting response body
- Issue 61 Add option to allow ignoring ssl validation errors
- Issue 62 Support gzip and deflate automatic decoding
- Issue 63 Scroll to x,0 on json or xml format
- Issue 64 Submitting HEAD verb causes error
- Issue 65 Bad response time numbers
Various enhancements and bug fixes including support for file associations, basic authorization via url user info, and status bar notifications.
- Issue 15 Allow associating IOR request files with the app such that opening an IOR file launches it with the file open
- Issue 22 Add status bar at bottom of form with error notifications
- Issue 26 Add "New" and "New Window" File commands
- Issue 35 Remove the Clear button
- Issue 46 New Feature: Support Basic http authentication via username:password info in URL
- Issue 50 Do not send Expect: 100-continue header unless explicitly specified
- Issue 51 Overly aggressive header value validation
- Issue 52 Upgrade to NLog 3.1 which contains an important bug fix
- Issue 53 Cookie header gets corrupted in actual request
A new Log Viewer, persistent History, and several other improvements.
- Issue 30: Pressing Clear button sets Response Time value to "0ms" - it should just set it to blank
- Issue 40: Enhancement: New Setting follow redirects
- Issue 41: New Feature: easier interface for re-running queries
- Issue 42: Cookie ignored in Headers
- Issue 44: Upgrade various 3rd party library dependencies
- Issue 45: Write content format failures to log file
- Issue 48: New Feature: visual log viewer
- Issue 49: New Feature: persistent History to compliment snapshots
This release fixes a regression issue from version 1.1.0 where a newly opened file is marked as modified.
- Issue 33: Scintilla Regression - TextChanged event is too active and makes newly opened files marked "dirty"
Improved text editing and rendering using Scintilla.
- Issue 2: Implement greater under/redo on request text boxes
- Issue 27: Attempt to pretty print response data with text/javascript content-type header as json
- Issue 29: Regression: Clear button throws exception
- Issue 32: Implement Scintilla as rich text editor for text editing and rendering
A couple high-priority bug fixes.
- Issue 24: Handle TPL exceptions so that they don't cause fatal app exit
- Issue 25: Fatal exception app shutdown on NPE in request Task callback due to unresolved host when Browser render mode
Initial release.