Bump version to 48.0
Update NEWS.
This commit is contained in:
parent
062e63581b
commit
a2ffd14a35
23
NEWS
23
NEWS
@ -1,3 +1,26 @@
|
||||
48.0
|
||||
====
|
||||
* Fix ibus candidate popup position [Peng; !3659]
|
||||
* breakManager: Allow break to be taken or delayed when overdue [Philip; !3656]
|
||||
* Fix audio selection dialog in light style [Laria; !3665]
|
||||
* Misc. bug fixes and cleanups [Philip, Simon, Daniel, Florian, Jonas; !3655,
|
||||
!3662, !3664, !3669, !3667, !3670]
|
||||
|
||||
Contributors:
|
||||
Laria Carolin Chabowski, Simon McVittie, Florian Müllner, Daniel van Vugt,
|
||||
Philip Withnall, Peng Wu, Jonas Ådahl
|
||||
|
||||
Translators:
|
||||
Yuri Chornoivan [uk], Alexander Shopov [bg], Daniel Rusek [cs],
|
||||
Luming Zh [zh_CN], Changwoo Ryu [ko], Artur S0 [ru], Ekaterine Papava [ka],
|
||||
Martin [sl], Daniel Mustieles [es], Artur Miranda [pt_BR], Hugo Carvalho [pt],
|
||||
Piotr Drąg [pl], Balázs Úr [hu], Vasil Pupkin [be], Quentin PAGÈS [oc],
|
||||
Jordi Mas i Hernandez [ca], Fran Dieguez [gl], Aurimas Černius [lt],
|
||||
Ask Hjorth Larsen [da], Asier Saratsua Garmendia [eu], Anders Jonsson [sv],
|
||||
Sabri Ünal [tr], Yosef Or Boczko [he], Andika Triwidada [id],
|
||||
Brage Fuglseth [nb], A S Alam [pa], Bruce Cowan [en_GB], Cas Pascal [vi],
|
||||
Irénée THIRION [fr]
|
||||
|
||||
48.rc
|
||||
=====
|
||||
* Fix integer scaling for spinner [Daniel v. V.; !3634]
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('gnome-shell', 'c',
|
||||
version: '48.rc',
|
||||
version: '48.0',
|
||||
meson_version: '>= 1.1.0',
|
||||
license: 'GPL-2.0-or-later',
|
||||
)
|
||||
@ -25,7 +25,7 @@ gio_req = '>= 2.79.2'
|
||||
gi_req = '>= 1.49.1'
|
||||
gjs_req = '>= 1.73.1'
|
||||
gtk_req = '>= 4.0'
|
||||
mutter_req = '>= 48.rc'
|
||||
mutter_req = '>= 48.0'
|
||||
polkit_req = '>= 0.100'
|
||||
schemas_req = '>= 48.beta'
|
||||
systemd_req = '>= 246'
|
||||
|
@ -55,9 +55,7 @@
|
||||
</description>
|
||||
|
||||
<releases>
|
||||
<release version="48.rc" type="development" date="2025-03-02"/>
|
||||
<release version="48.beta" type="development" date="2025-02-04"/>
|
||||
<release version="48.alpha" type="development" date="2025-01-13">
|
||||
<release version="48.0" date="2025-03-16">
|
||||
<description>
|
||||
<p>Allow closing window with shortcut</p>
|
||||
</description>
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('gnome-extensions-app',
|
||||
version: '48.rc',
|
||||
version: '48.0',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPL-2.0-or-later',
|
||||
)
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('gnome-extensions-tool', 'c',
|
||||
version: '48.rc',
|
||||
version: '48.0',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPL-2.0-or-later',
|
||||
)
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('shew', 'c',
|
||||
version: '48.rc',
|
||||
version: '48.0',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'LGPL-2.1-or-later',
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user