Releases: soda480/ascii-animator
Releases · soda480/ascii-animator
v0.2.1
- added
first_cycle_sleep
parameter
- added another selection sort example
- updated to use fstring formatting for log messages
v0.2.0
- feat: add support for cycle generator
- feat: add samples using cycle generators
- docs: add examples
- docs: update descriptions
v0.1.8
- update support for Python Versions
v0.1.7
- lock
ascii_magic
to previous version
- replace codiga badge with pyb code complexity badge
v0.1.6
- update list2term reference
- implement codiga suggestions
v0.1.4
- load and display animation on first cycle
- add Animation and Animator examples
- use max chars from animation
v0.1.3
- add ability to show axis
- add ability to set maximum number of loops
v0.1.2
- updated execution screen captures
v0.1.1
- simplify Animator and Animation classes
- create AsciiAnimation class and CLI to facilitate conversions