Skip to content

Releases: ewancook/transcriber

v0.1.5

13 May 21:58
Compare
Choose a tag to compare

This release updates the GUI and has the following improvements:

  • Cancel for cancelling conversion and collation.
  • Pre-conversion tag checking, so undefined behaviour is less likely.
  • Visibility of the number of files and tags loaded (shown in search bars).
  • Ordering options for collation (Sort by Name; Drag to Rearrange Files).
  • Average every 'N' rows to reduce file size and precision.
  • Set Decimal Places.
  • Progress bar modifications to show Collating when collating.
  • A Log to display all output, replacing large error messages.
  • Configurable number of CPU cores for parallel conversion.

Pre-conversion tag checking fixes #1.

Other:

  • All CSV conversion features and unused threading classes have been removed.
  • Collator has been refactored into its own widget to allow functionality extension.

Known Issues:

  • The blue colour of the progress bar disappears when loading files or tags (PyQt5 issue with Fusion scheme on Windows)

v0.1.4(alpha)

28 Apr 21:46
Compare
Choose a tag to compare
fix '~5-20% speedup using mmap' on windows

v0.1.3(alpha)

28 Apr 20:47
Compare
Choose a tag to compare
Specify Float file(s) over DAT file(s); add PyInstaller to requiremen…

…ts.txt & modify build

v0.1.2(alpha)

27 Apr 23:08
Compare
Choose a tag to compare

This release adds:

  • Searchable lists for files and tags
  • Version injection (window title)

v0.1.1

20 Apr 17:35
Compare
Choose a tag to compare
fix: transcriber could run after removing files by double-clicking

v0.1

20 Apr 16:42
Compare
Choose a tag to compare
fix unordered header in parsed files