Plasma 5.24.0. On Leap 15.3 there are some build failures, but those happen in K:F5 already and are unrelated to 5.24.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=320
This commit is contained in:
2022-02-06 12:37:50 +00:00
committed by Git OBS Bridge
parent ab4a694847
commit cf6c12eacb
6 changed files with 43 additions and 22 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Feb 5 19:50:59 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.24.0
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.24.0
- Changes since 5.23.90:
* Allow specifying initial value for SysctlSensor
* BarChart: Make spacing proportional to total width and number of bars (kde#444585)
* Set an initial value of 0 for SensorsFeatureSensor
* Allow providing an initial value for AggregateSensor and SysFsSensor
* Check initial value is valid before resetting in SensorProperty::unsubscribe
* Support changing sensor label names for the Grid face (kde#448980)
* Only rate-limit sensors if we already have a valid value (kde#446372)
* faces/facegrid: Filter out some display styles from the config (kde#447847)
* Fix compilation on Plasma/5.24 branch
* faces/textonly: Set grouped header to fill width so it elides properly (kde#440592)
* Port SensorFaceController to support JSON plugin metadata
* Fix build with GCC 12, missing include
-------------------------------------------------------------------
Thu Jan 13 20:30:23 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>