mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Bump version to 43.9
Update NEWS. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2957>
This commit is contained in:
parent
87ef70ec53
commit
45de25eaba
6 changed files with 19 additions and 4 deletions
14
NEWS
14
NEWS
|
|
@ -1,3 +1,17 @@
|
|||
43.9
|
||||
====
|
||||
* 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:
|
||||
Daniel Rusek [cs]
|
||||
|
||||
43.8
|
||||
====
|
||||
* Fix accessibility of quick settings sliders [Lukáš; !2762]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-shell', 'c',
|
||||
version: '43.8',
|
||||
version: '43.9',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
</description>
|
||||
|
||||
<releases>
|
||||
<release version="43.9" date="2023-09-16"/>
|
||||
<release version="43.8" date="2023-08-22"/>
|
||||
<release version="43.7" date="2023-07-04"/>
|
||||
<release version="43.6" date="2023-06-03"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-app',
|
||||
version: '43.8',
|
||||
version: '43.9',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-tool', 'c',
|
||||
version: '43.8',
|
||||
version: '43.9',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('shew', 'c',
|
||||
version: '43.8',
|
||||
version: '43.9',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'LGPLv2+',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue