Releases: nlfmt/pyqt-colorpicker
Releases · nlfmt/pyqt-colorpicker
v1.4.4
- Removed a version print statement that would run everytime the colorpicker is used (thanks to @Tmarinus)
v1.4.3
- Move from PyQt5 to qtpy, to allow users to use any wrapper like PyQt5, PyQt6, PySide2 or PySide6
v1.4.2
- Upgraded the project to use pyproject.toml instead of a setup.py file
- Added automatic deploys to PyPI via GitHub Actions
- Fixed a Bug where you couldnt single click to select a hue (#6)
v1.4.1
Version 1.4.1 improves the package a lot:
- You can now use toplevel functions instead of creating objects if you want to
- All important functions have documentation and type annotations
- uploaded the package to PyPI so you can use pip to install it
- Some bugs were fixed
v1.3.0
Alpha selection is here!
You can now specify on instance creation that you would like to use Alpha selection and the colorpicker will show according input fields.
Read more about it in the README.