summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS32
-rw-r--r--meson.build2
2 files changed, 33 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9b86e17dd..d4a328ca0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,36 @@
================
+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'
)