Bump version to 45.alpha

Update NEWS.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2817>
This commit is contained in:
Florian Müllner 2023-07-03 20:26:29 +02:00
parent 479b1d3043
commit 0c6c45d426
6 changed files with 49 additions and 7 deletions

41
NEWS
View File

@ -1,3 +1,44 @@
45.alpha
========
* Improve background apps menu [Florian; !2732, !2790]
* Complete GTK4 port [Florian; !2690, !2733]
* Use user-defined names in bluetooth menu [Florian; !2751]
* Improve the built-in screen recorder
[Jonas, Robert; !2197, !2609, !2752, !2597, !2754, !2782]
* Remove the app menu [Jonas; !2610]
* Fix stuck authentication dialog in remote sessions [Joan; !2761]
* Provide generated toolbox images for development [Florian; !2713]
* Fix glitches in calendar when using large-text option [Sebastian; !2759]
* Use icons for ornaments in popup menus [maniacx; !2767]
* Improve calendar styling [Sam; !2769]
* Fix IM popup getting stuck on engine changes [Daniel D.; !2774]
* Support color-scheme setting for default stylesheet [Florian; !2324]
* Remove Soup2 support [Florian; !2776]
* Expose public functions for search provider registration [Andy; !2783]
* Fix cursor offset when using magnifier [Андрей; !2780]
* Modernize Extensions app UI [Christopher; !2802]
* Fix missing workspace borders after wallpaper changes [Florian; !2801]
* Port auxiliary services and apps to ESM [Florian; !2786]
* Add shortcut for toggling quick settings [Florian; !2716]
* Fixed crashes [Carlos, Evan; !2756, !2781]
* Misc. bug fixes and cleanups [Florian, Automeris, Daniel v. V., Jonas, Sam,
Zacharie, Joan, Evan, Martin; !2741, !2742, !2743, !2683, !2650, !2753, !2757,
!2755, !2768, !2772, !2770, !2665, !2775, !2791, !2792, !2563, !2796, !2799,
!2778, !2805, !2806, !2804, !2794, !2813, !2811, !2800, !2816, !2798, !2821]
Contributors:
Christopher Davis, Daniel Drake, Jonas Dreßler, Zacharie DUBRULLE,
Carlos Garnacho, Sam Hewitt, Andy Holmes, Sebastian Keller, maniacx,
Florian Müllner, Automeris naranja, robert.mader@collabora.com, Joan Torres,
Daniel van Vugt, Evan Welsh, Martin Zurowietz, Андрей Гриценко
Translators:
Fabio Tomat [fur], Jiri Grönroos [fi], Sabri Ünal [tr],
Gianvito Cavasoli [it], Guillaume Bernard [fr], Jordi Mas [ca],
Yosef Or Boczko [he], Daniel Rusek [cs], Rafael Fontenelle [pt_BR],
Jordi Mas i Hernandez [ca], Hugo Carvalho [pt], Julia Dronova [ru],
Dušan Kazik [sk], Bruce Cowan [en_GB]
44.1
====
* Add section title in background apps menu [Florian; !2681]

View File

@ -1,5 +1,5 @@
project('gnome-shell', 'c',
version: '44.1',
version: '45.alpha',
meson_version: '>= 0.58.0',
license: 'GPLv2+'
)
@ -25,7 +25,7 @@ gio_req = '>= 2.56.0'
gi_req = '>= 1.49.1'
gjs_req = '>= 1.73.1'
gtk_req = '>= 4.0'
mutter_req = '>= 44.0'
mutter_req = '>= 45.alpha'
polkit_req = '>= 0.100'
schemas_req = '>= 42.beta'
startup_req = '>= 0.11'

View File

@ -39,8 +39,9 @@
</description>
<releases>
<release version="44.1" date="2023-04-23"/>
<release version="44.0" date="2023-03-19"/>
<release version="45.alpha" date="2023-07-03" type="development">
<p>Modernize layout</p>
</release>
</releases>
<screenshots>

View File

@ -1,5 +1,5 @@
project('gnome-extensions-app',
version: '44.1',
version: '45.alpha',
meson_version: '>= 0.58.0',
license: 'GPLv2+'
)

View File

@ -1,5 +1,5 @@
project('gnome-extensions-tool', 'c',
version: '44.1',
version: '45.alpha',
meson_version: '>= 0.58.0',
license: 'GPLv2+'
)

View File

@ -1,5 +1,5 @@
project('shew', 'c',
version: '44.1',
version: '45.alpha',
meson_version: '>= 0.58.0',
license: 'LGPLv2+',
)