diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | data/com.lakoliu.Furtherance.appdata.xml.in | 15 | ||||
-rw-r--r-- | meson.build | 2 |
4 files changed, 18 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 59416ea..cdb0ff9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -272,7 +272,7 @@ dependencies = [ [[package]] name = "furtherance" -version = "1.7.0" +version = "1.8.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 7bae452..7e4eb52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "furtherance" -version = "1.7.0" +version = "1.8.0" authors = ["Ricky Kresslein <rk@lakoliu.com>"] edition = "2021" diff --git a/data/com.lakoliu.Furtherance.appdata.xml.in b/data/com.lakoliu.Furtherance.appdata.xml.in index 7ce0aa4..185810b 100644 --- a/data/com.lakoliu.Furtherance.appdata.xml.in +++ b/data/com.lakoliu.Furtherance.appdata.xml.in @@ -39,6 +39,21 @@ <content_rating type="oars-1.1" /> <releases> + <release version="1.8.0" date="2023-06-05"> + <description> + <p>1.8 is a big update for Furtherance!</p> + <ul> + <li>Add 'This week' and 'Last week' to Reports</li> + <li>Setting to update today's total time as timer ticks</li> + <li>Bug fix: Pomodoro no longer displays one minute off</li> + <li>Exported CSV now includes total seconds</li> + <li>Moved 'total time' across from the date</li> + <li>Preferences is now split into sections</li> + <li>Updated to Gnome 44 runtime</li> + <li>Now uses libadwaita AboutWindow</li> + </ul> + </description> + </release> <release version="1.7.0" date="2023-03-22"> <description> <ul> diff --git a/meson.build b/meson.build index dcceaa0..aa8b327 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.7.0', + version: '1.8.0', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', ], |