diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-05-26 12:26:34 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-05-26 12:26:34 +0300 |
commit | bf5545d71453c53a48ca404a6ef3df9951a88d60 (patch) | |
tree | fa183e7e98d4b2c3c82f7746ed99128af3515f2d | |
parent | 83662127288b20585bf6575386ad6dc7eed50f3e (diff) | |
download | Furtherance-bf5545d71453c53a48ca404a6ef3df9951a88d60.tar.zst |
Update to v1.3.0
-rwxr-xr-x | Cargo.toml | 2 | ||||
-rwxr-xr-x | data/com.lakoliu.Furtherance.appdata.xml.in | 9 | ||||
-rwxr-xr-x | 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 <rk@lakoliu.com>"] 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 @@ <content_rating type="oars-1.1" /> <releases> + <release version="1.3.0" date="2022-05-26"> + <description> + <ul> + <li>Ability to add tasks manually</li> + <li>Auto-save option</li> + <li>Task names can now be changed for an entire group</li> + </ul> + </description> + </release> <release version="1.2.0" date="2022-04-29"> <description> <ul> 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', ], |