diff --git a/NEWS b/NEWS index 88eb7c2f8..2089a233c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +3.33.90 +======= +* Implement DND app picker folder management [Georges; !643, !645, !664, !671] +* Make Clocks/Weather integration work with sandboxed apps [Florian; #1158] +* Support startup via systemd user instance [Benjamin; !507] +* Replace Tweener with Clutter animations [Florian; !663, !22, !666, !668, !669] +* Minimize travel distance in overview animation [Sergey; !267] +* Rescan icon theme when installed apps changed [Georges; !661] +* Consistently animate new window actions [Jonas; !662, !673] +* Misc. bug fixes and cleanups [Florian, Daniel, Ray, Bastien, Jonas, Niels, + Marco, Georges; !635, !636, !637, #1462, !628, !640, !641, !627, !644, !647, + !385, #1474, !651, #1144, !646, !653, !652, !655, #1482, !656, $654, !665, + !667, !670, #1357, !672, !657, #1507, !674, !677] + +Contributors: + Benjamin Berg, Sergey Bugaev, Jonas Dreßler, Niels De Graef, Florian Müllner, + Georges Basile Stavracas Neto, Bastien Nocera, Ray Strode, + Marco Trevisan (Treviño), verdre, Daniel van Vugt + +Translators: + Asier Sarasua Garmendia [eu], Rafael Fontenelle [pt_BR], + Kristjan SCHMIDT [eo], Jor Teron [mjw], Daniel Mustieles [es], + Kukuh Syafaat [id], Jordi Mas [ca], Fabio Tomat [fur], Daniel Șerbănescu [ro], + Anders Jonsson [sv] + 3.33.4 ====== * Fix unintentional interference between gestures [Jonas; !598] diff --git a/meson.build b/meson.build index 4dedaac3c..e11618f03 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell', 'c', - version: '3.33.4', + version: '3.33.90', meson_version: '>= 0.47.0', license: 'GPLv2+' ) @@ -26,7 +26,7 @@ gio_req = '>= 2.56.0' gi_req = '>= 1.49.1' gjs_req = '>= 1.57.3' gtk_req = '>= 3.15.0' -mutter_req = '>= 3.33.4' +mutter_req = '>= 3.33.90' polkit_req = '>= 0.100' schemas_req = '>= 3.33.1' startup_req = '>= 0.11'