diff --git a/NEWS b/NEWS index 434dcd45..11fbe6d2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +3.38.2 +====== +* window-list: Honor changes in skip-taskbar property [Sergio; !130] +* window-list, workspace-indicator: Improve previews in workspace thumbs + [Florian; #260, !142] +* window-list, workspace-indicator: Adjust to 3.38 changes [Florian; !133] +* auto-move: Improve behavior on multi-monitor setups [Florian; !135] +* windowNavigator: Adjust to 3.38 changes [Thun; #259] +* Misc. bug fixes [Ray; !145] + +Contributors: + Sergio Costas, Florian Müllner, Thun Pin, Ray Strode + 3.38.1 ====== diff --git a/meson.build b/meson.build index f07b82ed..2e265324 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.38.1', + version: '3.38.2', meson_version: '>= 0.44.0', license: 'GPL2+' )