mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Bump version to 43.2
Update NEWS.
This commit is contained in:
parent
aaf7b9e4b3
commit
e9b26eac0c
6 changed files with 26 additions and 4 deletions
21
NEWS
21
NEWS
|
|
@ -1,3 +1,24 @@
|
|||
43.2
|
||||
====
|
||||
* Fix screencast UI being erroneously disabled [Florian; !2533]
|
||||
* Properly apply saved shortcuts inhibition permissions [Florian; !2548]
|
||||
* Fix IM candidate popup getting closed when switching pages [Carlos; !2497]
|
||||
* Fix unresponsive screen area when quick settings are opened [Carlos; !2535]
|
||||
* Ensure completions are disabled when hiding on-screen keyboard [Carlos; !2543]
|
||||
* Fix missing name in wired network quick settings button [Florian; !2529]
|
||||
* Don't let wayland popovers block overview [Florian; !2549]
|
||||
* Fix repeated entries in volume device menu [Florian; !2558]
|
||||
* Fix input source switching with focus on password entry [Carlos; !2534]
|
||||
* Misc. bug fixes and cleanups [Alessandro, Florian, Jonas; !2536, !2545, !2546,
|
||||
!2547, !2532, !1349]
|
||||
|
||||
Contributors:
|
||||
Alessandro Bono, Carlos Garnacho, Florian Müllner, Jonas Ådahl
|
||||
|
||||
Translators:
|
||||
Aleksandr Melman [ru], Dušan Kazik [sk], Vasil Pupkin [be],
|
||||
Sveinn í Felli [is], Nart Tlisha [ab]
|
||||
|
||||
43.1
|
||||
====
|
||||
* Fix default keyboard layout during initial setup [Carlos; !2487, !2495]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-shell', 'c',
|
||||
version: '43.1',
|
||||
version: '43.2',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
</description>
|
||||
|
||||
<releases>
|
||||
<release version="43.2" date="2022-12-06"/>
|
||||
<release version="43.1" date="2022-10-22"/>
|
||||
<release version="43.0" date="2022-09-17">
|
||||
<p>Modernize About window</p>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-app',
|
||||
version: '43.1',
|
||||
version: '43.2',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-tool', 'c',
|
||||
version: '43.1',
|
||||
version: '43.2',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('shew', 'c',
|
||||
version: '43.1',
|
||||
version: '43.2',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'LGPLv2+',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue