Updates files for 3.37.90

This commit is contained in:
Michael Gratton 2020-08-19 12:00:01 +10:00
parent 70fb1f2cb9
commit e4683c1dfc
3 changed files with 72 additions and 3 deletions

57
NEWS
View file

@ -1,3 +1,60 @@
Version 3.37.90
~~~~~~~~~~~~~~
Released: 2020-08-19
Notable changes included in this release:
* Drop messages in the database older than the storage preference
* Added a mail merge plugin
* Sent sound plugin improvements
* Follow system font preference in the conversation list
* Hide composer formatting toolbar by default
* Improved default preferences window size
* Improved server compatibility
* Code cleanup, build and bug fixes
* Broke out generic unit test code into a stand-alone subproject
* Use a distinct icon for nightly builds
* Update vala dependency to >= 0.46.2
* Update libhandy dependency to >= 0.90
Thanks to all who contributed code fixes and enhancements to this
release:
* Adwait Rawat
* Andres Salomon
* Chris Heywood
* Diego Escalante Urrelo
* Federico Bruni
* Guillaume Ayoub
* hkdb
* Jan Tojnar
* Jordan Petridis
* Oliver Giles
* Rico Tzschichholz
* Thibault Martin
Thanks also to all who contributed translations, for the user
interface:
* Anders Jonsson (sv)
* Baurzhan Muftakhidinov (kk)
* Daniel Mustieles (es)
* Daniel Șerbănescu (ro)
* Dušan Kazik (sk)
* Emin Tufan Çetin (tr)
* Federico Bruni (it)
* Jordi Mas (ca)
* Kukuh Syafaat (id)
* Piotr Drąg (pl)
* Rafael Fontenelle (pt_BR)
* sicklylife (ja)
* Thibault Martin (fr)
* Yuri Chornoivan (uk)
And for the user manual:
* Andre Klapper (it)
* Jordi Mas (ca)
* Piotr Drąg (pl)
* Yuri Chornoivan (uk)
Version 3.37.1
~~~~~~~~~~~~~~
Released: 2020-05-03

View file

@ -92,8 +92,20 @@
<description>
<p>Enhancements included in this release:</p>
<ul>
<li>New mail notifications now show contact photos</li>
<li>New preferences pane for managing plugins</li>
<li>Clean up email in database older than the storage preference</li>
<li>New Preferences window pane for managing plugins</li>
<li>New Email Templates plugin</li>
<li>New Mail Merge plugin</li>
<li>New Sent Sound plugin</li>
<li>New Unity Messaging Menu plugin</li>
<li>Reduced number of spurious problem report info bars</li>
<li>Improved ordering of folders in the folder list</li>
<li>Spam folder renamed to Junk</li>
<li>Composer formatting toolbar initially hidden for new installs</li>
<li>Desktop mail notifications now show contact photos</li>
<li>Improved server compatibility</li>
<li>Numerous bug fixes and user interface improvements</li>
<li>Numerous user interface translation updates</li>
</ul>
</description>
</release>

View file

@ -1,5 +1,5 @@
project('geary', [ 'vala', 'c' ],
version: '3.37.1',
version: '3.37.90',
license: 'LGPL2.1+',
meson_version: '>= 0.50',
)