Changelog#

Note

Only releases after 0.0.1b2 are recorded here.

0.1.5 (25-02-2023)#

Added#

  • 🆕 Added __format__ support for ansi objects.

0.1.4 (29-01-2023)#

Added#

  • 🆕 Added with-block support for ansi objects.

0.1.3.post1 (28-01-2023)#

Changed#

  • 🗑️ Removed unused imports.

  • ✨ Reformatted source code style.

0.1.3 (21-01-2023)#

Changed#

  • 🔨 Increased quality of detection for color system.

0.1.2 (21-01-2023)#

Added#

Changed#

  • 🔨 Fixed an issue where multiple 8bit colors could not be created.

  • 🔨 Calling str() on a adorable.color.Color` object will now actually throw a warning and return an empty string when the color is not initialized.

0.1.1 (01-12-2022)#

Added#

Changed#

Removed#

0.1.0 (29-10-2022)#

Added#

Fixed#

Changed#

  • 🆕 adorable.color.Color now has a more descriptive explanation on how to use the __init__ method.

0.0.1 (26-10-2022)#

Added#

  • 🎉 First stable release.

Changed#

  • 🔨 adorable.markup.markup_xml() now raises PendingDeprecationWarning again like in version 0.0.1rc1 because there currently is no alternative markup syntax. Keep in mind however that this will be deprecated in a future release.

0.0.1rc2 (25-10-2022)#

Fixed#

  • 🐛 Fixed a bug where the short HEX notation would sometimes return an incorrect RGB value.

Changed#

0.0.1rc1 (25-10-2022)#

Added#

  • 🎉 First release candidate.