Skip to content

Releases: bernardopg/color-picker-dms

v1.1.0 — Fix id collision & right-click menu

Choose a tag to compare

@bernardopg bernardopg released this 02 Jun 22:31
659fa44

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 colorPickerDms to avoid colliding with the native DMS color-picker widget.
  • Right-click menu now works: replaced the non-rendering QtQuick Controls Popup (no Overlay under Quickshell layer-shell) with a PluginPopout.
  • Plugin load failure fixed: i18n Connections bound to a named property (QtObject has 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.fontSizeXSmall reference and popout flickable height.

Docs

  • README usage/features and CHANGELOG updated for the new click behavior.

Full changelog: see CHANGELOG.md.

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 13:36
462cee7

What's Changed

  • ci(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #2

New Contributors

Full Changelog: https://github.com/bernardopg/color-picker-dms/commits/v1.0.0