Bump version to 3.38.2

Update NEWS.
This commit is contained in:
Florian Müllner
2020-12-03 00:12:18 +01:00
parent 365fa6abc9
commit fb66afbf71
2 changed files with 14 additions and 1 deletions

13
NEWS
View File

@@ -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
======

View File

@@ -1,5 +1,5 @@
project('gnome-shell-extensions',
version: '3.38.1',
version: '3.38.2',
meson_version: '>= 0.44.0',
license: 'GPL2+'
)