Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 85a9e43187 | |||
|
|
85e9e82bc9 | ||
| bb77304074 | |||
| 9a0929bc96 | |||
| 7f5fea5d9e | |||
|
|
47a4c6ff0e |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f80c0e524a619ffd55f36547be8f7d0683d2457c5c69e28cc5f56a318670ebd
|
||||
size 1501917
|
||||
3
highlight-v4.18.tar.bz2
Normal file
3
highlight-v4.18.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1cd3e273e1e4fdc5c0d23c0a9055dd0efe196ab04b43ef5da39ba0df516a8498
|
||||
size 1536218
|
||||
@@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 22 13:17:05 UTC 2025 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||
|
||||
- Update to version 4.18:
|
||||
* Updated astyle lib to version 3.6.13
|
||||
* Fixed undefined variable in shellscript definition
|
||||
- Changes from version 4.17:
|
||||
* Updated astyle lib to version 3.6.12
|
||||
* Updated some language definitions
|
||||
* Added fea.lang (gl#saalen/highlight#258)
|
||||
* Fixed creation of unique output filenames in batch mode
|
||||
* Improved LSP compatibility
|
||||
* CLI: improved string length validation in service mode
|
||||
* GUI: fixed file resource handling
|
||||
- Changes from version 4.16:
|
||||
* Updated astyle lib to version 3.6.9
|
||||
* Fix shell script parenthesis recognition (gl#saalen/highlight#254)
|
||||
* Updated AWK, C, Go and Python language definitions
|
||||
* Added README_FR.adoc
|
||||
* Added shell script and git config file extensions
|
||||
* GUI: adjusted cmake build script to improve Qt build target handling
|
||||
* GUI: updated Qt UI translations
|
||||
- Changes from version 4.15:
|
||||
* Updated astyle lib to version 3.6.6
|
||||
* Fixed C++ raw string recognition (gl#saalen/highlight#252)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 13 07:54:38 UTC 2025 - ming li <mli@suse.com>
|
||||
|
||||
- Update to version 4.14:
|
||||
* updated astyle lib to version 3.6.2
|
||||
* fixed SWIG lib compilation (#247)
|
||||
* updated Terraform file suffix list
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 03:43:54 UTC 2024 - ming li <mli@suse.com>
|
||||
|
||||
- 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 15:46:13 UTC 2024 - antoine.belvire@opensuse.org
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package highlight
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without gui
|
||||
Name: highlight
|
||||
Version: 4.12
|
||||
Version: 4.18
|
||||
Release: 0
|
||||
Summary: Universal Source Code to Formatted Text Converter
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user