Releases: bernardopg/color-picker-dms
Releases · bernardopg/color-picker-dms
Release list
v1.1.0 — Fix id collision & right-click menu
Highlights
This release fixes the plugin not appearing/working correctly on the DankBar.
Root cause: the plugin id colorPicker collided with the built-in DMS colorPicker bar widget, so the bar rendered the native widget instead of this plugin — leaving the right-click quick-actions menu dead. The plugin id and directory are now colorPickerDms.
Important
The plugin id/folder changed from colorPicker to colorPickerDms. If upgrading manually, move the folder to ~/.config/DankMaterialShell/plugins/colorPickerDms, update your DankBar layout entry to colorPickerDms, then dms restart.
Fixes
- Rename id/dir to
colorPickerDmsto avoid colliding with the native DMS color-picker widget. - Right-click menu now works: replaced the non-rendering QtQuick Controls
Popup(noOverlayunder Quickshell layer-shell) with aPluginPopout. - Plugin load failure fixed: i18n
Connectionsbound to a named property (QtObjecthas no default property). - Capture no longer overlaps the UI: all plugin surfaces hide and the close animation completes before sampling.
- Left-click opens the workbench popout; capture moved to the right-click "Pick Color" entry and the in-workbench button.
- Fixed invalid
Theme.fontSizeXSmallreference and popout flickable height.
Docs
- README usage/features and CHANGELOG updated for the new click behavior.
Full changelog: see CHANGELOG.md.
v1.0.0
What's Changed
- ci(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #2
New Contributors
- @dependabot[bot] made their first contribution in #2
Full Changelog: https://github.com/bernardopg/color-picker-dms/commits/v1.0.0