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.6.0
- Introduced an API for ChromaTerm; you can now color the output of your own module.
- Added documentation (hosted at Read the Docs).
Upgrade with
pip3 install -U chromaterm
ChromaTerm v0.5.9
- #84 - Improved the accuracy of highlighting input that does not end with a new line.
Upgrade with
pip3 install -U chromaterm
ChromaTerm v0.5.8
ChromaTerm v0.5.7
- Cleaned up the
--reload
option as it was throwing errors from thepsutil
module on some platforms.
Upgrade with
pip3 install -U chromaterm
ChromaTerm v0.5.6
- Moved the networking rules out of the defaults; there's a new
contrib/rules
directory that contains topic-specific rules. If you don't have any custom rules, you may want to delete your existing configuration file to get this cleaner version.
Upgrade with
pip3 install -U chromaterm
ChromaTerm v0.5.5
- Fixed zero-length matches getting erroneously colored.
- Improved error handling when a rule's
regex
is an integer. - Minor performance optimizations.
- Module restructuring to make the code a bit cleaner.
- Added Python 3.8 support (was already supported – now added to CI workflows).
Upgrade with
pip3 install -U chromaterm
ChromaTerm v0.5.4
- Better handling of broken pipes, like when piping into
head
. - The output of the help section is a bit clearer regarding the
program
argument.
Upgrade with
pip3 install -U chromaterm
ChromaTerm v0.5.3
- Fixed bug with color detection following changes for #75.
Upgrade with
pip3 install -U chromaterm
ChromaTerm v0.5.2
- #74 - ChromaTerm can now run a program and make it look like it lives on the controlling terminal. Simply prepend your command with
ct
. This is useful for coloring programs likect less file.log
. You should still pipe when possible as it's simpler and more logical to look at. - #75 - Some special ANSI codes were not being handled (ignored) appropriately, causing some rules to incorrectly not match.
Thanks to @aaronols for raising the issues above.
Upgrade with
pip3 install -U chromaterm