diff --git a/NEWS b/NEWS index 1b59b178..49567c0f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +3.34.2 +====== +* window-list, workspace-indicator: Exclude DESKTOP windows from previews + [Florian; !93] +* screenshot-window-sizer: Fix cycling through all valid sizes [Willy; !97] + +Contributors: + Florian Müllner, Willy Stadnick + +Translators: + Stas Solovey [ru], Umarzuki Bin Mochlis Moktar [ms] + 3.34.1 ====== * Adjust to gnome-settings-daemon plugin removals [Xiaoguang; !94] diff --git a/meson.build b/meson.build index 83175433..da61e4e2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.34.1', + version: '3.34.2', meson_version: '>= 0.44.0', license: 'GPL2+' )