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.2.3
- Fixed a bug with highlight rules that include spaces #45
ChromaTerm-- v0.2.2
- Fixed a bug when processing input with a failed regex
ChromaTerm-- v0.2.1
- Hotfix: removed a test statement
ChromaTerm-- v0.2.0
- ChromaTerm-- now reads from stdin; use it like you would
grep
- Optimized and simplified the code; significant boost in performance
- Highlights will not collide with one another (i.e. there's already an action applied to a match). This is a default behaviour, but it can be disabled with the
-a
argument. - Add a manual; see
man ct
after installing - Fixed various bugs while processing input from stdin and the configuration file
The configuration files from previous versions are not compatible. The only command that is supported is
HIGHLIGHT
. Most notably, there is no longer a "command character" before a command; just type in the highlight rule right away.
Look at the revised configuration file that is included in the project to get an idea of what's different.
ChromaTerm-- v0.1.1
- Fixed #35
ChromaTerm-- v0.1.0
- Version numbers now follow semantic versioning
ChromaTerm-- v0.0.9
- Fixed a potential race condition causing the exit function to be ran twice
ChromaTerm-- v0.0.8
- Changed the Regex engine to PCRE2. Around 16x to 20x faster in output processing speed compared to the legacy PCRE. The legacy PCRE is still supported, but you'll be warned when running
./configure
. - Many optimizations to the code in general which boosted performance.
- A few bug fixes
ChromaTerm-- v0.0.7
- Fixed a race condition where CT-- processes the output faster than the child process. This caused a single line to split and look like it's multiple separate lines from the perspective of the Regex engine.
- Many improvements and optimizations that increase the processing speed.
(v0.06 got ate up in the development branch)
ChromaTerm-- v0.0.5
Changed to Semantic Versioning