mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Bump version to 45.4
Update NEWS.
This commit is contained in:
parent
506368e610
commit
58522920b5
6 changed files with 25 additions and 4 deletions
20
NEWS
20
NEWS
|
|
@ -1,3 +1,23 @@
|
|||
45.4
|
||||
====
|
||||
* Close mount notification when drive gets disconnected [Florian; !3089]
|
||||
* Fix feedback look in keyboard backlight slider [Barnabás; !3086]
|
||||
* Fix menu alignment in RTL locales [Florian; !3151]
|
||||
* overview: Keep dimming effect for modal dialogs [Florian; !3150]
|
||||
* Fix overview transition from search results to session [Suryashankar; !3152]
|
||||
* Improve minimize animation [Keyu; !2968]
|
||||
* Add missing shift level to Georgian OSK layout [Carlos; !3145]
|
||||
* Fixed crash [Florian; !3117]
|
||||
* Misc. bug fixes and cleanups [Florian, Jonas, Julian; !3105, !3110, !3141,
|
||||
!786, !2475, !3153, !3159, !3172]
|
||||
|
||||
Contributors:
|
||||
Suryashankar Das, Jonas Dreßler, Carlos Garnacho, Florian Müllner,
|
||||
Barnabás Pőcze, Julian Sparber, Keyu Tao
|
||||
|
||||
Translators:
|
||||
Brage Fuglseth [nb], Balázs Meskó [hu], Daniel Rusek [cs]
|
||||
|
||||
45.3
|
||||
====
|
||||
* Allow any enter key to be used to screenshot [Scott; !2777]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-shell', 'c',
|
||||
version: '45.3',
|
||||
version: '45.4',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
</description>
|
||||
|
||||
<releases>
|
||||
<release version="45.4" date="2024-02-11"/>
|
||||
<release version="45.3" date="2024-01-06"/>
|
||||
<release version="45.2" date="2023-12-01">
|
||||
<p>Support version-name field</p>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-app',
|
||||
version: '45.3',
|
||||
version: '45.4',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-tool', 'c',
|
||||
version: '45.3',
|
||||
version: '45.4',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('shew', 'c',
|
||||
version: '45.3',
|
||||
version: '45.4',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'LGPLv2+',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue