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.2.3

06 Jun 13:04
601345a
Compare
Choose a tag to compare
ChromaTerm-- v0.2.3 Pre-release
Pre-release
  • Fixed a bug with highlight rules that include spaces #45

ChromaTerm-- v0.2.2

06 Jun 09:04
61dde5f
Compare
Choose a tag to compare
ChromaTerm-- v0.2.2 Pre-release
Pre-release
  • Fixed a bug when processing input with a failed regex

ChromaTerm-- v0.2.1

04 Jun 17:34
1298886
Compare
Choose a tag to compare
ChromaTerm-- v0.2.1 Pre-release
Pre-release
  • Hotfix: removed a test statement

ChromaTerm-- v0.2.0

04 Jun 12:14
e84d262
Compare
Choose a tag to compare
ChromaTerm-- v0.2.0 Pre-release
Pre-release
  • 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

01 Jun 10:06
9842559
Compare
Choose a tag to compare
ChromaTerm-- v0.1.1 Pre-release
Pre-release

ChromaTerm-- v0.1.0

21 May 10:29
Compare
Choose a tag to compare
ChromaTerm-- v0.1.0 Pre-release
Pre-release
  • Version numbers now follow semantic versioning

ChromaTerm-- v0.0.9

21 May 10:25
Compare
Choose a tag to compare
ChromaTerm-- v0.0.9 Pre-release
Pre-release
  • Fixed a potential race condition causing the exit function to be ran twice

ChromaTerm-- v0.0.8

20 May 23:17
Compare
Choose a tag to compare
ChromaTerm-- v0.0.8 Pre-release
Pre-release
  • 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

17 May 21:10
Compare
Choose a tag to compare
ChromaTerm-- v0.0.7 Pre-release
Pre-release
  • 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

15 May 20:14
Compare
Choose a tag to compare
ChromaTerm-- v0.0.5 Pre-release
Pre-release
Changed to Semantic Versioning