Bump version to 48.1
Update NEWS.
This commit is contained in:
parent
1625860750
commit
652b89c1c6
19
NEWS
19
NEWS
@ -1,3 +1,22 @@
|
||||
48.1
|
||||
====
|
||||
* Fix glitch in sliders when close to maximum [Sebastian; !3648]
|
||||
* Fix detecting suspend/resume for time tracking [Sebastian; !3679]
|
||||
* Fix wrongly sized images with fractional scaling [Jonas; !3680]
|
||||
* Fix frozen cursor when using magnifier in push mode [Jerome; !3688]
|
||||
* Fix session button on login screen after wrong password [Florian; !3638]
|
||||
* Misc. bug fixes and cleanups [Florian, Philip, Balló, Andy; !3673,
|
||||
!3675, !3685, !3676, !3689, !3687, !3641, !3694, !3684, !3672]
|
||||
|
||||
Contributors:
|
||||
Jerome Brenier, Jonas Dreßler, Balló György, Andy Holmes, Sebastian Keller,
|
||||
Florian Müllner, Vasil Pupkin, Baxrom Raxmatov, Philip Withnall
|
||||
|
||||
Translators:
|
||||
Vasil Pupkin [be@latin], Daniel Mustieles [es], Antonio Marin [ro],
|
||||
Danial Behzadi [fa], Jose Riha [sk], Cheng-Chia Tseng [zh_TW],
|
||||
Danial Behzadi [fa], Jose Riha [sk], Cheng-Chia Tseng [zh_TW],
|
||||
|
||||
48.0
|
||||
====
|
||||
* Fix ibus candidate popup position [Peng; !3659]
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('gnome-shell', 'c',
|
||||
version: '48.0',
|
||||
version: '48.1',
|
||||
meson_version: '>= 1.1.0',
|
||||
license: 'GPL-2.0-or-later',
|
||||
)
|
||||
|
@ -55,6 +55,7 @@
|
||||
</description>
|
||||
|
||||
<releases>
|
||||
<release version="48.1" date="2025-04-12"/>
|
||||
<release version="48.0" date="2025-03-16">
|
||||
<description>
|
||||
<p>Allow closing window with shortcut</p>
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('gnome-extensions-app',
|
||||
version: '48.0',
|
||||
version: '48.1',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPL-2.0-or-later',
|
||||
)
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('gnome-extensions-tool', 'c',
|
||||
version: '48.0',
|
||||
version: '48.1',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPL-2.0-or-later',
|
||||
)
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('shew', 'c',
|
||||
version: '48.0',
|
||||
version: '48.1',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'LGPL-2.1-or-later',
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user