From c302db754541aebcbe411adf5e5dca55b8ab1a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 29 Jun 2024 14:11:12 +0200 Subject: [PATCH] Bump version to 47.alpha Update NEWS. --- NEWS | 17 +++++++++++++++++ meson.build | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) 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+' )