This commit is contained in:
Georges Basile Stavracas Neto 2019-03-29 11:36:46 -03:00
parent a368153973
commit 5606637c5e
No known key found for this signature in database
GPG key ID: 886C17EE170D1385
2 changed files with 27 additions and 1 deletions

26
NEWS
View file

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

View file

@ -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'
)