Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a752555d38 | ||
|
|
c8e3f18c79 |
9
NEWS
9
NEWS
@@ -1,3 +1,12 @@
|
|||||||
|
3.12.2
|
||||||
|
======
|
||||||
|
* classic theme: remove rounded corners from tile previews
|
||||||
|
* several fixes and improvements to the window-list
|
||||||
|
(keep button order stable, don't shift message tray on other monitors)
|
||||||
|
* auto-move-windows: several fixes and updates for api changes
|
||||||
|
* launch-new-instances: updates for api changes
|
||||||
|
* updated translations (ja, km)
|
||||||
|
|
||||||
3.12.0
|
3.12.0
|
||||||
======
|
======
|
||||||
* updated translations (zh_HK, zh_TW)
|
* updated translations (zh_HK, zh_TW)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.63)
|
AC_PREREQ(2.63)
|
||||||
AC_INIT([gnome-shell-extensions],[3.12.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
|
AC_INIT([gnome-shell-extensions],[3.12.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_AUX_DIR([config])
|
AC_CONFIG_AUX_DIR([config])
|
||||||
|
|||||||
@@ -5,4 +5,3 @@ Exec=env GNOME_SHELL_SESSION_MODE=classic gnome-session --session gnome-classic
|
|||||||
TryExec=gnome-session
|
TryExec=gnome-session
|
||||||
Icon=
|
Icon=
|
||||||
Type=Application
|
Type=Application
|
||||||
DesktopNames=GNOME-Classic;GNOME
|
|
||||||
|
|||||||
Reference in New Issue
Block a user