Skip to content

Releases: colorer/Colorer-library

Colorer v1.4.1

02 Nov 16:27
Compare
Choose a tag to compare

Fixed

  • Creation of log files when logging is disabled
  • Reading a schema from files whose path contains non-Latin letters :
    • incorrect conversion between char and char16 on Windows
    • error reading external entities in xml files on Linux, feature or bug libxml2

Colorer v1.4.0

18 Oct 19:26
Compare
Choose a tag to compare

[1.4.0] - 2024-10-18

Added

  • Two options for working with strings are ICU and the old implementation of colorer

Fixed

  • Build on old Linux platform. A minimum of gcc 7 is required.
  • Build on Linux ARM64, *BSD, macOS
  • Fixed a bug/freeze when resizing the window in which a paired object is selected

Changed

  • The library for logging spdlog has been replaced by own implementation.
  • The library for working with xml Xerces-c has been replaced by LibXml2.
  • The environment variables in the path for the external entity in xml should be set in the format $ENV,
    and the path should be preceded by 'env:' for files or 'jar:' for archives.

Colorer v1.3.3

16 Mar 12:26
Compare
Choose a tag to compare

New version

Colorer v1.3.2

20 Jan 10:22
Compare
Choose a tag to compare

[1.3.2] - 2024-01-20

Fixed

  • Again: Work with catalog.xml on fat32 filesystem. Changed compiler version.

Colorer v1.3.1

01 Apr 04:37
Compare
Choose a tag to compare

[1.3.1] - 2023-04-01

Fixed

  • Work with catalog.xml on fat32 filesystem (#26)

Colorer v1.3.0

05 Dec 15:59
Compare
Choose a tag to compare

New version

Colorer v1.2.1

03 Apr 16:10
Compare
Choose a tag to compare

No changes. Created for auto build release.
tar.gz - fro Ubuntu 20.04

Colorer console tool v1.2.0

09 Mar 17:01
Compare
Choose a tag to compare

Changed

  • Work with redirect stdin as input file, detect charset if set BOM (#8)

Fixed

  • Fix crash on invalid zip file name (#15)
  • colorertools: fix crash if did not detect file type and did not input filename

Colorer console tool v1.1.1

28 Feb 12:17
Compare
Choose a tag to compare

Fixed

  • Fix output log messages to stdout if log level equal 'off' (#14)

Changed

  • Set default log level value to 'off'

Colorer console tool v1.1.0

28 Feb 05:21
Compare
Choose a tag to compare

Changed

  • Change license to MIT
  • Change internal Unicode library to ICU
  • Get dependencies for build from vcpkg

Added

  • regexp: add support ignorecase for symbol class
  • add new property for TextParser - maximum block size of regexp in string line

Fixed

Removed

  • Remove dlmalloc library
  • Remove working with different charsets. Input files only in Unicode, output only in UTF-8.