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', )