Changelog for
highlight-debugsource-4.13-1.2.i586.rpm :
* Wed Dec 04 2024 ming li
- Update to version 4.13:
* updated astyle lib to version 3.6
* added Gleam and V definitions
* added Meson and CMake build files (https://gitlab.com/saalen/highlight/-/issues/232)
* improved LSP compatibility with bash-language-server and haskell-language-server
* applied several clang-tidy modernize fixes
* GUI: refactored settings retore code
* Sat May 25 2024 antoine.belvireAATTopensuse.org- Update to version 4.12:
* Updated astyle lib to version 3.4.16.
* Removed `using namespace std;` in header files (gl#saalen/highlight!147).
* Added `-webkit-user-select` to HTML line number style (gl#saalen/highlight#214).
* Added plug-in outhtml-focus.lua.
* Updated lsp.conf to include metals and clojure-lsp configurations.
* Fixed Yaml URL recognition.
* Fixed Rust raw literal recognition (gl#saalen/highlight#187).
* Fixed Factor comment recognition (gl#saalen/highlight#239).
* Mon Mar 18 2024 antoine.belvireAATTopensuse.org- Update to version 4.11:
* Updated astyle lib to version 3.4.13.
* Updated java definition (gl#saalen/highlight#244).
* Updated solidity definition (gl#saalen/highlight#217).
* Fix backslash symbol in man page.
* Sat Oct 21 2023 antoine.belvireAATTopensuse.org- Update to version 4.10: Update astyle lib to version 3.4.10.
* Thu Oct 19 2023 antoine.belvireAATTopensuse.org- Update to version 4.9:
* Updated astyle lib to version 3.4.9.
* Added support for Elm (gl#saalen/highlight#237).
* Added support for Factor (gl#saalen/highlight#239).
* Added support for Cpp2.
* Updated c.lang to include module keywords.
* Fixed Lua nested string deprecation error (gl#saalen/highlight#238).
* Sat Aug 26 2023 antoine.belvireAATTopensuse.org- Update to version 4.8:
* Updated astyle lib to version 3.4.6
* Moved old yaml.lang to yaml-ansible.lang and added a new yaml definition (gl#saalen/highlight#235).
* Omit size property in BBCode output if `--fragment` is set (gl#saalen/highlight#234).
* Allowed font size unit with `--font-size` for HTML and ODT output (gl#saalen/highlight!145).
* GUI: Updated JP translation (gl#saalen/highlight!144).
* Mon Jul 17 2023 antoine.belvireAATTopensuse.org- Update to version 4.7:
* Updated astyle lib to version 3.4.1.
* CLI: Fixed member variable initialization.
* Tue May 23 2023 antoine.belvireAATTopensuse.org- Update to version 4.6:
* Added `--service-mode` option to run highlight as long running process (gl#saalen/highlight!140).
* Added extras/highlight-service.py as an example for the service mode.
* Updated astyle lib to version 3.3.
* Wed Mar 15 2023 antoine.belvireAATTopensuse.org- Update to version 4.5:
* Added support for Hare.
* Fixed `--no-trailing-nl` option for LaTeX output (gl#saalen/highlight#216).
* Fixed typos in rnc.lang, spn.lang and znn.lang (gl#saalen/highlight!139).
* Fixed missing ngerman package for `--replace-quotes` option (gl#saalen/highlight#222).
* Fixed quotes highlighting in XML (gl#saalen/highlight#226).
* Updated file extension lists (gl#saalen/highlight#227).
* Updated astyle lib to version 3.2.
* Sat Nov 12 2022 antoine.belvireAATTopensuse.org- Update to version 4.4:
* Added support for Zig.
* Added `Legacy` option in lsp.conf to add support for LSP servers without capabilities report.
* Removed apidocs target in makefile (gl#saalen/highlight#213).
* CLI: Added `--ls-legacy` option.
* GUI: Added legacy checkbox in the LSP section.
* Wed Sep 28 2022 antoine.belvireAATTopensuse.org- Update to version 4.3:
* Added support for Carbon.
* Added support for Fortran77 star comments (gl#saalen/highlight#208).
* Added support for PowerShell block comments (gl#saalen/highlight#210).
* Fixed Python formatted string pattern (gl#saalen/highlight#212).
* Added new shell completion generation script (gl#saalen/highlight!137).
* Wed Mar 23 2022 antoine.belvireAATTopensuse.org- Create a common subpackage for architecture-independent files required by both cli and gui applications.
* Wed Mar 23 2022 antoine.belvireAATTopensuse.org- Update to version 4.2:
* Added support for Critic markup (gl#saalen/highlight#197).
* Added support for jam/ham (gl#saalen/highlight#196).
* Added support for PureScript.
* Added support for Nix (gl#saalen/highlight#200).
* Added ino file mapping / Arduino C (gl#saalen/highlight#201).
* Fixed RTF page color attributes (gl#saalen/highlight#195).
* Fixed identifier parsing in yaml.lang (gl#saalen/highlight#190).
* Fixed symbol parsing in lisp.lang (gl#saalen/highlight#198).
* Fixed string parsing in csharp.lang (gl#saalen/highlight#199).
* Fixed string parsing in conf.lang (gl#saalen/highlight#203).
* Added make target `install-lib-shared` to install shared lib (gl#saalen/highlight#202).
* GUI: Added Japanese translation.
* GUI: Disabled floating panel (state restore fails).- Remove useless dependency of gui on cli.