Releases: VictorGrycuk/streamdeck-color-picker
Releases · VictorGrycuk/streamdeck-color-picker
2.0.1 - Fixes missing color picker options
Fixes missing color picker options
- Re introduced
On Key Press
andDynamic
options for the color picker
2.0.0 - Add Color Palette action
- Adds a new action: Color Palette
Reduce lag for dynamic picker
- The way how the pixel colour has been modified to reduce lag
- Some libraries have been updated
Improve plugin size
- 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
- 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
1.4.0-Beta Fix small text on some devices
Fixes dark background detection
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
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
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
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