Update files for 43.0 release
This commit is contained in:
parent
ee3da588df
commit
94d6bec861
3 changed files with 37 additions and 1 deletions
24
NEWS
24
NEWS
|
|
@ -1,3 +1,27 @@
|
||||||
|
Version 43.0
|
||||||
|
~~~~~~~~~~~~
|
||||||
|
Released: 2022-09-29
|
||||||
|
|
||||||
|
A stable feature release.
|
||||||
|
|
||||||
|
Enhancements included in this release:
|
||||||
|
* Improved images management
|
||||||
|
* Thunderbird auto configuration support
|
||||||
|
* Add XDG background portal support
|
||||||
|
* Numerous user interface translation updates
|
||||||
|
* Numerous bug fixes and user interface improvements
|
||||||
|
|
||||||
|
Thanks to those who contributed bug fixes and enhancements to this
|
||||||
|
release:
|
||||||
|
* Richard Adenling
|
||||||
|
* Itay Grudev
|
||||||
|
* Adrien Plazas
|
||||||
|
* Maximiliano
|
||||||
|
* Alexander Mikhaylenko
|
||||||
|
* Michael Catanzaro
|
||||||
|
|
||||||
|
And special thanks to Niels De Graef for mentoring me.
|
||||||
|
|
||||||
Version 40.0
|
Version 40.0
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
Released: 2021-04-23
|
Released: 2021-04-23
|
||||||
|
|
|
||||||
|
|
@ -82,6 +82,18 @@
|
||||||
<translation type="gettext">geary</translation>
|
<translation type="gettext">geary</translation>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="43.0" date="2022-09-29">
|
||||||
|
<description>
|
||||||
|
<p>Enhancements included in this release:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Improved images management</li>
|
||||||
|
<li>Thunderbird auto configuration support</li>
|
||||||
|
<li>Add XDG background portal support</li>
|
||||||
|
<li>Numerous user interface translation updates</li>
|
||||||
|
<li>Numerous bug fixes and user interface improvements</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="40.0" date="2021-04-23">
|
<release version="40.0" date="2021-04-23">
|
||||||
<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.dev',
|
version: '43.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