diff --git a/NEWS b/NEWS index 4ff2b8fdb..9e721a08a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,36 @@ +3.14.1 +====== +* Fix pulse animation for scrolled app folders [Florian; #736885] +* Fix updating background on file changes [Owen; #710756] +* Obtain keyboard variant from IBus [Jinkyu; #735066] +* Implement Ctrl-u / Ctrl-k keybindings in entries [Florian; #737346] +* Pass VPN hints to auth dialog [Dan; #737592] +* Only allow one screenshot request at a time [Adel; #737456] +* Respect disable-save-to-disc lockdown setting [Florian; #737846] +* Respect scaling-factor for profile pictures [Darcy; #735419] +* Focus login screen after lifting the lock screen shield [Ray; #708105] +* Speed up pulse animation for few items [Carlos S.; #737017] +* Fix gap between workspace switcher and screen edge [Florian; #728899] +* Disable unredirection during recordings [Adel; #738226] +* Ensure there's always at least one input source [Rui; #738303] +* Restrict width of dash icons' context menus [Adel; #738054] +* Misc. bug fixes [Jasper, Florian, Carlos G., Owen; #736999, #737382, #737001, + #738314, #738256, #738147] + +Contributors: + Darcy Beurle, Cosimo Cecchi, Adel Gadllah, Carlos Garnacho, Rui Matos, + Florian Müllner, Carlos Soriano, Jasper St. Pierre, Ray Strode, Patrick Ward, + Dan Williams, Owen W. Taylor, Jinkyu Yi + +Translations: + Мирослав Николић po/sr, sr@latin.po, Fran Diéguez [gl], Marek Černocký [cs], + Saibal Ray [bn_IN], Rajesh Ranjan [hi], Friedel Wolff [af], + Zhou Fang [zh_CN], Krishnababu Krothapalli [te], Kjartan Maraas [nb], + Rūdolfs Mazurs [lv], Sweta Kothari [gu], Christian Kirbach [de], + Cheng-Chia Tseng [zh_TW], Pedro Albuquerque [pt], Daniel Mustieles [es], + Luca Ferretti [it], Baurzhan Muftakhidinov [kk], Arash Mousavi [fa], + Milo Casagrande [it] + 3.14.0 ====== * Fix exposure of the accessible tree [Alejandro; #736821] diff --git a/configure.ac b/configure.ac index afd3150a8..71cf1da4b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.14.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.14.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/shell-global.c]) @@ -76,7 +76,7 @@ AC_MSG_RESULT($enable_systemd) CLUTTER_MIN_VERSION=1.15.90 GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1 GJS_MIN_VERSION=1.39.0 -MUTTER_MIN_VERSION=3.14.0 +MUTTER_MIN_VERSION=3.14.1 GTK_MIN_VERSION=3.13.2 GIO_MIN_VERSION=2.37.0 LIBECAL_MIN_VERSION=3.5.3