diff --git a/NEWS b/NEWS index ad9986c53..bd13ea947 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,57 @@ +47.alpha +======== +* Fix size of workspace switcher OSD [Jakub; !3282] +* Fix handling of invalid TLS certs in portal handler [Sebastian K.; !3284] +* Exclude override-redirect windows from workspace animation [Marco; !3285] +* Also center time on lock screen when using 12h format [pesader; !3290] +* Use absolute tray icon position in root event coordinates [Marco; !3283] +* Fix displaying info messages on login screen [Ray; !3298] +* Correct expected bus name for streams [Simon; !3303] +* Fix notifications on lock screen [Florian; !3308] +* notifications: Only apply special styling to symbolic icons [Florian; !3296] +* Use three or more fingers for touchpad gestures [Gregor; !3275] +* Fix number of search results with Large Text option [Sam H.; !3312] +* Make overview spacings dynamic [Jonas D.; !3278] +* Fix showing keyboard layouts with variants [Sebastian K.; !3324] +* Tweak font sizes in calendar [Sam H.; !3313] +* automountManager: Fix re-asking password for TCRYPT devices [segfault; !3300] +* Port unit tests to jasmine [Sam S., Florian; !3164] +* Fix stuck unlock prompt when animations are disabled [Florian; !3317] +* Add extended on-screen keyboard layout for 'za' [Michael; !3309] +* Fix possible hang on startup during ibus-daemon launch [Marco; !3293] +* Allow fillPreferencesWindow() to be asyn [Leleat; !3348] +* Fix on-screen keyboard when windows are unredirected [Carlos; !3356] +* Switch to paint nodes [Georges; !1538] +* Stop using SVG assets for checks and switches [Alice, Daniel; !2717] +* Support accent color [Alice; !2715] +* Fix rendering artifacts of some rounded borders [Jonas D.; !3354] +* Fix overview animation glitch when windows overlap workspaces [Keyu; !3378] +* Support building with X11-less mutter [Bilal; !3362] +* Misc. bug fixes and cleanups [Monster, Sebastian W., Jamie, Florian, Gabriel, + pesader, Sebastian K., Automeris, Jonas Å., Sam H., Jonas D., Ray, Bilal, + Georges, Mister, Philip, Marco, Jakub, Jordan, Balló, Alessandro, Sundeep; + !3224, !3267, !3254, !3280, !3248, !3281, !3289, !3288, !3270, !3295, !3299, + !3310, !3315, !3322, !3326, !3321, !3319, !3329, !3327, !3314, !3320, !3331, + !3337, !3245, !3332, !3340, !3344, !3347, !3350, !3349, !3351, !3352, !3353, + !3355, !3358, !3357, !3359, !3307, !3323, !3365, !3366, !3367, !3369, !3370, + !3361, !3142, !3368, !3291, !3371, !3375, !3311, !3376, !3377, !3380, !3373, + !3385, !3386, !3396, !3398, !3403] + +Contributors: + Jonas Ådahl, Daniel Ruiz de Alegría, Alessandro Bono, Jonas Dreßler, + Bilal Elmoussaoui, Michael Evans, Carlos Garnacho, Jamie Gravendeel, + Balló György, Sam Hewitt, Sebastian Keller, Leleat, Simon McVittie, + Sundeep Mediratta, Alice Mikhaylenko, Monster, Florian Müllner, Gabriel Nagy, + Automeris naranja, Georges Basile Stavracas Neto, Gregor Niehl, pesader, + Jordan Petridis, segfault, Mister Smör, Sam Spilsbury, Jakub Steiner, + Ray Strode, Keyu Tao, Marco Trevisan (Treviño), Sebastian Wick, + Philip Withnall + +Translators: + Martin [sl], Andika Triwidada [id], Yuri Chornoivan [uk], Hugo Carvalho [pt], + Scrambled 777 [hi], Jose Riha [sk], Balázs Úr [hu], Quentin PAGÈS [oc], + Artur S0 [ru], Yosef Or Boczko [he] + 46.1 ==== * Improve notification of conflicting session [Joan; !3235] diff --git a/meson.build b/meson.build index b54dd205f..035f54732 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell', 'c', - version: '46.1', + version: '47.alpha', meson_version: '>= 0.58.0', license: 'GPLv2+' ) @@ -26,7 +26,7 @@ gio_req = '>= 2.79.2' gi_req = '>= 1.49.1' gjs_req = '>= 1.73.1' gtk_req = '>= 4.0' -mutter_req = '>= 46.0' +mutter_req = '>= 47.alpha' polkit_req = '>= 0.100' schemas_req = '>= 47.alpha' systemd_req = '>= 246' diff --git a/subprojects/extensions-app/data/metainfo/org.gnome.Extensions.metainfo.xml.in b/subprojects/extensions-app/data/metainfo/org.gnome.Extensions.metainfo.xml.in index 0cbc8b478..bb5d3cad2 100644 --- a/subprojects/extensions-app/data/metainfo/org.gnome.Extensions.metainfo.xml.in +++ b/subprojects/extensions-app/data/metainfo/org.gnome.Extensions.metainfo.xml.in @@ -54,20 +54,7 @@ - - -

Make sure all icon-only buttons have tooltips.

-

Fix empty rows for extensions with "&" in their name.

-
-
- - -

Streamline layout to be fully adaptive on mobile.

-

Improve handling of extensions in error state.

-

Remember window state.

-

Use adaptive dialogs.

-
-
+
diff --git a/subprojects/extensions-app/meson.build b/subprojects/extensions-app/meson.build index 98970f7f1..baf142b8f 100644 --- a/subprojects/extensions-app/meson.build +++ b/subprojects/extensions-app/meson.build @@ -1,5 +1,5 @@ project('gnome-extensions-app', - version: '46.1', + version: '47.alpha', meson_version: '>= 0.58.0', license: 'GPLv2+' ) diff --git a/subprojects/extensions-tool/meson.build b/subprojects/extensions-tool/meson.build index 17bf25028..c79c31f86 100644 --- a/subprojects/extensions-tool/meson.build +++ b/subprojects/extensions-tool/meson.build @@ -1,5 +1,5 @@ project('gnome-extensions-tool', 'c', - version: '46.1', + version: '47.alpha', meson_version: '>= 0.58.0', license: 'GPLv2+' ) diff --git a/subprojects/shew/meson.build b/subprojects/shew/meson.build index a43787ff4..51b322a44 100644 --- a/subprojects/shew/meson.build +++ b/subprojects/shew/meson.build @@ -1,5 +1,5 @@ project('shew', 'c', - version: '46.1', + version: '47.alpha', meson_version: '>= 0.58.0', license: 'LGPLv2+', )