Bump version to 42.beta

Update NEWS.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/216>
This commit is contained in:
Florian Müllner
2022-02-14 23:18:46 +01:00
parent 533cd07cfd
commit 6c5e257cd1
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -1,3 +1,18 @@
42.beta
=======
* workspace-indicator: Fix cancelling editing with Esc [Florian; !208]
* window-list: Update window tracking to avoid missing icons [Florian; !207]
* Use libadwaita for preferences [Florian; !209, !213]
* Adapt to Clutter grab API changes [Florian; !212]
* Misc. bug fixes and cleanups [Jan, Florian; !210, !214]
Contributors:
Jan Beich, Florian Müllner, Naala Nanba
Translators:
Boyuan Yang [zh_CN], Matej Urbančič [sl], Naala Nanba [ab],
Alexander Shopov [bg], Emin Tufan Çetin [tr]
42.alpha
========
* native-window-placement: Fix distorted layout in app grid [Sebastian; !189]
+1 -1
View File
@@ -1,5 +1,5 @@
project('gnome-shell-extensions',
version: '42.alpha',
version: '42.beta',
meson_version: '>= 0.53.0',
license: 'GPL2+'
)