mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Bump version to 46.3
Update NEWS.
This commit is contained in:
parent
544681f8ea
commit
5276699adf
6 changed files with 23 additions and 4 deletions
18
NEWS
18
NEWS
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-shell', 'c',
|
||||
version: '46.2',
|
||||
version: '46.3',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-app',
|
||||
version: '46.2',
|
||||
version: '46.3',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-tool', 'c',
|
||||
version: '46.2',
|
||||
version: '46.3',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('shew', 'c',
|
||||
version: '46.2',
|
||||
version: '46.3',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'LGPLv2+',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue