Skip to content

Releases: plc-user/QET_ElementScaler

0.5.5

14 Dec 19:16

Choose a tag to compare

Binaries for Linux, ReactOS (win32) and win64 (cross-) compiled on Debian GNU/Linux stable.

Latest user-noticable change / addition:

  • add long-option "--OnlyCleanMeta" (see Readme)

0.5.4

10 May 16:48

Choose a tag to compare

Binaries for Linux, ReactOS (win32) and win64 (cross-) compiled on Debian GNU/Linux stable.
The binaries for macos are to be seen as a “trial version” to see if the toolchain from the Docker image works, I don't have the possibility to test the executables.

Latest user-noticable change / addition:

  • set version-number for release
  • remove empty node "kindInformations"
  • use standard-font: Liberation Sans Regular
  • fix corner roundings, when rotating a rect

For a full list of changes: see commits.

0.5.3

05 Feb 07:48

Choose a tag to compare

Binaries for Linux, ReactOS (win32) and win64 (cross-) compiled on Debian GNU/Linux stable.
The binaries for macos are to be seen as a “trial version” to see if the toolchain from the Docker image works, I don't have the possibility to test the executables.

Latest change / addition:

  • add trim-function to remove trailing and ending whitespace from strings
  • trim localized names of element
  • manage element-information:
    for some time now and for whatever reason, element-editor adds
    element-information without content –> remove empty info-lines
  • use trim-function for element-information
  • sort element-information alphabetically by name
  • add self to author-information
  • add default terminal-size, if it can't be detected
  • adjust min-length for polygon-sections
  • changed saving-routine for saving xml
  • adjust version-number

0.5.2.1

14 Jan 12:19

Choose a tag to compare

Binaries for Linux, ReactOS (win32) and win64 (cross-) compiled on Debian GNU/Linux stable.
The binaries for macos are to be seen as a “trial version” to see if the toolchain from the Docker image works, I don't have the possibility to test the executables.

Latest change / addition:

  • add: debug xml-parsing errors
    When a file cannot be loaded because of a mis-formatted XML-tag,
    a message is sent to stderr, where to find the error in the file.
    Additionally that part of the XML-file will be written to stderr.
  • fix data-input from stdin

0.5.1

13 Jan 08:19

Choose a tag to compare

Binaries for Linux, ReactOS (win32) and win64 (cross-) compiled on Debian GNU/Linux stable.
The binaries for macos are to be seen as a “trial version” to see if the toolchain from the Docker image works, I don't have the possibility to test the executables.

Latest change / addition:

  • fix: crashed on win with some element-files
  • internal: simplify handling of polygons
  • ...

For a full list of changes: see commits!

0.5.0

06 Jan 18:36

Choose a tag to compare

Binaries for Linux, ReactOS (win32) and win64 (cross-) compiled on Debian GNU/Linux stable.
The binaries for macos are to be seen as a “trial version” to see if the toolchain from the Docker image works, I don't have the possibility to test the executables.

Latest change / addition:

  • the localized names of an element are sorted by language-abbreviation
  • also process a "qet_directory"-file to sort the names

For a full list of changes: see commits!

binaries for Linux and ReactOS

24 Jan 22:42

Choose a tag to compare

exe-file also works for win

Changes:

  • fix: normalized angles for ARCs weren't always positive

rewrite: from Pascal to C++

03 Oct 09:22

Choose a tag to compare

complete re-write from Pascal to C++ with some new options
see README for description