Skip to content

Commit

Permalink
0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanueltouzery committed Jan 30, 2022
1 parent 82a7e24 commit 2d6f82a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0"
version = "0.2.1"
authors = ["Emmanuel Touzery <[email protected]>"]
edition = "2021"

Expand Down
10 changes: 10 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,16 @@ https://hughsie.github.io/oars/index.html
-->
<content_rating type="oars-1.0" />
<releases>
<release version="0.2.1" date="2023-01-30">
<description>
<p>Fix #1 change the design, better type-safety</p>
<p>HTTP: properly escape body contents. previously depending on the contents, some gtk/pango "escape sequences" would get through and the markup would potentially be invalid. If it came to that, we did not display the contents or worse, left the previous content, which could be very confusing.</p>
<p>Also know how to indent and format ndjson now</p>
<p>Search GUI: properly escape the " and \ in search values</p>
<p>Search implementation: properly parse escaped \ characters</p>
<p>Refresh dependencies</p>
</description>
</release>
<release version="0.2.0" date="2021-10-30">
<description>
<p>Upgrade dependencies, especially gtk and relm</p>
Expand Down

0 comments on commit 2d6f82a

Please sign in to comment.