Releases: ewancook/transcriber
Releases · ewancook/transcriber
v0.1.5
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)
fix '~5-20% speedup using mmap' on windows
v0.1.3(alpha)
Specify Float file(s) over DAT file(s); add PyInstaller to requiremen…
v0.1.2(alpha)
This release adds:
- Searchable lists for files and tags
- Version injection (window title)