Skip to content

Releases: VictorGrycuk/streamdeck-color-picker

2.0.1 - Fixes missing color picker options

25 Feb 15:08
Compare
Choose a tag to compare

Fixes missing color picker options

  • Re introduced On Key Press and Dynamic options for the color picker

2.0.0 - Add Color Palette action

12 Feb 19:21
Compare
Choose a tag to compare
  • Adds a new action: Color Palette

Reduce lag for dynamic picker

14 Apr 01:54
Compare
Choose a tag to compare
  • The way how the pixel colour has been modified to reduce lag
  • Some libraries have been updated

Improve plugin size

04 Dec 18:22
Compare
Choose a tag to compare
  • Avoid including .xml files in the plug in file
  • Reduce the size of the .pdb files

Increased refresh rate, fix small text on some devices

30 Nov 18:12
Compare
Choose a tag to compare
  • Refresh rate increased to 10ms
  • Fixes an issue where the picker would stop working if a folder or another profile was selected
  • Fixes an issue where on some devices the font would be too small

Increase refresh rate, fix small text on some devices

20 Nov 02:06
Compare
Choose a tag to compare
1.4.0-Beta

Fix small text on some devices

Fixes dark background detection

17 Sep 02:28
5c16360
Compare
Choose a tag to compare

Fixes

Fixes the value that determined if the text should be either black or white. It previously didn't detect dark colours as dark, and printed a black text over them.
Now it should detect them better, I don't find it ideal, but at least it readable.

Updates

  • Update assembly and manifest
  • Add icon for binaries

Add fixed behaviour, rewrite project

05 Sep 19:52
5c63881
Compare
Choose a tag to compare

New things

  • Add Fixed behaviour
  • Replaced the original names definition with a more extensive one, and renamed to Colors.definition.json
  • Old names definitions, however, was kept as Simple.definition.json

Changes

  • Almost everything was rewritten and refactored. I was not happy with the original code as it didn't allow for modifications.

Add dynamic behavior

01 Sep 02:41
27b1547
Compare
Choose a tag to compare

New Stuff

  • Add new behaviour: dynamic. It will automatically update the information on the Stream Deck's key every second.

Fixes

  • Removes an unnecessary log to file every time the configuration was updated.

Modifications

  • Several small modifications..

Initial Release

26 Aug 02:40
Compare
Choose a tag to compare

Adds the following features:

  • Option to show the color name
  • Option to show the color's RGB value
  • Option to show the color's hexadecimal value
  • Option to copy the value to the clipboard
  • Adds custom color definition file