From eafdc1974b957a9313992dd16be19867575f1c68 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Mon, 5 Jun 2023 11:57:51 +0200 Subject: Update to v1.8.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- data/com.lakoliu.Furtherance.appdata.xml.in | 15 +++++++++++++++ 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 "] 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 @@ + + +

1.8 is a big update for Furtherance!

+
    +
  • Add 'This week' and 'Last week' to Reports
  • +
  • Setting to update today's total time as timer ticks
  • +
  • Bug fix: Pomodoro no longer displays one minute off
  • +
  • Exported CSV now includes total seconds
  • +
  • Moved 'total time' across from the date
  • +
  • Preferences is now split into sections
  • +
  • Updated to Gnome 44 runtime
  • +
  • Now uses libadwaita AboutWindow
  • +
+
+
    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', ], -- cgit 1.4.1