Skip to content

Releases: mrz1988/lilies

Release v0.3.2a

23 Feb 01:23
9525770
Compare
Choose a tag to compare

Re-release of 0.3.0 workflow.

Release v0.3.2

23 Feb 01:10
36d60f4
Compare
Choose a tag to compare

Upgrade to setuptools
Make sure static palettes get included in build

Release v0.3.1

23 Feb 00:35
728648a
Compare
Choose a tag to compare
  • Fix issue where lilies.style.palettes was not included in the pypi deployment

Release v0.3.0

22 Feb 02:46
f13c6fe
Compare
Choose a tag to compare

Change Log

  • All Lily objects now include .width and .height as properties, not methods. #50
  • Removed resizing functionality on Lily objects, replacing it with a global resize() method #51
  • Removed regex/index styling methods on Lily objects, replacing them with a global highlight() method #53
  • Added new .svgs and some cleanup to the README
  • Some code cleanup and increased test coverage

Release v0.2.0

21 Feb 05:12
7359ced
Compare
Choose a tag to compare

Change Log

  • Deprecate Python 2.7 (This is dead)
  • Deprecate Python 3.4 (No longer supported by colorama)
  • Add test support for Python 3.8
  • Rework of columnify with tests
  • Start using HTML Color Names
  • Add support for hex codes for color definitions
  • Some refactoring of modules/files
  • Reduce API footprint (only export a small number of useful functions)
  • Minor documentation updates