Bump version to 46.1
Update NEWS.
This commit is contained in:
parent
df50c2dfc6
commit
0d0aadf013
27
NEWS
27
NEWS
@ -1,3 +1,30 @@
|
||||
46.1
|
||||
====
|
||||
* Improve notification of conflicting session [Joan; !3235]
|
||||
* Add shift level to Korean OSK layout [Carlos; !3222]
|
||||
* Fix markup support in notifications [Sebastian; !3247]
|
||||
* extensions-app: Fix empty rows with '&' in extension name [Florian; !3266]
|
||||
* extensions-app: Improve HIG compliance [Automeris; !3269, !3271]
|
||||
* Omit expand buttons in notification banners [Julian; !3249]
|
||||
* Misc. bug fixes and cleanups [dcz, Totto16, Sebastian, Florian;
|
||||
!3262, !3253, !3260, !3234]
|
||||
|
||||
Contributors:
|
||||
dcz, Carlos Garnacho, Sebastian Keller, Robert Mader, Florian Müllner,
|
||||
Automeris naranja, Julian Sparber, Joan Torres, Totto16, Sebastian Wick
|
||||
|
||||
Translators:
|
||||
Danial Behzadi [fa], Baurzhan Muftakhidinov [kk], Anders Jonsson [sv],
|
||||
Aurimas Černius [lt], Yuri Chornoivan [uk], Daniel Rusek [cs],
|
||||
Ekaterine Papava [ka], Asier Sarasua Garmendia [eu], Jiri Grönroos [fi],
|
||||
Piotr Drąg [pl], Yaron Shahrabani [he], Brage Fuglseth [nb], A S Alam [pa],
|
||||
Christian Kirbach [de], Milo Casagrande [it], Fran Dieguez [gl],
|
||||
Jordi Mas i Hernandez [ca], Jordi Mas [ca], Sabri Ünal [tr],
|
||||
Boyuan Yang [zh_CN], Athmane MOKRAOUI [kab], Vincent Chatelain [fr],
|
||||
Милош Поповић [sr, sr@latin], Martin [sl], Nathan Follens [nl], Artur S0 [ru],
|
||||
Juliano de Souza Camargo [pt_BR], Changwoo Ryu [ko], Jose Riha [sk],
|
||||
Fabio Tomat [fur], Peter Vágner [sk], Andi Chandler [en_GB]
|
||||
|
||||
46.0
|
||||
====
|
||||
* Fix model selection in on-screen keyboard [Jonas; !3230]
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('gnome-shell', 'c',
|
||||
version: '46.0',
|
||||
version: '46.1',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
@ -54,6 +54,12 @@
|
||||
</description>
|
||||
|
||||
<releases>
|
||||
<release version="46.1" date="2024-04-20">
|
||||
<description>
|
||||
<p>Make sure all icon-only buttons have tooltips.</p>
|
||||
<p>Fix empty rows for extensions with "&" in their name.</p>
|
||||
</description>
|
||||
</release>
|
||||
<release version="46.0" date="2024-03-16">
|
||||
<description>
|
||||
<p>Streamline layout to be fully adaptive on mobile.</p>
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('gnome-extensions-app',
|
||||
version: '46.0',
|
||||
version: '46.1',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('gnome-extensions-tool', 'c',
|
||||
version: '46.0',
|
||||
version: '46.1',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('shew', 'c',
|
||||
version: '46.0',
|
||||
version: '46.1',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'LGPLv2+',
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user