New in 1.3.4: * Pick more appropriate syntax highlighting based on certain known Content-Types * Respect the HTTP Method on redirected requests * Menu item and Command-W added for closing window New in 1.3.3: * Added syntax highlighting to raw requests and responses (can be enabled or disabled via menu option) * Added OPTIONS, PATCH and SEARCH HTTP verbs (ISSUE-18) * Added menu options to increase or decrease request and response font size * Added menu option to export response text to file * Added menu option to open response text in default browser * Added menu option to open response text in default application * Added menu option to re-GET request using default browser * Form encoding bugfix for '&' character (Pull request 7) * Fix for parsing Content-Type headers that don't contain charsets New in 1.3.2: * Use double click to add a new row to headers, params, or files table. New rows will also be added by pressing TAB at the end of the last row being edited. Backspace key removes rows when selected. * Added preferences menu to persist update preferences, request timeout settings, and HTTP redirect settings. * Bugfix (Issue 15): Fixed bug where Content-Type of request can be erroneously repeated for multipart and form encoded requests. * Bugfix (Issue 17): Automatically URL encode requests to handle non-ASCII characters. I'm amazed it took this long to catch this! New in 1.3.1: * Bugfix: correctly decode content served in ISO-8859-1 encoding (such as google.com) New in 1.3.0: * Adding import and export requests. On exports, you will be prompted to select which requests you would like to export. On imports, you will also be prompted to select which requests from the imported file you would like to add to your drawer of requests. This feature can be accessed through the file menu or request can be imported by dragging them into the drawer. * Adding sent request headers to the response area. * Adding ability to overwrite existing requests in the saved requests drawer by choosing File > Overwrite Request or by pressing Control-Command-S. * Adding indefinite progress indicator that runs while requests are in progress.