Releases: KennyOliver/VividHues
v4.2.7
Full Changelog: v4.2.6...v4.2.7
v4.2.6
Full Changelog: v4.2.5...v4.2.6
v4.2.5
Full Changelog: v4.2.4...v4.2.5
v4.2.4
Full Changelog: v4.2.3...v4.2.4
Slightly Tweaked README
Full Changelog: v4.2.2...v4.2.3
Minor update to versions guide for requirements.txt in README
Updated GitHub Actions
So that only when setup.py is updated, then VividHues is uploaded to test.pypi.org
NTS: Each new release uploads VividHues to the official pypi.org
Full Changelog: v4.2.0...v4.2.1
Heavily Revamped README
Made it more comprehensive, readable, and pretty.
Full Changelog: v4.1.1...v4.2.0
Cleaned up setup.py
Full Changelog: v4.1.0...v4.1.1
Fixed "None" Bug
When doing print(Clr.rainbow(str))
, or something similar, None
is output additionally. This is because the function (procedure) had a print()
statement.
I amended it because users would, understandably, associate the Clr
class with being used within a print statement, rather than as a function of its own.
Full Changelog: v4.0.1...v4.1.0