diff --git a/NEWS b/NEWS index 8c493511..54107e7d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +45.2 +==== +* window-list: Fix buttons not being clickable at the screen edge + [Florian; !291] +* window-list: Really fix initial preview visibility [Florian; !292] +* workspace-indicator: Really fix initial preview visibility [Florian; !292] +* Misc. bug fixes and cleanups [Florian; !290] + +Contributors: + Florian Müllner + 45.1 ==== * workspace-indicator: Fix initial preview visibility [Florian; !280] diff --git a/meson.build b/meson.build index f70c07d5..e70d6af5 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later project('gnome-shell-extensions', - version: '45.1', + version: '45.2', meson_version: '>= 0.58.0', license: 'GPL2+' )