diff --git a/NEWS b/NEWS index 2dfe30e1..f20ad927 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +3.27.91 +======= +* places-menu: Support unmounting ejectable places [Rémy; #17] +* apps-menu: Support separators and custom sort order [Florian; #27] +* Port to meson [Florian; #31, #45] +* window-list: Fix missing icons on wayland [Florian; #10] +* places-menu: Fix terminating gnome-shell with recent gjs [Florian; #44] +* auto-move: Make it work with wayland windows [Florian; #33] +* Classic theme fixes [Florian, Jonas; #26, #41, #39, #40] +* Require sassc for classic styling [Florian; !28] +* Misc. bug fixes [Piotr, Florian; #772211, #32, #30] + +Contributors: + Jeremy Bicha, Piotr Drąg, Jonas Kümmerlin, Rémy Lefevre, Iñigo Martínez, + Florian Müllner + +Translators: + Matej Urbančič [sl], Kjartan Maraas [nb] + 3.27.1 ====== * updated translations (ca@valencia) diff --git a/meson.build b/meson.build index 05a3a44a..a87e9812 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.27.1', + version: '3.27.91', meson_version: '>= 0.44.0', license: 'GPL2+' )