From 0664b1c6ec49cdb2b808080c58e80c8ce3a3d59b Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Sun, 1 Mar 2020 22:40:40 +1100 Subject: [PATCH] Update files for 3.35.90 --- NEWS | 47 +++++++++++++++++++++++ THANKS | 18 +++++---- desktop/org.gnome.Geary.appdata.xml.in.in | 13 +++++-- meson.build | 2 +- 4 files changed, 68 insertions(+), 12 deletions(-) diff --git a/NEWS b/NEWS index 0ab5d323..5ebb34ba 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,50 @@ +Version 3.35.90 +~~~~~~~~~~~~~~~ +Released: 2020-03-01 + +Changes: + + * Support drag and drop and copy and paste images in composer + * Updated composer UI to new responsive design + * Updated preferences UI to use Handy widgets + * Add hidden prefs for minimising in-app notifications + * Ported engine to to GMime 3.x + * Update WebKitGTK minimum version to 2.26 + * Drop libunity dependency in favour of internal implementation + * Several bug fixes and code cleanups + +Thanks to all who contributed code fixes and enhancements to this +release: + * Adam Dingle + * Adrien Plazas + * Chris Heywood + * James Westman + * Konstantin Kharlamov + * Mart Raudsepp + * Niels De Graef + * Tobias Sette + * Алексей Шилин + +Thanks also to all who contributed translations, for the user +interface: + * Alexandre Franke (fr) + * Anders Jonsson (sv) + * Andika Triwidada (id) + * Daniel Mustieles (es) + * Emin Tufan Çetin (tr) + * Enrico Nicoletto (pt_BR) + * Jiri Grönroos (fi) + * Jordi Mas (ca) + * Kukuh Syafaat (id) + * Nathan Follens (nl) + * Piotr Drąg (pl) + * Rafael Fontenelle (pt_BR) + * sicklylife (ja) + +And for the user manual: + * Daniel Mustieles (es) + * Piotr Drąg (pl) + Version 3.35.2 ~~~~~~~~~~~~~~~ Released: 2019-10-11 diff --git a/THANKS b/THANKS index c91cf97d..262b323f 100644 --- a/THANKS +++ b/THANKS @@ -16,9 +16,9 @@ Bilal Elmoussaoui Brendan Long Charles Lehner Chirstian Dywan +Chris Heywood <15127-creywood@users.noreply.gitlab.gnome.org> Christian Kellner Christopher Davis -Chris Heywood <15127-creywood@users.noreply.gitlab.gnome.org> Claudio Colin Walters Daniel Foré @@ -36,20 +36,20 @@ Heiko Becker Jakob Unterwurzacher Jakub Steiner James Magahern +James Westman Jan Tojnar Janosch Rolles Jens Georg Jeremy Bicha Jiří Černý Joanmarie Diggs -João Loureiro Joe Barnett Joel Duncan Jon Banafato Jon Dowland Jonathan Haas -john Jordan Petridis +João Loureiro Juraj Fiala Jürg Billeter Kacper Bielecki @@ -62,9 +62,9 @@ Leonardo Robol Mario Ravalli Mario Sanchez Prada Mark Pariente +Mart Raudsepp Martijn Braam Martin Olsson -mar-v-in Mathias Hasselmann Matthew Wong Matthias Clasen @@ -74,18 +74,15 @@ Michael George Michael Gratton Michel Alexandre Salim Mohamed Ibrahim -nick richards Niels De Graef Nikolas Tapia Oliver Giles Oskar Viljasaar Philipp Nordhus Piotr Drąg -p3732 Rafael Fontenelle Ralph Plawetzki Rico Tzschichholz -ritchiew Robert Ancell Robert Park Robert Roth @@ -98,6 +95,7 @@ Thomas Moschny Tiago Quelhas Timo Kluck Tobias Bernard +Tobias Sette Tom Most Victor Eduardo Viko Adi Rahmawan @@ -105,3 +103,9 @@ Ville Korhonen William Jon McCann Wolfgang Steitz Yosef Or Boczko +john +mar-v-in +nick richards +p3732 +ritchiew +Алексей Шилин diff --git a/desktop/org.gnome.Geary.appdata.xml.in.in b/desktop/org.gnome.Geary.appdata.xml.in.in index 108db1d9..3201a6d1 100644 --- a/desktop/org.gnome.Geary.appdata.xml.in.in +++ b/desktop/org.gnome.Geary.appdata.xml.in.in @@ -93,17 +93,22 @@

Enhancements included in this release:

    -
  • Using single key shortcuts for email action is now optional
  • -
  • Single key shortcuts have been brought up to date with Gmail
  • +
  • New and improved responsive composer interface
  • Drag and drop image files into rich text messages
  • Paste images from the clipboard into rich text messages
  • -
  • Open more than one main window
  • +
  • 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
  • -
  • Improved missing attachment detection in composer
  • Initial plugin system
  • +
  • Numerous bug fixes and user interface improvements
  • +
  • Numerous user interface translation updates
diff --git a/meson.build b/meson.build index 0d8cbbb2..e92f96c5 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('geary', [ 'vala', 'c' ], - version: '3.35.2', + version: '3.35.90', license: 'LGPL2.1+', meson_version: '>= 0.50', )