Releases: plc-user/QET_ElementScaler
0.5.3
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
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
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
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
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
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
- (nearly) complete Re-Write
- added support to output SVG
binaries for Linux and ReactOS
exe-file also works for win
Changes:
- fix: normalized angles for ARCs weren't always positive
rewrite: from Pascal to C++
complete re-write from Pascal to C++ with some new options
see README for description
add option "-i" and changed "-s" to "-o"
- 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!