Bump version to 47.beta
Update NEWS.
This commit is contained in:
parent
a32f735ec0
commit
2ce940fd9b
26
NEWS
26
NEWS
@ -1,3 +1,29 @@
|
|||||||
|
47.beta
|
||||||
|
=======
|
||||||
|
* Use hardware encoding for screen recordings if possible [Jonas D.; !2080]
|
||||||
|
* Allow notification portal to always use GTK protocol [Julian; !3382]
|
||||||
|
* Improve Persian on-screen keyboard layout [Sohrab; !3409]
|
||||||
|
* Build and publish GNOME OS systemd-sysext extensions [Martin; !3390]
|
||||||
|
* Make overview startup notification more reliable [Will; !3422, !3428]
|
||||||
|
* Fix keyboard navigation in app folders [sorelz; !3338]
|
||||||
|
* Support exporting DebugControl service from looking glass [Sebastian; !3425]
|
||||||
|
* Use low-power pipeline in screen recorder if possible [José; !3416]
|
||||||
|
* Show notification when detecting captive portal [Florian; !3408]
|
||||||
|
* Fix connecting to WPA2 enterprise networks [Tuomas; !3426]
|
||||||
|
* Use unlinked rounded buttons in notifications and dialogs [Sam; !3383, !3427]
|
||||||
|
* Misc. bug fixes and cleanups [Jonas Å., Florian, Sam, Bilal, kramo, Julian,
|
||||||
|
sorelz, Sebastian; !3363, !3411, !3413, !3414, !3412, !3402, !3423, !3420,
|
||||||
|
!3415, !3410, !3168, !3387, !3424, !3432, !3431, !3430]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Jonas Ådahl, Sohrab Behdani, Jonas Dreßler, Bilal Elmoussaoui, Sam Hewitt,
|
||||||
|
kramo, Martin Abente Lahaye, Florian Müllner, Tuomas Nurmi, José Relvas,
|
||||||
|
sorelz, Julian Sparber, Will Thompson, Sebastian Wick
|
||||||
|
|
||||||
|
Translators:
|
||||||
|
Ekaterine Papava [ka], Scrambled 777 [hi], Sabri Ünal [tr], Martin [sl],
|
||||||
|
Chao-Hsiung Liao [zh_TW], Daniel Rusek [cs], Emin Tufan Çetin [tr]
|
||||||
|
|
||||||
47.alpha
|
47.alpha
|
||||||
========
|
========
|
||||||
* Fix size of workspace switcher OSD [Jakub; !3282]
|
* Fix size of workspace switcher OSD [Jakub; !3282]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('gnome-shell', 'c',
|
project('gnome-shell', 'c',
|
||||||
version: '47.alpha',
|
version: '47.beta',
|
||||||
meson_version: '>= 0.58.0',
|
meson_version: '>= 0.58.0',
|
||||||
license: 'GPLv2+'
|
license: 'GPLv2+'
|
||||||
)
|
)
|
||||||
@ -26,7 +26,7 @@ gio_req = '>= 2.79.2'
|
|||||||
gi_req = '>= 1.49.1'
|
gi_req = '>= 1.49.1'
|
||||||
gjs_req = '>= 1.73.1'
|
gjs_req = '>= 1.73.1'
|
||||||
gtk_req = '>= 4.0'
|
gtk_req = '>= 4.0'
|
||||||
mutter_req = '>= 47.alpha'
|
mutter_req = '>= 47.beta'
|
||||||
polkit_req = '>= 0.100'
|
polkit_req = '>= 0.100'
|
||||||
schemas_req = '>= 47.alpha'
|
schemas_req = '>= 47.alpha'
|
||||||
systemd_req = '>= 246'
|
systemd_req = '>= 246'
|
||||||
|
@ -54,6 +54,7 @@
|
|||||||
</description>
|
</description>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="47.beta" date="2024-08-03" type="development"/>
|
||||||
<release version="47.alpha" date="2024-06-29" type="development"/>
|
<release version="47.alpha" date="2024-06-29" type="development"/>
|
||||||
</releases>
|
</releases>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('gnome-extensions-app',
|
project('gnome-extensions-app',
|
||||||
version: '47.alpha',
|
version: '47.beta',
|
||||||
meson_version: '>= 0.58.0',
|
meson_version: '>= 0.58.0',
|
||||||
license: 'GPLv2+'
|
license: 'GPLv2+'
|
||||||
)
|
)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('gnome-extensions-tool', 'c',
|
project('gnome-extensions-tool', 'c',
|
||||||
version: '47.alpha',
|
version: '47.beta',
|
||||||
meson_version: '>= 0.58.0',
|
meson_version: '>= 0.58.0',
|
||||||
license: 'GPLv2+'
|
license: 'GPLv2+'
|
||||||
)
|
)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('shew', 'c',
|
project('shew', 'c',
|
||||||
version: '47.alpha',
|
version: '47.beta',
|
||||||
meson_version: '>= 0.58.0',
|
meson_version: '>= 0.58.0',
|
||||||
license: 'LGPLv2+',
|
license: 'LGPLv2+',
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user