Prepare 47.beta

This commit is contained in:
Michael Catanzaro 2024-08-02 10:40:42 -05:00
parent 747125e45a
commit 28f67f0574
3 changed files with 11 additions and 1 deletions

9
NEWS
View file

@ -1,3 +1,12 @@
47.beta - August 2, 2024
========================
- Use modern libadwaita widgetry (#83, #84, #91, !61, !63)
- Fix incorrect shortcuts on shortcuts help dialog (!59, Pedro Paulo)
- Change First/Last history shortcuts to Up/Down key (!60, Pedro Paulo)
- Miscellaneous code modernization and improvements (!61)
- Updated translations
46.0 - March 14, 2024
=====================

View file

@ -41,6 +41,7 @@
<display_length compare="ge">360</display_length>
</requires>
<releases>
<release version="47~beta" date="2024-08-02"/>
<release version="46.0" date="2024-03-14"/>
<release version="46~beta" date="2024-02-09"/>
<release version="43.2" date="2023-03-17"/>

View file

@ -1,5 +1,5 @@
project('gnome-chess', [ 'vala', 'c' ],
version: '46.0',
version: '47.beta',
license: 'GPL3+',
meson_version: '>= 0.59',
)