diff --git a/NEWS b/NEWS index 2934b0fc..4ba90db6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +3.23.90 +======= +* window-list: Improve styling +* window-list: Hide workspace indicator when there's a single (static) workspace +* new translation (be) + 3.23.2 ====== * alternateTab: Don't take over 'switch-group' shortcut diff --git a/configure.ac b/configure.ac index e0f8160a..074e7663 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.23.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.23.90],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])