Plasma 6.0.1 + some provides

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/plasma6-mobile?expand=0&rev=7
This commit is contained in:
2024-03-06 15:50:30 +00:00
committed by Git OBS Bridge
parent 705dd3cb93
commit 2a04df1aed
6 changed files with 38 additions and 22 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Mar 6 08:40:31 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.1:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.0.1
- Changes since 6.0.0:
* update version for new release
* kwin/convergentwindows: Don't set maximize property for fullscreen windows Followup to https://invent.kde.org/teams/plasma-mobile/issues/-/issues/256
* meta: Fix appstream tests
* meta: Add tag to posix test
* taskswitcher: Remove all interaction restrictions while the task switcher is opening This allows users to properly interact (open apps, dismiss) while the task switcher is in its opening animation.
* kwin/convergentwindows: Fix race condition causing windows to be maximized too large See https://invent.kde.org/teams/plasma-mobile/issues/-/issues/256
* taskpanel: Delay setting panel position on screen change, so shell doesn't crash Setting it immediately seems to trigger an underlying bug that causes the shell to crash, see https://invent.kde.org/plasma/plasma-mobile/-/issues/321
* homescreens/folio: Don't show background for widget configure dialog https://invent.kde.org/plasma/plasma-mobile/-/issues/320 We seem to encounter an issue when a widget is deleted where the background stays. Workaround it for now.
-------------------------------------------------------------------
Tue Mar 5 10:02:22 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>