Version | Change log |
Ansifilter 2.21 Sep 6, 2024 |
Removed `using namespace std;` in header files Src/makefile: added `-std=c++17` to enable modern C++ features Added cmake build script Fix open span tag with CR as opening sequence (https://gitlab.com/saalen/ansifilter/-/issues/43) Adapted TCL extension for C++17 compilation (https://gitlab.com/saalen/ansifilter/-/issues/42) |
Ansifilter 2.20 Jun 18, 2023 |
- fixed invalid array access - CLI: added `--no-default-fg` option to omit default foreground color |
Ansifilter 2.19 Mar 16, 2023 | |
Ansifilter 2.18 Feb 4, 2021 | Added support for OSC 8 (iterm2) Hyperlinks (https://gitlab.com/saalen/ansifilter/-/issues/27) |
Ansifilter 2.16 Feb 3, 2020 | CLI: added --ignore-csi option to improve UTF-8 input handling |
Ansifilter 2.15 Nov 11, 2019 |
added optional argument to --ignore-clear, the default setting is now true GUI: improved UTF16 input path handling on Windows CLI: fixed -e argument description (thanks to Jens Schleusener) |