diff --git a/NEWS b/NEWS index 47ea0b4a..3f51d9ab 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +3.5.90 +====== +* alternate-tab has been reworked again, the old mode switch + was removed and the all&thumbnails code extended to handle + icons and filtering to the workspace +* alternate-tab thumbnails now reflect the aspect ratio of the windows +* systemMonitor now shows a tooltip above the indicator +* native-window-placement, systemMonitor and windowsNavigator have been updated + for the newer shell +* updated translations (es, pa) + 3.5.5 ===== * convenience module has been relicensed to BSD, diff --git a/configure.ac b/configure.ac index d909a5e8..1f113f2e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.5.5],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.5.90],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])