Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 911 Bytes

CHANGELOG.md

File metadata and controls

50 lines (32 loc) · 911 Bytes

v3.1.0 - 2024-07-22

Changed

  • Now using the textual-wizard library instead of the prototype that was precedently used in this project.

v3.0.2 - 2024-06-14

Fixed

  • Depencency error fails installation process

v3.0.1 - 2024-06-05

Fixed

  • A lot of possible type errors

Added

  • Automated formatting/linting/typing checks
  • Automated publishing to PyPI

v3.0.0 - 2024-05-28

Changed

  • Prepare project for publishing to PyPI

v2.0.0 - 2024-03-29

Added

  • Custom number of letters to underline

Fixed

  • Error when entering decimal numbers

Dependencies

  • pillow : 9.5.0 -> 10.2.0
  • click-extra : 4.6.0 -> 4.7.2

v1.1.0 - 2023-10-02

Added

  • Command line argument parsing
  • A no-tui option which will make the program use inquierer instead

v1.0.0 - 2023-09-28

Added

  • Terminal user interface with textual

v0.1.0 - 2023-08-29

  • Initial release