1
0

Plasma 5.21 Beta - this time tested! kwin doesn't use libqaccessibilityclient yet and qqc2-breeze-style is not packaged, but only needed for Plasma Mobile.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kde-gtk-config5?expand=0&rev=274
This commit is contained in:
2021-01-24 21:11:03 +00:00
committed by Git OBS Bridge
parent 2c418aeae2
commit 9ae7a40f79
6 changed files with 38 additions and 17 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Jan 21 21:31:33 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.20.90
* New feature release
* For more details please see:
* https://kde.org/announcements/plasma/5/20.90/
- Changes since 5.20.5:
* Add .gitignore file to ignore generated .clang-format file.
* Remove debug message to avoid polute to stdout.
* Reference Plasma Workspace repo instead of Desktop
* Set correct installation directory for kconf_update script
* Use only GTK Module for managing window decorations CSS (kde#428322,kde#428120,kde#428842)
* fix build
* Fix for cpp17 : Ld couldnt reach references when we use constexpr
* If include is define in .h remove it if it's defined in .cpp too (scripted)
* Begin writing out settings to GTK4
* Disable global animations for the time decoration is being rendered (kde#426687)
* Fix default decoration fallback
* Remove kservice dependency
-------------------------------------------------------------------
Tue Jan 5 14:40:02 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>