diff --git a/NEWS b/NEWS index 03bf1e060..ec4db273f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +============== +Version 3.25.4 +============== + +- A new Wi-Fi panel is introduced replacing the corresponding + functionality in the Network panel + +Bluetooth: +- Center empty states in the panel + +Display: +- Adapt to new Mutter interface with scaling per mode + +Keyboard: +- Fix several memory leaks +- Follow the usual search pattern for filtering +- Consider additional bindings in uniqueness checks +- Consider multiple bindings when resetting + +Network: +- Replace the notebook with a stack +- Stop managing wi-fi devices + +Printers: +- Fix a crash when the user cancels the add new printer dialog + +Region & Language: +- Embed "Restart session" button below the Language entry +- Make the "Restart" notification persist until the session restarts + +Wacom: +- Make the calibrator only reactive to the tablet being calibrated +- Fix undesired cursor offsets after the calibration is applied +- Recognize and pair pad devices with others on the same tablet + ============== Version 3.25.3 ============== diff --git a/configure.ac b/configure.ac index 55f5ad3fd..116b711c8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -m4_define([gnome_control_center_version], 3.25.3) +m4_define([gnome_control_center_version], 3.25.4) AC_INIT([gnome-control-center], [gnome_control_center_version], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])