This commit is contained in:
Georges Basile Stavracas Neto 2020-02-02 13:50:17 -03:00
parent 266ccac6ca
commit 59d87e94a6
2 changed files with 33 additions and 1 deletions

32
NEWS
View file

@ -1,3 +1,35 @@
================
Version 3.35.90
================
- New sidebar panel order and grouping
- Introduce CcPermissionInfoBar
- More code style updates
- Updated translations
Applications
- Add "Run in Background" switch
- Add "Set Desktop Background" switch
- Show snap packages
Network
- Add SAE support
- Many code refactorings
- Switch to use GtkTemplate
Power
- Hide power button the chassis is handset
Printers
- Use CcPermissionInfoBar
Region & Language
- New design for the Formats dialog
User Accounts
- Use CcPermissionInfoBar
- Improved layout
================
Version 3.35.2
================

View file

@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
version : '3.35.2',
version : '3.35.90',
license : 'GPL2+',
meson_version : '>= 0.51.0'
)