Releases: tehmaze/ansi
Releases · tehmaze/ansi
ansi-0.3.7
What's Changed
- Update README.md (broken link) by @ziroux in #31
- add license information to setup.cfg by @HeinrichAD in #32
- Allow importing the main module to import all submodules by @Keyacom in #29
- Enable empty sequences that evaluate to the empty string. by @b78 in #27
- ✨ Enable concatenating a string and a sequence by @b78 in #26
- bugfix erase screen sequence and 'from ansi.color import ...' by @jquast in #33
- add 'bg=True' to rgb256, #28 by @jquast in #34
New Contributors
- @ziroux made their first contribution in #31
- @HeinrichAD made their first contribution in #32
- @Keyacom made their first contribution in #29
Full Changelog: ansi-0.3.6...ansi-0.3.7
ansi-0.3.6
- PR #24 Include py.typed marker to enable type checking of the installed package.
ansi-0.3.5
- PR #23 addresses packaging issues with 3rd party
typing-extenstions
module
ansi-0.3.4
- PR #21 use 3rd party
typing_extensions
module for better version compatibility
ansi-0.3.3
- briefly released, next release resolves README issue
ansi-0.3.1
ansi-0.3.2
- Another badly published package, disregard
broken release
0.3.0
- Broken, due to a configuration error this package is not installable
Cursor control and OSC sequences
Thanks to @seveas' contributions, this release now includes:
- Support for showing and hiding the cursor
- Support for OSC sequences and iTerm2 specific controls