This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
Releases: hSaria/ChromaTerm
Releases · hSaria/ChromaTerm
ChromaTerm v0.7.3
- #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
- #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
- 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
- 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
- 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
- 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
- Minor packaging cleanup.
Upgrade with
pip3 install -U chromaterm
ChromaTerm v0.6.3
- #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
- 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
- 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