Update files for 3.33.90
This commit is contained in:
parent
59e80db80d
commit
ba4ab1669c
3 changed files with 54 additions and 1 deletions
48
NEWS
48
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
|
Version 3.33.1
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
Released: 2019-04-28
|
Released: 2019-04-28
|
||||||
|
|
|
||||||
5
THANKS
5
THANKS
|
|
@ -40,7 +40,9 @@ Jens Georg <mail@jensge.org>
|
||||||
Jeremy Bicha <jbicha@ubuntu.com>
|
Jeremy Bicha <jbicha@ubuntu.com>
|
||||||
Jiří Černý <ji.cerny@gmail.com>
|
Jiří Černý <ji.cerny@gmail.com>
|
||||||
Joanmarie Diggs <jdiggs@igalia.com>
|
Joanmarie Diggs <jdiggs@igalia.com>
|
||||||
|
Joe Barnett <jbarnett@tribedynamics.com>
|
||||||
Joel Duncan <joel@slethen.io>
|
Joel Duncan <joel@slethen.io>
|
||||||
|
Jon Banafato <jon@jonafato.com>
|
||||||
Jon Dowland <jmtd@debian.org>
|
Jon Dowland <jmtd@debian.org>
|
||||||
Jonathan Haas <jonathan.haas@kappich.de>
|
Jonathan Haas <jonathan.haas@kappich.de>
|
||||||
john <qq799433746@gmail.com>
|
john <qq799433746@gmail.com>
|
||||||
|
|
@ -50,6 +52,7 @@ Jürg Billeter <j@bitron.ch>
|
||||||
Kacper Bielecki <kazjote@gmail.com>
|
Kacper Bielecki <kazjote@gmail.com>
|
||||||
Kai Mast <mail@kai-mast.de>
|
Kai Mast <mail@kai-mast.de>
|
||||||
Kalev Lember <klember@redhat.com>
|
Kalev Lember <klember@redhat.com>
|
||||||
|
Khurshid Alam <sunnysigara+github@gmail.com>
|
||||||
Konstantin Kharlamov <Hi-Angel@yandex.ru>
|
Konstantin Kharlamov <Hi-Angel@yandex.ru>
|
||||||
Kristian Klausen <kristian@klausen.dk>
|
Kristian Klausen <kristian@klausen.dk>
|
||||||
Leonardo Robol <leo@robol.it>
|
Leonardo Robol <leo@robol.it>
|
||||||
|
|
@ -61,6 +64,8 @@ mar-v-in <github@rvin.mooo.com>
|
||||||
Mathias Hasselmann <mathias@openismus.com>
|
Mathias Hasselmann <mathias@openismus.com>
|
||||||
Matthew Wong <wongma7@outlook.com>
|
Matthew Wong <wongma7@outlook.com>
|
||||||
Matthias Clasen <mclasen@redhat.com>
|
Matthias Clasen <mclasen@redhat.com>
|
||||||
|
Mario Ravalli <mario@raval.li>
|
||||||
|
Mete Can Eris <caneris@gmail.com>
|
||||||
Michael Catanzaro <mcatanzaro@igalia.com>
|
Michael Catanzaro <mcatanzaro@igalia.com>
|
||||||
Michael George <mdgeorge@cs.cornell.edu>
|
Michael George <mdgeorge@cs.cornell.edu>
|
||||||
Michael Gratton <mike@vee.net>
|
Michael Gratton <mike@vee.net>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('geary', [ 'vala', 'c' ],
|
project('geary', [ 'vala', 'c' ],
|
||||||
version: '3.33.1',
|
version: '3.33.90',
|
||||||
license: 'LGPL2.1+',
|
license: 'LGPL2.1+',
|
||||||
meson_version: '>= 0.49',
|
meson_version: '>= 0.49',
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue