Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Releases: hSaria/ChromaTerm

ChromaTerm v0.7.3

29 Jul 17:50
Compare
Choose a tag to compare
  • #93 - Fixed a rare crash with fast output when a program configures stdout as non-blocking. Thanks @ciscohack for raising the issue.

Upgrade with pip3 install -U chromaterm

ChromaTerm v0.7.2

05 Jun 09:37
Compare
Choose a tag to compare
  • #91 - Default configuration file can now be placed in other common locations, like $XDG_CONFIG_HOME/chromaterm/chromaterm.yml. Thanks to @scheatkode for the PR!
  • Minor cleanup with regards to reading the configuration file.

Upgrade with pip3 install -U chromaterm

ChromaTerm v0.7.1

07 Mar 17:46
Compare
Choose a tag to compare
  • Update the window size for the spawned program when the terminal size changes. Previously, this only happened on start up (once).

Upgrade with pip3 install -U chromaterm

ChromaTerm v0.7.0

07 Mar 16:14
Compare
Choose a tag to compare
  • Simplified the codebase by removing the API (other modules, like colorama, are more suitable for such use-cases).

Upgrade with pip3 install -U chromaterm

ChromaTerm v0.6.6

07 Mar 12:42
Compare
Choose a tag to compare
  • No changes were made, but this will be the last release that includes an API.

Upgrade with pip3 install -U chromaterm

ChromaTerm v0.6.5

18 Feb 13:23
Compare
Choose a tag to compare
  • Fixed a bug where unrecognized color code types (e.g. reverse video) in the input were not included in the output.

Upgrade with pip3 install -U chromaterm

ChromaTerm v0.6.4

08 Feb 12:23
Compare
Choose a tag to compare
  • Minor packaging cleanup.

Upgrade with pip3 install -U chromaterm

ChromaTerm v0.6.3

21 May 15:47
Compare
Choose a tag to compare
  • #89 - Fixed an issue that prevented installation from source due to README.md not being included in the package.

Upgrade with pip3 install -U chromaterm

ChromaTerm v0.6.2

17 May 15:20
Compare
Choose a tag to compare
  • Detect bright background and foreground colors that may exist in the input of ct.
  • #87 - The Select Character Set ANSI codes (rarely used) were not being handled (ignored) appropriately, resulting in malformed output.

Upgrade with pip3 install -U chromaterm

ChromaTerm v0.6.1

02 May 11:11
Compare
Choose a tag to compare
  • Fixed a rare bug that caused ct to wait on a key stroke after the program it spawned got closed.
  • Fixed a regression that reduced the accuracy of highlighting. Specifically, when ct was processing long output.

Upgrade with pip3 install -U chromaterm