Skip to content

Releases: tehmaze/ansi

ansi-0.3.7

22 Jan 00:58
Compare
Choose a tag to compare

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

Full Changelog: ansi-0.3.6...ansi-0.3.7

ansi-0.3.6

08 Feb 14:22
Compare
Choose a tag to compare
  • PR #24 Include py.typed marker to enable type checking of the installed package.

ansi-0.3.5

31 Jan 15:23
Compare
Choose a tag to compare
  • PR #23 addresses packaging issues with 3rd party typing-extenstions module

ansi-0.3.4

30 Jan 18:38
Compare
Choose a tag to compare
  • PR #21 use 3rd party
    typing_extensions module for better version compatibility

ansi-0.3.3

30 Jan 18:32
Compare
Choose a tag to compare
  • briefly released, next release resolves README issue

ansi-0.3.1

30 Jan 18:24
Compare
Choose a tag to compare

0.3.1

  • PR #18 Deprecate Python 2 and
    versions earlier than 3.7 by adding type information. rgb() function no
    longer accepts strings of integers, only integers.
  • PR #14 Add support for 8 and 24-bit
    True Color.

ansi-0.3.2

30 Jan 18:25
01562b1
Compare
Choose a tag to compare
ansi-0.3.2 Pre-release
Pre-release
  • Another badly published package, disregard

broken release

29 Jan 23:59
ad2189a
Compare
Choose a tag to compare
broken release Pre-release
Pre-release

0.3.0

  • Broken, due to a configuration error this package is not installable

Cursor control and OSC sequences

09 Jan 13:18
Compare
Choose a tag to compare

Thanks to @seveas' contributions, this release now includes:

  • Support for showing and hiding the cursor
  • Support for OSC sequences and iTerm2 specific controls