Update files for 44.0 release
This commit is contained in:
parent
776b04ec9f
commit
b72db2a5e8
3 changed files with 37 additions and 1 deletions
23
NEWS
23
NEWS
|
|
@ -1,3 +1,26 @@
|
||||||
|
Version 44.0
|
||||||
|
~~~~~~~~~~~~
|
||||||
|
Released: 2023-07-05
|
||||||
|
|
||||||
|
A stable feature release.
|
||||||
|
|
||||||
|
Enhancements included in this release:
|
||||||
|
* New conversation list
|
||||||
|
* Reworked headerbar
|
||||||
|
* Fix network detection issues
|
||||||
|
* Suspend engine on system suspend
|
||||||
|
* Numerous user interface translation updates
|
||||||
|
* Numerous bug fixes and user interface improvements
|
||||||
|
|
||||||
|
Thanks to those who contributed bug fixes and enhancements to this
|
||||||
|
release:
|
||||||
|
* Automeris naranja
|
||||||
|
* Rico Tzschichholz
|
||||||
|
* Thomas Jollans
|
||||||
|
* Sabri Ünal
|
||||||
|
* Kevin Degeling
|
||||||
|
* All translators
|
||||||
|
|
||||||
Version 43.0
|
Version 43.0
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
Released: 2022-09-29
|
Released: 2022-09-29
|
||||||
|
|
|
||||||
|
|
@ -82,6 +82,19 @@
|
||||||
<translation type="gettext">geary</translation>
|
<translation type="gettext">geary</translation>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="44.0" date="2023-07-05">
|
||||||
|
<description>
|
||||||
|
<p>Enhancements included in this release:</p>
|
||||||
|
<ul>
|
||||||
|
<li>New conversation list</li>
|
||||||
|
<li>Reworked headerbar</li>
|
||||||
|
<li>Fix network detection issues</li>
|
||||||
|
<li>Suspend engine on system suspend</li>
|
||||||
|
<li>Numerous user interface translation updates</li>
|
||||||
|
<li>Numerous bug fixes and user interface improvements</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="43.0" date="2022-09-29">
|
<release version="43.0" date="2022-09-29">
|
||||||
<description>
|
<description>
|
||||||
<p>Enhancements included in this release:</p>
|
<p>Enhancements included in this release:</p>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('geary', [ 'vala', 'c' ],
|
project('geary', [ 'vala', 'c' ],
|
||||||
version: '43.0',
|
version: '44.0',
|
||||||
license: 'LGPL2.1+',
|
license: 'LGPL2.1+',
|
||||||
meson_version: '>= 0.59',
|
meson_version: '>= 0.59',
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue