From 2d6f82ac5da532d87f4b96071b9357d601d581bd Mon Sep 17 00:00:00 2001 From: Emmanuel Touzery Date: Sun, 30 Jan 2022 17:07:31 +0100 Subject: [PATCH] 0.2.1 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- .../com.github.emmanueltouzery.hotwire.metainfo.xml | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) 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