From a374e5dd363dcbc6ef3b93e2151f2239046a556d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CAlain=E2=80=9D?= <“ameza@claroinsurance.com”> Date: Fri, 13 Sep 2024 19:14:22 -0500 Subject: [PATCH] Release 4.11.2 --- data/io.github.alainm23.planify.appdata.xml.in.in | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/data/io.github.alainm23.planify.appdata.xml.in.in b/data/io.github.alainm23.planify.appdata.xml.in.in index d061b59fb..0efe00a5b 100644 --- a/data/io.github.alainm23.planify.appdata.xml.in.in +++ b/data/io.github.alainm23.planify.appdata.xml.in.in @@ -61,6 +61,17 @@ https://www.patreon.com/alainm23 @appid@.desktop + + +
    +
  • Fixed bug with the schedule button.
  • +
  • Fixed bug that opened multiple times Quick Add.
  • +
  • Spanish translation update thanks to @haggen88.
  • +
  • French translation update thanks to @rene-coty.
  • +
+
+
+
    diff --git a/meson.build b/meson.build index 370717f25..6d72c95ef 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.github.alainm23.planify', 'vala', 'c', - version: '4.11.0' + version: '4.11.2' ) gnome = import('gnome')