From 5606637c5e8722697f411f3e0394e91c1c30df64 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Fri, 29 Mar 2019 11:36:46 -0300 Subject: [PATCH] 3.32.1 --- NEWS | 26 ++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 892f255e8..68efb3908 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +================ +Version 3.32.1 +================ + +- Add shadows to application icons +- Updated translations + +Applications: +- Fix wrong IDs being passed to portal permission store + +Display: +- Various bugfixes to multimonitor setups + +Mouse & Touchpad: +- Sync touchpad scrolling switch states correctly + +Network: +- Only show Bluetooth devices in Bluetooth section + +Online Accounts: +- Fix invisible widgets + +Wi-Fi: +- Fix connection names with markup not showing up + + ================ Version 3.32.0.1 ================ diff --git a/meson.build b/meson.build index e89ea5247..2d622cdfe 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gnome-control-center', 'c', - version : '3.32.0.1', + version : '3.32.1', license : 'GPL2+', meson_version : '>= 0.48.0' )