Update files for 3.36.0

This commit is contained in:
Michael Gratton 2020-03-13 16:11:09 +11:00
parent bf0bbf488e
commit bb907070cd
3 changed files with 71 additions and 4 deletions

68
NEWS
View file

@ -1,3 +1,71 @@
Version 3.36
~~~~~~~~~~~~
Released: 2020-03-13
Enhancements included in this release:
* New and improved responsive composer interface
* Drag and drop image files into rich text messages
* Paste images from the clipboard into rich text messages
* Improved composer missing attachment detection
* Access emoji chooser in composer via shortcut or context menu
* Extend undo for email actions such as archiving, marking
* Undo sending, saving and discarding composed email
* Undo editing in text fields, including in the composer
* Open more than one main window
* New and improved responsive preferences interface
* Using single key shortcuts for email actions is now optional
* Single key shortcuts have been brought up to date with Gmail
* App-wide notification preferences now handled by desktop
* Numerous bug fixes and user interface improvements
* Numerous user interface translation updates
Thanks to all who contributed code fixes and enhancements to this
release:
* Adam Dingle
* Adrien Plazas
* Alex Henrie
* Bilal Elmoussaoui
* Chris Heywood
* Daniel Kahn Gillmor
* James Westman
* João Loureiro
* Konstantin Kharlamov
* Mario Ravalli
* Mart Raudsepp
* Niels De Graef
* Tobias Sette
* Torben
* Алексей Шилин
Thanks also to all who contributed translations, for the user
interface:
* Alexandre Franke (fr)
* Anders Jonsson (sv)
* Andika Triwidada (id)
* Asier Sarasua Garmendia (eu)
* Balázs Meskó (hu)
* Cheng-Chia Tseng (zh_TW)
* Daniel Mustieles (es)
* Emin Tufan Çetin (tr)
* Enrico Nicoletto (pt_BR)
* Federico Bruni (it)
* Jiri Grönroos (fi)
* Jordi Mas (ca)
* Kukuh Syafaat (id)
* Marek Černocký (cs)
* Nathan Follens (nl)
* Piotr Drąg (pl)
* Rafael Fontenelle (pt_BR)
* sicklylife (ja)
* Tim Sabsch (de)
And for the user manual:
* Daniel Mustieles (es)
* Emin Tufan Çetin (tr)
* Federico Bruni (it)
* Marek Černocký (cs)
* Piotr Drąg (pl)
Version 3.35.90
~~~~~~~~~~~~~~~
Released: 2020-03-01

View file

@ -41,7 +41,7 @@
<url type="bugtracker">https://wiki.gnome.org/Apps/Geary/ReportingABug</url>
<url type="translate">https://wiki.gnome.org/Apps/Geary/Translating</url>
<url type="donation">https://www.gnome.org/friends/</url>
<screenshots>
<screenshot>
<!-- Translators: A screenshot description. -->
@ -89,7 +89,7 @@
<translation type="gettext">geary</translation>
<releases>
<release version="3.36" date="">
<release version="3.36" date="2020-03-13">
<description>
<p>Enhancements included in this release:</p>
<ul>
@ -106,7 +106,6 @@
<li>Using single key shortcuts for email actions is now optional</li>
<li>Single key shortcuts have been brought up to date with Gmail</li>
<li>App-wide notification preferences now handled by desktop</li>
<li>Initial plugin system</li>
<li>Numerous bug fixes and user interface improvements</li>
<li>Numerous user interface translation updates</li>
</ul>

View file

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