diff --git a/NEWS b/NEWS index 5a7c58f9..9f361b3d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +47.alpha +======== +* Improve workspace previews in window-list and workspace-indicator + [Florian; !307, !316] +* apps-menu: Fix a11y of category labels [Florian; !319] +* window-list: Fix long-press support [Florian; !320] +* window-list: Animate transitions [Florian; !325] +* Misc. bug fixes and cleanups [Florian; !315, !321, !324] + +Contributors: + Florian Müllner + +Translators: + Jordi Mas i Hernandez [ca], Martin [sl], Hugo Carvalho [pt], Jose Riha [sk], + Scrambled 777 [hi], Artur S0 [ru], Милош Поповић [sr], Yosef Or Boczko [he], + Balázs Úr [hu] + 46.1 ==== * screenshot-window-sizer: Add flathub-recommended size [Florian; !317] diff --git a/meson.build b/meson.build index 6d403512..536efe49 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later project('gnome-shell-extensions', - version: '46.1', + version: '47.alpha', meson_version: '>= 0.58.0', license: 'GPL2+' )