From c3df33c64b2948fdef5b26953c3a98117e364b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bellegarde?= Date: Mon, 20 May 2024 10:55:51 +0200 Subject: [PATCH] Update files for 46.0 release --- NEWS | 20 ++++++++++++++++++++ desktop/org.gnome.Geary.appdata.xml.in.in | 13 +++++++++++++ meson.build | 2 +- 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7be0f678..90fe67ec 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +Version 46.0 +~~~~~~~~~~~~ +Released: 2024-05-20 + +A stable feature release. + +Enhancements included in this release: + * Simpler notification messages + * Fix navigation issues + * Continue delivering messages on error + * Fix one more unread count issue + * Numerous user interface translation updates + * Numerous bug fixes and user interface improvements + +Thanks to those who contributed bug fixes and enhancements to this +release: + * Niels De Graef + * Sabri Ünal + * All translators + Version 44.0 ~~~~~~~~~~~~ Released: 2023-07-05 diff --git a/desktop/org.gnome.Geary.appdata.xml.in.in b/desktop/org.gnome.Geary.appdata.xml.in.in index 809d83fe..5c0f45ea 100644 --- a/desktop/org.gnome.Geary.appdata.xml.in.in +++ b/desktop/org.gnome.Geary.appdata.xml.in.in @@ -83,6 +83,19 @@ geary + + +

Enhancements included in this release:

+
    +
  • Simpler notification messages
  • +
  • Fix navigation issues
  • +
  • Continue delivering messages on erro
  • +
  • Fix one more unread count issue
  • +
  • Numerous user interface translation updates
  • +
  • Numerous bug fixes and user interface improvements
  • +
+
+

Enhancements included in this release:

diff --git a/meson.build b/meson.build index 7e79bd06..0440f950 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('geary', [ 'vala', 'c' ], - version: '44.0', + version: '46.0', license: 'LGPL2.1+', meson_version: '>= 0.59', )