~alcinnz/hurl

ref: 0bdcc12855235c8af55a92806c4d7961024a0e5a hurl/ChangeLog.md -rw-r--r-- 868 bytes
0bdcc128 — Adrian Cochrane Release 2.1.1! 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Revision history for hurl

## 2.1.1.0 -- 2021-07-22
* Add support for submitting forms (fallsback to normal URL resolution).
* Allow setting cookies in response HTTP POST, including retroactively for the sake of CSRF protections.

## 2.1.0.1 -- 2021-03-09
* Fixes a build failure.

## 2.1.0.0
* Added APIs for localizing MIMEtypes
* Crash fixes

## 2.0.0.0 -- 2021-01-07
* Fix several real & potential crashes
* Expose APIs for querying localized labels for MIME types from the OS
* Expand search path for executable extensions
* Subsume Appstream feature flag into FreeDesktop, XML dependency is now nearly-required on Linux.

## 1.5.0.0 -- 2020-12-24
* Add HTTP caching
* Add `ext:` URI scheme as a plugin system.
* Expose APIs list all apps for a given MIMEtype & open a URL in one.

## 0.1.0.0  -- YYYY-mm-dd

* First version. Released on an unsuspecting world.