mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Bump version to 44.5
Update NEWS. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2958>
This commit is contained in:
parent
9be6db83a3
commit
d49cc6fa35
6 changed files with 20 additions and 4 deletions
15
NEWS
15
NEWS
|
|
@ -1,3 +1,18 @@
|
|||
44.5
|
||||
====
|
||||
* Fix exposing window previews on lock screen via keyboard shortcuts
|
||||
[Florian; !2944]
|
||||
* Improve handling of latched vs. locked modes in OSK [Carlos; !2945]
|
||||
* Reverse slider direction in RTL locales [Khalid; !2943]
|
||||
* Misc. bug fixes and cleanups [xiaofan; !2947]
|
||||
|
||||
Contributors:
|
||||
Carlos Garnacho, Florian Müllner, Khalid Abu Shawarib, xiaofan
|
||||
|
||||
Translators:
|
||||
Nathan Follens [nl], Milo Casagrande [it], Daniel Mustieles [es],
|
||||
Rafael Fontenelle [pt_BR], Matej Urbančič [sl]
|
||||
|
||||
44.4
|
||||
====
|
||||
* Fix accessibility of quick settings sliders [Lukáš; !2762]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-shell', 'c',
|
||||
version: '44.4',
|
||||
version: '44.5',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
</description>
|
||||
|
||||
<releases>
|
||||
<release version="44.5" date="2023-09-16"/>
|
||||
<release version="44.4" date="2023-08-22"/>
|
||||
<release version="44.3" date="2023-07-04"/>
|
||||
<release version="44.2" date="2023-06-03"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-app',
|
||||
version: '44.4',
|
||||
version: '44.5',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-tool', 'c',
|
||||
version: '44.4',
|
||||
version: '44.5',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('shew', 'c',
|
||||
version: '44.4',
|
||||
version: '44.5',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'LGPLv2+',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue