mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Bump version to 43.8
Update NEWS.
This commit is contained in:
parent
3bcba67c33
commit
4f3270f05b
6 changed files with 19 additions and 4 deletions
14
NEWS
14
NEWS
|
|
@ -1,3 +1,17 @@
|
|||
43.8
|
||||
====
|
||||
* Fix accessibility of quick settings sliders [Lukáš; !2762]
|
||||
* Allow notification dismissal with backspace [Chris; !2435]
|
||||
* Misc. bug fixes and cleanups [Florian, Takao, Carlos, Brendan, Daniel, Jonas;
|
||||
!2814, !2842, !2849, !2668, !2666, !2876, !2729, !2828, !2904]
|
||||
|
||||
Contributors:
|
||||
Takao Fujiwara, Carlos Garnacho, Chris Heywood, Florian Müllner,
|
||||
Lukáš Tyrychtr, Daniel van Vugt, Brendan William, Jonas Ådahl
|
||||
|
||||
Translators:
|
||||
Danial Behzadi [fa]
|
||||
|
||||
43.7
|
||||
====
|
||||
* Fix cursor offset when using magnifier [Андрей; !2780]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-shell', 'c',
|
||||
version: '43.7',
|
||||
version: '43.8',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
</description>
|
||||
|
||||
<releases>
|
||||
<release version="43.8" date="2023-08-22"/>
|
||||
<release version="43.7" date="2023-07-04"/>
|
||||
<release version="43.6" date="2023-06-03"/>
|
||||
<release version="43.5" date="2023-04-24"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-app',
|
||||
version: '43.7',
|
||||
version: '43.8',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-tool', 'c',
|
||||
version: '43.7',
|
||||
version: '43.8',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('shew', 'c',
|
||||
version: '43.7',
|
||||
version: '43.8',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'LGPLv2+',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue