From e5ff28e45d700c82e6fbc6c30040657d2b7db5a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 12 Jan 2025 22:06:57 +0100 Subject: [PATCH] Bump version to 46.3 Update NEWS. --- NEWS | 16 ++++++++++++++++ meson.build | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 716a8894..d4cc9b0c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +46.3 +==== +* places-menu: Fix a11y labelling [Florian; #542] +* places-menu: Fix opening drives with mount operations [Florian; !361] +* window-list: Fix hiding when entering overview with gestures [Florian; !364] +* workspace-indicator: Only show previews of regular windows [Florian; !363] +* Misc. bug fixes and cleanups [Florian, Bartłomiej; !345, !353, !370, !354, + !362, !367, !368] + +Contributors: + Florian Müllner, Bartłomiej Piotrowski + +Translators: + Милош Поповић [sr], Jose Riha [sk], Chao-Hsiung Liao [zh_TW], + Daniel Șerbănescu [ro], Giannis Antypas [el], twlvnn kraftwerk [bg] + 46.2 ==== * apps-menu: Fix a11y of category labels [Florian; !319] diff --git a/meson.build b/meson.build index 2ffd33b5..aee37a0b 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'gnome-shell-extensions', - version: '46.2', + version: '46.3', meson_version: '>= 0.58.0', license: 'GPL-2.0-or-later', )