From 59d87e94a6c4534b323e4bf4b48ea686dc190be8 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Sun, 2 Feb 2020 13:50:17 -0300 Subject: [PATCH] 3.35.90 --- NEWS | 32 ++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9b86e17dd..d4a328ca0 100644 --- a/NEWS +++ b/NEWS @@ -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 ================ diff --git a/meson.build b/meson.build index 5ad524786..2f66e4ea9 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gnome-control-center', 'c', - version : '3.35.2', + version : '3.35.90', license : 'GPL2+', meson_version : '>= 0.51.0' )