Release notes for scolorpicker.
Fixed
- Buffer overflow error when using the -v option if you installed from the AUR
Added
- Roundiness to the window Changed
- Switched from
xclip
toxsel
for saving to the clipboard to fix a bug - Changed from plain old Makefile to CMake Fixed
- A bug where the user couldn't close the shell when copying color to clipboard
The bug has been fixed by changing from
xclip
(old method of saving to clipboard) toxsel
(new method of saving to clipboard) Testing showed the bug has been fixed and the user can exit the shell (quit the terminal) normally without it hanging.
Added
- Color code output in different modes (RGB, HSV, HSL, etc.)
Available modes:
hex
- Hexadecimalrgb
- Red, Green, Blue
- Ability to choose to output the color code to the terminal instead of the clipboard
- Amazing new CLI!
- Inital release!