Changelog for
ansifilter-zsh-completion-2.21-38.d_t.3.noarch.rpm :
* Mon Sep 09 2024 ming li
- Update to version 2.21:
* 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)- Remove the judgment line about GUI from the spec file
* Sat Jun 17 2023 antoine.belvireAATTopensuse.org- Update to version 2.20:
* Fixed invalid array access (gl#saalen/ansifilter#35).
* CLI: Added `--no-default-fg` option to omit default foreground color (gl#saalen/ansifilter#37).
* Wed Mar 15 2023 antoine.belvireAATTopensuse.org- Update to version 2.19:
* Added stdin/stdio default stream hints in `--help` (gl#saalen/ansifilter#34).
* Added shell completion scripts (gl#saalen/ansifilter#36).- Update ansifilter.keyring.
* Thu Feb 04 2021 antoine.belvireAATTopensuse.org- Update to version 2.18:
* Added support for OSC 8 (iterm2) Hyperlinks (gl#saalen/ansifilter#27).
* Thu Oct 01 2020 antoine.belvireAATTopensuse.org- Update to version 2.17: - Improved handling of carriage return (gl#saalen/ansifilter#25). - Applied makefile patch to address Portage warnings (gl#saalen/ansifilter#24). - Fixed section naming of LaTeX files if input path contained slashes. - CLI: Added `--max-size` option to limit input file size (default: 256 MB).- Update ansifilter.keyring.- Update list of generated source files cleaned in prep section.
* Wed Jan 29 2020 antoine.belvireAATTopensuse.org- Update to version 2.16:
* CLI: Added --ignore-csi option to improve UTF-8 input handling.- Remove obsolete macros.
* Wed Nov 13 2019 antoine.belvireAATTopensuse.org- Update to version 2.15:
* Added optional argument to --ignore-clear, the default setting is now true.
* CLI: fixed -e argument description.
* Wed Apr 24 2019 antoine.belvireAATTopensuse.org- Update to version 2.14:
* Added SVG output option (gl#saalen/ansifilter#20).
* Fri Dec 14 2018 antoine.belvireAATTopensuse.org- Update to version 2.13:
* Line numbers do not trigger default style span in HTML (gl#saalen/ansifilter#19).
* Fixed line numbering in batch mode.
* CLI: Added --derived-styles option for HTML output (gl#saalen/ansifilter#11).
* CLI: Added \"self\" argument to --anchors to generate self-referencing anchors.- Changes from version 2.12:
* Fixed -w char count if line contains escape sequences.
* GUI: Added stylesheet input filed.
* Sun Oct 14 2018 antoine.belvireAATTopensuse.org- Update to version 2.11:
* Fixed parsing of \"7\" and \"8\" sequences (gl#saalen/ansifilter#16).
* Added --ignore-clear option.
* Converted README and ChangeLog to AsciiDoc