diff --git a/NEWS b/NEWS index 0ac67f3c..3b459d22 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,51 @@ +Version 3.33.90 +~~~~~~~~~~~~~~~ +Released: 2019-08-30 + +Enhancements included in this release: + * Sent email is now immediately added to a conversation + * Loading large search results now much more smooth + * Background synchronisation reliability greatly improved + * Messages can be replied to via by a different account + * Added a number of keyboard shortcuts for common operations + * Support for Development and Beta build profiles + * Bug causing Geary to use 100% CPU fixed + * Numerous bug fixes and user interface improvements + * Numerous user interface translation updates + +Thanks to all who contributed code fixes and enhancements to this +release: + * Alex Henrie + * Christopher Davis + * Federico Bruni + * Jiří Černý + * Joe Barnett + * Jon Banafato + * Khurshid Alam + * Konstantin Kharlamov + * Mario Ravalli + * Mete Can Eris + * Rafael Fontenelle + * Rico Tzschichholz + +Thanks also to all who contributed translations, for the user +interface: + * Bruce Cowan (en_GB) + * Daniel Mustieles (es) + * Daniel Șerbănescu (ro) + * Emin Tufan Çetin (tr) + * Enrico Nicoletto (pt_BR) + * Federico Bruni (it) + * Jiri Grönroos (fi) + * Jordi Mas (ca) + * Piotr Drąg (pl) + * Rafael Fontenelle (pt_BR) + * Rodrigo Lledó (es) + +And for the user manual: + * Emin Tufan Çetin (tr) + * Federico Bruni (it) + Version 3.33.1 ~~~~~~~~~~~~~~ Released: 2019-04-28 diff --git a/THANKS b/THANKS index 41a132f3..447ee89a 100644 --- a/THANKS +++ b/THANKS @@ -40,7 +40,9 @@ Jens Georg Jeremy Bicha Jiří Černý Joanmarie Diggs +Joe Barnett Joel Duncan +Jon Banafato Jon Dowland Jonathan Haas john @@ -50,6 +52,7 @@ Jürg Billeter Kacper Bielecki Kai Mast Kalev Lember +Khurshid Alam Konstantin Kharlamov Kristian Klausen Leonardo Robol @@ -61,6 +64,8 @@ mar-v-in Mathias Hasselmann Matthew Wong Matthias Clasen +Mario Ravalli +Mete Can Eris Michael Catanzaro Michael George Michael Gratton diff --git a/meson.build b/meson.build index ac41c1ad..53061a10 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('geary', [ 'vala', 'c' ], - version: '3.33.1', + version: '3.33.90', license: 'LGPL2.1+', meson_version: '>= 0.49', )