diff --git a/NEWS b/NEWS index 3f51d9ab..1388a74b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +3.5.91 +====== +* various crashers were fixed in alternative-tab +* auto-move-windows now can be made to work with static workspaces +* place-menu is now on the left and uses symbolic icons like Files +* StIconType usage was removed from all extensions, after it was + removed in core +* systemMonitor, xrandr-indicator, apps-menu, places-menu, + alternative-status-menu were updated for the newer shell +* updated translations (es, gl, it, pl, sl) + 3.5.90 ====== * alternate-tab has been reworked again, the old mode switch diff --git a/configure.ac b/configure.ac index 1f113f2e..2660d57a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.5.90],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.5.91],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])