Bump version to 46.3

Update NEWS.
This commit is contained in:
Florian Müllner 2024-06-29 14:41:55 +02:00
parent 544681f8ea
commit 5276699adf
No known key found for this signature in database
6 changed files with 23 additions and 4 deletions

18
NEWS
View file

@ -1,3 +1,21 @@
46.3
====
* Fix rendering artifacts of some rounded borders [Jonas D.; !3354]
* Fix overview animation glitch when windows overlap workspaces [Keyu; !3378]
* Fix overview animation glitch when windows overlap workspaces [Sundeep; !3386]
* Misc. bug fixes and cleanups [Bilal, Georges, Florian, Mister, Philip,
Jonas Å., Jonas D., Balló, Alessandro, Sam; !3344, !3347, !3350, !3349, !3351,
!3352, !3353, !3307, !3370, !3361, !3368, !3291, !3311, !3376, !3377, !3362,
!3398]
Contributors:
Jonas Ådahl, Alessandro Bono, Jonas Dreßler, Bilal Elmoussaoui, Balló György,
Sam Hewitt, Sundeep Mediratta, Florian Müllner, Georges Basile Stavracas Neto,
Mister Smör, Keyu Tao, Philip Withnall
Translators:
Jose Riha [sk]
46.2
====
* Fix size of workspace switcher OSD [Jakub; !3282]

View file

@ -1,5 +1,5 @@
project('gnome-shell', 'c',
version: '46.2',
version: '46.3',
meson_version: '>= 0.58.0',
license: 'GPLv2+'
)

View file

@ -54,6 +54,7 @@
</description>
<releases>
<release version="46.3" date="2024-06-29"/>
<release version="46.2" date="2024-05-25"/>
<release version="46.1" date="2024-04-20">
<description>

View file

@ -1,5 +1,5 @@
project('gnome-extensions-app',
version: '46.2',
version: '46.3',
meson_version: '>= 0.58.0',
license: 'GPLv2+'
)

View file

@ -1,5 +1,5 @@
project('gnome-extensions-tool', 'c',
version: '46.2',
version: '46.3',
meson_version: '>= 0.58.0',
license: 'GPLv2+'
)

View file

@ -1,5 +1,5 @@
project('shew', 'c',
version: '46.2',
version: '46.3',
meson_version: '>= 0.58.0',
license: 'LGPLv2+',
)