From ec25ce0f30ad2094840e721c05d8d7dd84b79c10 Mon Sep 17 00:00:00 2001 From: Mike Mattozzi Date: Sun, 9 Jul 2017 09:42:49 -0400 Subject: [PATCH] Updating Release Notes with new features --- ReleaseNotes/1.4.2.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes/1.4.2.html b/ReleaseNotes/1.4.2.html index 0991843..484e8fb 100644 --- a/ReleaseNotes/1.4.2.html +++ b/ReleaseNotes/1.4.2.html @@ -2,4 +2,5 @@ * Of course, 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! -* +* Added an additional table to input URL parameters; synced with changes to the URL bar. (Issue #67, Issue #56) +* If the requst contains the Accept-Encoding header, append --compressed to a generated curl command so that curl decompresses the response body automatically. (Issue #130)