Skip to content

Version 1.4.2

Compare
Choose a tag to compare
@mmattozzi mmattozzi released this 29 Jul 19:50
· 59 commits to master since this release

Requirements

  • macOS Sierra (10.12.0+)
  • Run the app unsigned
    • Right-click the app file and choose "Open." After you confirm that you want to run the app, it'll remember that preference and then you can run the app as usual.

What's new in 1.4.x versions?

If you haven't upgraded to 1.4.x yet, be sure to give it a try since 1.4.0+ versions support new windows and tabbed windows using native macOS tabbing support!

Fixes/Features in 1.4.2

  • Added an additional table to input URL parameters; synced with changes to the URL bar. (Issue #67, Issue #56)
  • If the request contains the Accept-Encoding header, append --compressed to a generated curl command so that curl decompresses the response body automatically. (Issue #130)