From bf5545d71453c53a48ca404a6ef3df9951a88d60 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Thu, 26 May 2022 12:26:34 +0300 Subject: [PATCH] Update to v1.3.0 --- Cargo.toml | 2 +- data/com.lakoliu.Furtherance.appdata.xml.in | 9 +++++++++ meson.build | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eb72b6a..2956773 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "furtherance" -version = "1.2.0" +version = "1.3.0" authors = ["Ricky Kresslein "] edition = "2018" diff --git a/data/com.lakoliu.Furtherance.appdata.xml.in b/data/com.lakoliu.Furtherance.appdata.xml.in index b345ae6..479e6ac 100755 --- a/data/com.lakoliu.Furtherance.appdata.xml.in +++ b/data/com.lakoliu.Furtherance.appdata.xml.in @@ -39,6 +39,15 @@ + + +
    +
  • Ability to add tasks manually
  • +
  • Auto-save option
  • +
  • Task names can now be changed for an entire group
  • +
+
+
    diff --git a/meson.build b/meson.build index f2fde39..04b8bed 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.2.0', + version: '1.3.0', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ],