All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.6.0 - 2026-01-27
- Replace regex lexers with TreeSitter parsing #64
v0.5.3 - 2024-06-07
- Julia v1.12+ compatibility #54
v0.5.2 - 2022-07-22
- Add Dependabot and CompatHelper workflows #50
v0.5.1 - 2021-04-23
- Eval module scope issue #45
v0.5.0 - 2020-12-05
v0.4.5 - 2019-10-22
- LaTeX newline handling in escapeinside #38
v0.4.4 - 2019-10-09
- LaTeX escaping #30
v0.4.3 - 2019-09-02
- Monokai mini theme #36
v0.4.2 - 2019-08-30
- REPL splitter for non-ASCII first characters #34
v0.4.1 - 2019-08-16
- Unicode highlighting #31
v0.4.0 - 2019-07-26
- Remove dependency on PCRE internals #27
v0.3.1 - 2018-08-16
- Update README and CI scripts #22
v0.3.0 - 2018-07-26
v0.2.1 - 2016-12-28
- REPL jlcon fix #10
v0.2.0 - 2016-11-22
- Format interface redesign #9
v0.1.1 - 2016-11-19
- Deprecation fixes #7
v0.1.0 - 2016-10-30
- Initial release with syntax highlighting via regex lexers
- ANSI, HTML, and LaTeX output formats
- Theme support
- REPL session preprocessing (jlcon)