|
|
|
@@ -1,3 +1,280 @@
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 6 13:30:20 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.4.4:
|
|
|
|
|
* New bugfix release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.4.4
|
|
|
|
|
- Changes since 6.4.3:
|
|
|
|
|
* Update version for new release 6.4.4
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 15 10:58:01 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.4.3:
|
|
|
|
|
* New bugfix release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.4.3
|
|
|
|
|
- Changes since 6.4.2:
|
|
|
|
|
* Update version for new release 6.4.3
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 1 13:11:10 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.4.2:
|
|
|
|
|
* New bugfix release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.4.2
|
|
|
|
|
- Changes since 6.4.1:
|
|
|
|
|
* Update version for new release 6.4.2
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 24 11:54:49 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.4.1:
|
|
|
|
|
* New bugfix release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.4.1
|
|
|
|
|
- Changes since 6.4.0:
|
|
|
|
|
* Update version for new release 6.4.1
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jun 12 10:37:38 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.4.0:
|
|
|
|
|
* New bugfix release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.4.0
|
|
|
|
|
- Changes since 6.3.91:
|
|
|
|
|
* Update version for new release 6.4.0
|
|
|
|
|
* configserializer: add missing settings to output serialization (kde#504854)
|
|
|
|
|
* backends/fake: support rotation in unit tests
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 29 21:20:23 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.3.91:
|
|
|
|
|
* New bugfix release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.3.91
|
|
|
|
|
- Changes since 6.3.90:
|
|
|
|
|
* Update version for new release 6.3.91
|
|
|
|
|
* backends/kwayland: Set whether a config is valid based on whether the output management global is available
|
|
|
|
|
* Allow for async in-process backends (kde#483072)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon May 19 19:35:38 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.3.90:
|
|
|
|
|
* New feature release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.3.90
|
|
|
|
|
- Changes since 6.3.5:
|
|
|
|
|
* update version for new release
|
|
|
|
|
* add extended dynamic range setting
|
|
|
|
|
* add a setting to limit the maximum bits per color of an output
|
|
|
|
|
* Expose ddcCiAllowed accessors and ddcCi capability for Wayland
|
|
|
|
|
* add support for more proper mirroring on Wayland
|
|
|
|
|
* doctor: allow referencing to outputs with their UUID
|
|
|
|
|
* Add missing includes
|
|
|
|
|
* It compiles fine without kf_6_12 deprecated methods
|
|
|
|
|
* Revert "Revert "abstractbackend: change setConfig to use std::expected""
|
|
|
|
|
* doctor: add toggle command to HDR and WCG
|
|
|
|
|
* doctor: match the minimum allowed SDR luminance to what the GUI allows
|
|
|
|
|
* CI: Add linux-qt6-next build
|
|
|
|
|
* doctor: fix dpms mode output
|
|
|
|
|
* Add xml/yaml linting
|
|
|
|
|
* output: add a capability for built-in color profiles
|
|
|
|
|
* Fix build with Qt 6.10
|
|
|
|
|
* backends/kwayland: Clean up output device initialization
|
|
|
|
|
* backends/kwayland: Fix dangling globalRemoved connections
|
|
|
|
|
* backends/kwayland: initialize m_blockSignals to false (kde#499029)
|
|
|
|
|
* backends/kwayland: Don't leak output configuration if it contains no real changes
|
|
|
|
|
* backends/kwayland: Destroy wayland output configuration resources
|
|
|
|
|
* backends/kwayland: Fix creating unnecessary output configuration object
|
|
|
|
|
* backends/kwayland: Remove unbalanced unblockSignals()
|
|
|
|
|
* backends/kwayland: Reject configs with unknown outputs (kde#498878)
|
|
|
|
|
* doctor: add dpms to help text (kde#495499)
|
|
|
|
|
* doctor: fix "--dpms show"
|
|
|
|
|
* update version for new release
|
|
|
|
|
* Remove Qt < 6.7 code
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 6 20:08:29 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.3.5:
|
|
|
|
|
* New bugfix release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.3.5
|
|
|
|
|
- Changes since 6.3.4:
|
|
|
|
|
* update version for new release
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Apr 2 10:05:54 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
|
|
|
|
|
|
|
|
|
- Update to 6.3.4
|
|
|
|
|
* New bugfix release
|
|
|
|
|
* For more details please see:
|
|
|
|
|
* https://kde.org/announcements/plasma/6/6.3.4
|
|
|
|
|
- Changes since 6.3.3:
|
|
|
|
|
* update version for new release
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 11 14:44:15 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.3.3:
|
|
|
|
|
* New bugfix release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.3.3
|
|
|
|
|
- Changes since 6.3.2:
|
|
|
|
|
* update version for new release
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Feb 25 19:38:43 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.3.2:
|
|
|
|
|
* New bugfix release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.3.2
|
|
|
|
|
- Changes since 6.3.1:
|
|
|
|
|
* doctor: match the minimum allowed SDR luminance to what the GUI allows
|
|
|
|
|
* update version for new release
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Feb 18 14:45:20 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.3.1:
|
|
|
|
|
* New bugfix release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.3.1
|
|
|
|
|
- Changes since 6.3.0:
|
|
|
|
|
* update version for new release
|
|
|
|
|
* doctor: fix dpms mode output
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 6 13:46:56 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.3.0:
|
|
|
|
|
* New bugfix release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.3.0
|
|
|
|
|
- Changes since 6.2.91:
|
|
|
|
|
* update version for new release
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 23 13:45:58 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.2.91:
|
|
|
|
|
* New bugfix release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.2.91
|
|
|
|
|
- Changes since 6.2.90:
|
|
|
|
|
* update version for new release
|
|
|
|
|
* backends/kwayland: Clean up output device initialization
|
|
|
|
|
* backends/kwayland: Fix dangling globalRemoved connections
|
|
|
|
|
* Revert "backends/kwayland: Remove unbalanced unblockSignals()"
|
|
|
|
|
* backends/kwayland: Don't leak output configuration if it contains no real changes
|
|
|
|
|
* backends/kwayland: Destroy wayland output configuration resources
|
|
|
|
|
* backends/kwayland: Fix creating unnecessary output configuration object
|
|
|
|
|
* backends/kwayland: Remove unbalanced unblockSignals()
|
|
|
|
|
* backends/kwayland: Reject configs with unknown outputs (kde#498878)
|
|
|
|
|
* doctor: add dpms to help text (kde#495499)
|
|
|
|
|
* doctor: fix "--dpms show"
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jan 11 18:27:48 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.2.90:
|
|
|
|
|
* New feature release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.2.90
|
|
|
|
|
- Changes since 6.2.5:
|
|
|
|
|
* Dep on latest Plasma Wayland Protocols
|
|
|
|
|
* update version for new release
|
|
|
|
|
* Use QTest directly
|
|
|
|
|
* Remove unimplemented methods
|
|
|
|
|
* backends/wayland: plumb through an error message for failing to apply the configuration
|
|
|
|
|
* output: fix Private's copy constructor
|
|
|
|
|
* Show headers in qtc6
|
|
|
|
|
* add dimming multiplier
|
|
|
|
|
* add color vs power usage preference
|
|
|
|
|
* Make vendor and model accessible without edid
|
|
|
|
|
* Fix zsh subcommand completion when list-grouped is false
|
|
|
|
|
* doctor: clarify the meaning of max. brightness zero (kde#495557)
|
|
|
|
|
* Update Plasma Wayland Protocols to 1.14
|
|
|
|
|
* update version for new release
|
|
|
|
|
* wayland: Drop WaylandOutputDeviceMode::operator==()
|
|
|
|
|
* wayland: Properly determine whether the current mode has changed
|
|
|
|
|
* wayland: Correctly compare refresh rates when applying config
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 31 20:49:28 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.2.5:
|
|
|
|
|
* New bugfix release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.2.5
|
|
|
|
|
- Changes since 6.2.4:
|
|
|
|
|
* update version for new release
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 26 15:46:36 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.2.4:
|
|
|
|
|
* New bugfix release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.2.4
|
|
|
|
|
- Changes since 6.2.3:
|
|
|
|
|
* doctor: clarify the meaning of max. brightness zero (kde#495557)
|
|
|
|
|
* Update Plasma Wayland Protocols to 1.14
|
|
|
|
|
* update version for new release
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 5 13:30:24 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.2.3:
|
|
|
|
|
* New bugfix release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.2.3
|
|
|
|
|
- Changes since 6.2.2:
|
|
|
|
|
* update version for new release
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Oct 22 14:07:42 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.2.2:
|
|
|
|
|
* New bugfix release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.2.2
|
|
|
|
|
- Changes since 6.2.1:
|
|
|
|
|
* update version for new release
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Oct 15 16:53:30 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.2.1:
|
|
|
|
|
* New bugfix release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.2.1
|
|
|
|
|
- Changes since 6.2.0:
|
|
|
|
|
* update version for new release
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Oct 5 10:44:23 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.2.0:
|
|
|
|
|
* New bugfix release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.2.0
|
|
|
|
|
- Changes since 6.1.90:
|
|
|
|
|
* update version for new release
|
|
|
|
|
* wayland: Drop WaylandOutputDeviceMode::operator==()
|
|
|
|
|
* wayland: Properly determine whether the current mode has changed
|
|
|
|
|
* wayland: Correctly compare refresh rates when applying config
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Sep 17 14:53:43 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|
- Update to 6.1.90:
|
|
|
|
|
* New feature release
|
|
|
|
|
* For more details see https://kde.org/announcements/plasma/6/6.1.90
|
|
|
|
|
- Changes since 6.1.5:
|
|
|
|
|
* update version for new release
|
|
|
|
|
* repair edid parsing
|
|
|
|
|
* repair config deserialization
|
|
|
|
|
* typo--
|
|
|
|
|
* backends/kwayland: handle compositor restarts
|
|
|
|
|
* backends/kwayland: port output management to QtWaylandClientExtensionTemplate
|
|
|
|
|
* Make EDID raw data accessible
|
|
|
|
|
* Generate wayland code with PRIVATE_CODE
|
|
|
|
|
* It compile fine without kf deprecated methods
|
|
|
|
|
* Fix export debug categories
|
|
|
|
|
* add BrightnessControl capability
|
|
|
|
|
* Destroy the registry when WaylandConfig gets deleted (kde#482768)
|
|
|
|
|
* doctor: fix min brightness override setting
|
|
|
|
|
* cmake: increase minimum plasma wayland protocols version to 1.13
|
|
|
|
|
* update version for new release
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Sep 10 14:54:08 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
|
|