Skip to content
Commits on Source (6)
42.0 - 2022-03-27
Translations:
* Updated translations:
- Dutch (nl)
* Updated manual translations:
- Czech (cs)
42.beta - 2022/03/13
Fixes:
......
......@@ -25,16 +25,12 @@
<update_contact>aurisc4_at_gmail.com</update_contact>
<content_rating type="oars-1.1"/>
<releases>
<release version="42.beta" date="2022-03-13">
<release version="42.0" date="2022-03-27">
<ul>
<li>Fix build using meson 0.61.0</li>
<li>Manual updates and fixes</li>
<li>Fix wrong selection after backgrounding</li>
<li>Show help for --background option (#118)</li>
</ul>
</release>
<release version="42.alpha" date="2021-12-30">
<ul>
<li>Main UI now uses tabs to open notes</li>
<li>Fix duplicate condition in SyncManager (#111)</li>
<li>Rename lefover Add-in to plugin in manual (#113)</li>
......
This diff is collapsed.
project('gnote', 'cpp',
version: '42.beta',
version: '42.0',
meson_version: '>=0.50.0',
default_options: 'cpp_std=c++14',
)
......
This diff is collapsed.