From d43bfc3a3d14c0e824779c9d394a0a19821112ad Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Mon, 12 Aug 2024 15:49:10 +0900 Subject: [PATCH] Release 3.1.0 --- ...om.github.sgpthomas.hourglass.metainfo.xml.in | 16 ++++++++++++++++ meson.build | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/data/com.github.sgpthomas.hourglass.metainfo.xml.in b/data/com.github.sgpthomas.hourglass.metainfo.xml.in index 297f955..0538999 100644 --- a/data/com.github.sgpthomas.hourglass.metainfo.xml.in +++ b/data/com.github.sgpthomas.hourglass.metainfo.xml.in @@ -69,6 +69,22 @@ + + +
    +
  • Use portal for background and autostart
  • +
  • Update Flatpak runtime version to 8
  • +
+

+ Translation updates: +

+
    +
  • Update Russian translation (thanks to @lenemter)
  • +
  • Update Japanese translation
  • +
+
+
+
    diff --git a/meson.build b/meson.build index b145155..7715e69 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('com.github.sgpthomas.hourglass', 'vala', 'c', - version: '3.0.0', + version: '3.1.0', meson_version: '>=0.57.0' )