diff --git a/NEWS b/NEWS index f48d2263..64802596 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +47.3 +==== +* 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; !362, !365, !367, + !368, !370] + +Contributors: + Florian Müllner, Bartłomiej Piotrowski + +Translators: + Yi-Jyun Pan [zh_TW] + 47.2 ==== * places-menu: Fix a11y labelling [Florian; #542] diff --git a/meson.build b/meson.build index 873da7bd..7a64c2d8 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'gnome-shell-extensions', - version: '47.2', + version: '47.3', meson_version: '>= 1.1.0', license: 'GPL-2.0-or-later', )