This commit is contained in:
Georges Basile Stavracas Neto 2018-07-16 21:32:05 -03:00
parent b63b2bbb09
commit 65b90d5951
2 changed files with 32 additions and 1 deletions

31
NEWS
View file

@ -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
==============

View file

@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
version : '3.29.2',
version : '3.29.4',
license : 'GPL2+',
meson_version : '>= 0.43.0'
)