Skip to content

Releases: nlfmt/pyqt-colorpicker

v1.4.4

30 Oct 14:52
Compare
Choose a tag to compare
  • Removed a version print statement that would run everytime the colorpicker is used (thanks to @Tmarinus)

v1.4.3

16 Aug 23:47
Compare
Choose a tag to compare
  • Move from PyQt5 to qtpy, to allow users to use any wrapper like PyQt5, PyQt6, PySide2 or PySide6

v1.4.2

16 Aug 14:46
Compare
Choose a tag to compare
  • 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

21 May 16:35
1ba8eba
Compare
Choose a tag to compare

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

27 Oct 20:02
ed98d44
Compare
Choose a tag to compare

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.

v1.2.1

26 Oct 15:25
Compare
Choose a tag to compare
delete ico (not used)