Releases: speed47/qpxtool
Releases · speed47/qpxtool
v0.8.1 patchlevel 4
Changes since pl3:
- fix: look for proper plugins path in AppImage (fixes #31)
assets:
- AppImage: self-contained portable Linux binary, works on all distros
- win32-release.zip: portable Windows XP+ binary (32 bits, take this one if you're unsure)
- win64-release.zip: portable Windows XP+ binary (64 bits)
v0.8.1 patchlevel 3
Changes since pl2:
- fix: don't truncate serial numbers that are longer than 16 chars (fixes #27)
assets:
- AppImage: self-contained portable Linux binary, works on all distros
- win32-release.zip: portable Windows XP+ binary (32 bits, take this one if you're unsure)
- win64-release.zip: portable Windows XP+ binary (64 bits)
v0.8.1 patchlevel 2
Changes since pl1:
- f1tattoo: fixed access mode for mingw (@david4599)
- f1tattoo: fixed png feature faulty return values and preprocessor statement (@david4599)
- updated tests and build workflows
assets:
- AppImage: self-contained portable Linux binary, works on all distros
- win32-release.zip: portable Windows XP+ binary (32 bits, take this one if you're unsure)
- win64-release.zip: portable Windows XP+ binary (64 bits)
v0.8.1 patchlevel 1
Merge changes from the latest upstream version (0.8.1).
Note that most of the changes between upstream 0.8.0 and 0.8.1 were already in our previous version, so no user-visible change is to be expected between our 0.8.0-pl4
and 0.8.1-pl1
. This is mainly to ensure we release synced with upstream code.
assets:
- AppImage: self-contained portable Linux binary, works on all distros
- win32-release.zip: portable Windows XP+ binary (32 bits, take this one if you're unsure)
- win64-release.zip: portable Windows XP+ binary (64 bits)
v0.8.0 patchlevel 4
changelog:
- Remove the block for TSSTcorp drives (fixes #17)
- Add some legend on the error correction graph
assets:
- AppImage: self-contained portable Linux binary, works on all distros
- win32-release.zip: portable Windows XP+ binary (32 bits, take this one if you're unsure)
- win64-release.zip: portable Windows XP+ binary (64 bits)
v0.8.0 patchlevel 3
- Fix layer counting and layer size on BD, closes #3
- Fix erroneous detection of finalized BD-R as BD-ROM
- Add a way to force the old LiteOn scanning commands (by setting the
LITEON_FORCE_OLD=1
env var)
v0.8.0 patchlevel 2
v0.8.0 patchlevel 1
This unofficial version adds the following changes from upstream v0.8.0:
- Fix compilation under mingw-w64 (courtesy of Eli Bildirici, view patch)
- Remove HL-DT-ST drives from LiteOn plugin blacklist, to enable error correction scan with HL-DT-ST WH16NS58 drive under firmware 1.V5, and probably others
- Fix read speed computation under high-speed BD drives (gettimeofday resolution was not enough, replaced with clock_gettime), closes #1
- Fix some drives having only the maximum read speed available, closes #2
- Fix a few coding errors (thanks to compiler warnings)