Skip to content

Releases: speed47/qpxtool

v0.8.1-pl7

14 Apr 21:26

Choose a tag to compare

GUI

  • Ported to Qt6 (#62)
  • Error scanning tab: add zoom/scale widgets, current read speed, mouse tooltips, vertical line + values on graph following the mouse
  • Add a screenshot button
  • Add a Console window to view the raw qscan logs, and optionally save them to a text file
  • Add preferences about new Console window and an option to enable verbose mode in qscan invocations
  • Fixed the stop button which didn't always work
  • Fix an occasional crash after clicking "rescan bus"
  • Show sidebar by default on new installs
  • When starting tests, automatically switch to the result window of the first running test
  • Auto-fill the test name with a sane default value to avoid forcing the user to fill it
  • Force monospace font on the Media window
  • Add a notice to the Linux users about potential root requirement (#55) (#41) (#17)
  • Switch to the Console tab when qscan errors out
  • Don't display the scan error messagebox when the user intentionally clicks the Stop button

Qscan (scan engine / CLI)

  • Add the --force-probe qscan option and GUI checkbox to ignore all hardcoded vendor/model information in plugins and probe the drive with all of them
  • Add the --hldtst-test-mode qscan option and GUI checkbox to enable error scanning on some LG drives (see #64)
  • Add the --liteon-force-old qscan option and GUI checkbox for enable usage of old errc commands (previously hidden behind and envvar switch)
  • More resilient media information scanning when drive is busy (#50)
  • Allow qscan probing to return more than one compatible plugin (use the first one in autodetect mode)
  • BD errc: avoid double-counting stats when same LBA is reported by drive

Pakaging

  • Linux AppImage build using new libfuse version to be able to work on recent distros
  • AppImage: support running the other bundled programs (qscan, etc.) instead of the GUI
  • AppImage: display help about the CLI tools if no X server is found

Continuous Build

05 May 13:49

Choose a tag to compare

Continuous Build Pre-release
Pre-release
latest

chore: release workflow: set as draft when creating

v0.8.1 patchlevel 6

01 Jan 17:48

Choose a tag to compare

Changes since pl5:

  • fix: BD ECCR avg calculation on GUI (#46), was only done on CLI on pl5

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 5

29 Dec 10:55

Choose a tag to compare

Changes since pl4:

  • fix: BD ECCR avg calculation was off (#43)
  • chore: mingw32: adjust i686 package names

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 4

15 Oct 10:31

Choose a tag to compare

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

31 May 17:56

Choose a tag to compare

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

21 Jan 18:56

Choose a tag to compare

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

01 Mar 18:19

Choose a tag to compare

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

14 Oct 07:11

Choose a tag to compare

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

05 Oct 05:57
d68d011

Choose a tag to compare

  • 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)