diff --git a/Cargo.lock b/Cargo.lock index d56e865..3fc94b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -653,7 +653,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hotwire" -version = "0.2.0" +version = "0.2.1" dependencies = [ "brotli", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 7ca676d..230a959 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hotwire" -version = "0.2.0" +version = "0.2.1" authors = ["Emmanuel Touzery "] edition = "2021" diff --git a/flatpak/com.github.emmanueltouzery.hotwire.metainfo.xml b/flatpak/com.github.emmanueltouzery.hotwire.metainfo.xml index 74ccd20..5ff9387 100644 --- a/flatpak/com.github.emmanueltouzery.hotwire.metainfo.xml +++ b/flatpak/com.github.emmanueltouzery.hotwire.metainfo.xml @@ -30,6 +30,16 @@ https://hughsie.github.io/oars/index.html --> + + +

Fix #1 change the design, better type-safety

+

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.

+

Also know how to indent and format ndjson now

+

Search GUI: properly escape the " and \ in search values

+

Search implementation: properly parse escaped \ characters

+

Refresh dependencies

+
+

Upgrade dependencies, especially gtk and relm