Skip to content

Commit

Permalink
release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanueltouzery committed Feb 20, 2022
1 parent e69db87 commit 209b74b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hotwire"
version = "0.2.2"
version = "0.2.3"
authors = ["Emmanuel Touzery <[email protected]>"]
edition = "2021"

Expand Down
11 changes: 11 additions & 0 deletions flatpak/com.github.emmanueltouzery.hotwire.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ https://hughsie.github.io/oars/index.html
-->
<content_rating type="oars-1.0" />
<releases>
<release version="0.2.3" date="2022-02-20">
<description>
<p>HTTP: display basic authentication credentials in a friendly manner</p>
<p>Display errors loading files even if we partially succeeded</p>
<p>Add support for HTTP 1.1 pipelining</p>
<p>Port to latest gtkrs/relm</p>
<p>HTTP: ability to filter based on request or response size</p>
<p>HTTP: fix very long URLs or headers causing an horizontal scrollbar in the display</p>
<p>HTTP: expanders for requests and responses</p>
</description>
</release>
<release version="0.2.2" date="2022-02-05">
<description>
<p>Fix important regression in 0.2.1 for streams with more than 100 messages (messages would get duplicated many times over)</p>
Expand Down

0 comments on commit 209b74b

Please sign in to comment.