Skip to content

Commit 2d6f82a

Browse files
0.2.1 release
1 parent 82a7e24 commit 2d6f82a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hotwire"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Emmanuel Touzery <[email protected]>"]
55
edition = "2021"
66

flatpak/com.github.emmanueltouzery.hotwire.metainfo.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ https://hughsie.github.io/oars/index.html
3030
-->
3131
<content_rating type="oars-1.0" />
3232
<releases>
33+
<release version="0.2.1" date="2023-01-30">
34+
<description>
35+
<p>Fix #1 change the design, better type-safety</p>
36+
<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>
37+
<p>Also know how to indent and format ndjson now</p>
38+
<p>Search GUI: properly escape the " and \ in search values</p>
39+
<p>Search implementation: properly parse escaped \ characters</p>
40+
<p>Refresh dependencies</p>
41+
</description>
42+
</release>
3343
<release version="0.2.0" date="2021-10-30">
3444
<description>
3545
<p>Upgrade dependencies, especially gtk and relm</p>

0 commit comments

Comments
 (0)