3.29.4
This commit is contained in:
parent
b63b2bbb09
commit
65b90d5951
2 changed files with 32 additions and 1 deletions
31
NEWS
31
NEWS
|
@ -1,3 +1,34 @@
|
||||||
|
==============
|
||||||
|
Version 3.29.4
|
||||||
|
==============
|
||||||
|
|
||||||
|
- Introduce Dynamic Panel
|
||||||
|
- Many code cleanups and modernizations
|
||||||
|
|
||||||
|
CI:
|
||||||
|
- Support for multiarch builds (ARMv8 and PPC64)
|
||||||
|
- Support generating Flatpaks on demand
|
||||||
|
|
||||||
|
Display:
|
||||||
|
- Improve display arrangement widget
|
||||||
|
|
||||||
|
Network:
|
||||||
|
- Add a testsuite
|
||||||
|
|
||||||
|
Sharing:
|
||||||
|
- Expose Remote Desktop work on Wayland
|
||||||
|
|
||||||
|
User Accounts:
|
||||||
|
- Use term "Confirm" instead of "Verify"
|
||||||
|
- Use the same phrase when passwords do not match
|
||||||
|
|
||||||
|
Wacom:
|
||||||
|
- Hide when no Wacom devices are connected
|
||||||
|
- Remove deprecated APIs
|
||||||
|
|
||||||
|
Wi-Fi:
|
||||||
|
- Hide when no Wi-Fi adapters are available
|
||||||
|
|
||||||
==============
|
==============
|
||||||
Version 3.29.2
|
Version 3.29.2
|
||||||
==============
|
==============
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
project(
|
project(
|
||||||
'gnome-control-center', 'c',
|
'gnome-control-center', 'c',
|
||||||
version : '3.29.2',
|
version : '3.29.4',
|
||||||
license : 'GPL2+',
|
license : 'GPL2+',
|
||||||
meson_version : '>= 0.43.0'
|
meson_version : '>= 0.43.0'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue