Skip to content

Releases: plc-user/QET_ElementScaler

0.5.3

05 Feb 07:48
Compare
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
Compare
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
Compare
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
Compare
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!

0.5.0beta20

21 Nov 19:22
Compare
Choose a tag to compare

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

  • add possibility to move scaled element (see Readme)
  • some changes "under the hood" (see commits)

0.5.0beta19

24 Aug 09:09
Compare
Choose a tag to compare
0.5.0beta19 Pre-release
Pre-release

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

  • No changes to binary files!
  • Only packed the win files so that the file names are correct for QElectroTech after downloading and unpacking.

binaries for Linux, ReactOS and win64

26 Nov 18:04
Compare
Choose a tag to compare
Pre-release
  • (nearly) complete Re-Write
  • added support to output SVG

binaries for Linux and ReactOS

24 Jan 22:42
Compare
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
Compare
Choose a tag to compare

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

add option "-i" and changed "-s" to "-o"

14 Aug 15:53
ad6c6c1
Compare
Choose a tag to compare
  • add option "-i" and "--stdin" to read element-data from stdin instead
    of a file. With this option a filename is not necessary and will be
    ignored and the output is forced to stdout
  • renamed option "-s" to "-o" and added "--stdout" for writing to stdout

See README.md for examples to use QET_ElementScaler with re-direction and pipes!