From 635cd29ce020eaa0ac34f61fd1d7dc8b2b7cc587 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Sun, 15 Oct 2023 11:36:27 +0200 Subject: Update to version 1.8.2 --- Cargo.toml | 2 +- data/com.lakoliu.Furtherance.appdata.xml.in | 8 ++++++++ meson.build | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aa63054..29d14ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "furtherance" -version = "1.8.1" +version = "1.8.2" authors = ["Ricky Kresslein "] edition = "2021" diff --git a/data/com.lakoliu.Furtherance.appdata.xml.in b/data/com.lakoliu.Furtherance.appdata.xml.in index 9ad151e..2661281 100644 --- a/data/com.lakoliu.Furtherance.appdata.xml.in +++ b/data/com.lakoliu.Furtherance.appdata.xml.in @@ -39,6 +39,14 @@ + + +
    +
  • Autocompletion
  • +
  • Bug fixes
  • +
+
+

Translation improvements

diff --git a/meson.build b/meson.build index 13a3648..04c3680 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.8.1', + version: '1.8.2', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', ], -- cgit 1.4.1