Bump version to 48.rc

Update NEWS.
This commit is contained in:
Florian Müllner 2025-03-03 01:20:07 +01:00
parent ed0d97fd3a
commit 429f08b597
No known key found for this signature in database
6 changed files with 32 additions and 5 deletions

26
NEWS
View File

@ -1,3 +1,29 @@
48.rc
=====
* Fix integer scaling for spinner [Daniel v. V.; !3634]
* Group notifications by app [Julian; !3012]
* Fix tracking inactive time for screen time limits [Florian; !3636]
* Fix occasional stacking glitch during overview transition [Keyu; !3460]
* Reorganize default dash/grid/folder apps [Florian, Allan; !3642]
* Handle suspend/resume when tracking screen time [Philip; !3643]
* Misc. bug fixes and cleanups [Marco, Florian, Sebastian, Daniel R.,
Alessandro; !3629, !3630, !3631] !3620, !3637, !3635, !3632, !3616, !3633,
!3639, !3649, !3646, !3647, !3651]
Contributors:
Alessandro Astone, Allan Day, Florian Müllner, Daniel Rusek, Julian Sparber,
Keyu Tao, Marco Trevisan (Treviño), Daniel van Vugt, Sebastian Wick,
Philip Withnall
Translators:
Cheng-Chia Tseng [zh_TW], Jordi Mas i Hernandez [ca], Sabri Ünal [tr],
Jordi Mas [ca], Aurimas Černius [lt], Piotr Drąg [pl], Aefgh Threenine [th],
Ekaterine Papava [ka], Andika Triwidada [id], Daniel Rusek [cs],
Danial Behzadi [fa], Yuri Chornoivan [uk], Asier Sarasua Garmendia [eu],
Yosef Or Boczko [he], twlvnn kraftwerk [bg], Quentin PAGÈS [oc],
Luming Zh [zh_CN], Jiri Grönroos [fi], Hugo Carvalho [pt], Fran Dieguez [gl],
A S Alam [pa], Brage Fuglseth [nb], Giannis Antypas [el]
48.beta 48.beta
======= =======
* Fix overlapping tiles in app grid on hover [Sam; !3551] * Fix overlapping tiles in app grid on hover [Sam; !3551]

View File

@ -1,5 +1,5 @@
project('gnome-shell', 'c', project('gnome-shell', 'c',
version: '48.beta', version: '48.rc',
meson_version: '>= 1.1.0', meson_version: '>= 1.1.0',
license: 'GPL-2.0-or-later', license: 'GPL-2.0-or-later',
) )
@ -25,7 +25,7 @@ gio_req = '>= 2.79.2'
gi_req = '>= 1.49.1' gi_req = '>= 1.49.1'
gjs_req = '>= 1.73.1' gjs_req = '>= 1.73.1'
gtk_req = '>= 4.0' gtk_req = '>= 4.0'
mutter_req = '>= 48.beta' mutter_req = '>= 48.rc'
polkit_req = '>= 0.100' polkit_req = '>= 0.100'
schemas_req = '>= 48.beta' schemas_req = '>= 48.beta'
systemd_req = '>= 246' systemd_req = '>= 246'

View File

@ -55,6 +55,7 @@
</description> </description>
<releases> <releases>
<release version="48.rc" type="development" date="2025-03-02"/>
<release version="48.beta" type="development" date="2025-02-04"/> <release version="48.beta" type="development" date="2025-02-04"/>
<release version="48.alpha" type="development" date="2025-01-13"> <release version="48.alpha" type="development" date="2025-01-13">
<description> <description>

View File

@ -1,5 +1,5 @@
project('gnome-extensions-app', project('gnome-extensions-app',
version: '48.beta', version: '48.rc',
meson_version: '>= 0.58.0', meson_version: '>= 0.58.0',
license: 'GPL-2.0-or-later', license: 'GPL-2.0-or-later',
) )

View File

@ -1,5 +1,5 @@
project('gnome-extensions-tool', 'c', project('gnome-extensions-tool', 'c',
version: '48.beta', version: '48.rc',
meson_version: '>= 0.58.0', meson_version: '>= 0.58.0',
license: 'GPL-2.0-or-later', license: 'GPL-2.0-or-later',
) )

View File

@ -1,5 +1,5 @@
project('shew', 'c', project('shew', 'c',
version: '48.beta', version: '48.rc',
meson_version: '>= 0.58.0', meson_version: '>= 0.58.0',
license: 'LGPL-2.1-or-later', license: 'LGPL-2.1-or-later',
) )