Releases: justjakka/reencoder
v0.2.7
v0.2.6-fix
quick fix for bad encoder tag string matching
Full Changelog: v0.2.6...v0.2.6-fix
v0.2.6
dropped rayon in favor of manual thread handling. minor code improvements
Full Changelog: v0.2.5...v0.2.6
v0.2.5
better encoding loop - doesnt allocate the whole files samples into buffer but reusing the buffer for block after block decoding
removed hashing since its not really needed - if the original file is intact, the sum will stay the same
Full Changelog: v0.2.4...v0.2.5
v0.2.4
minor code cleanup, binaries rebuilt with newer rust version
Full Changelog: v0.2.3...v0.2.4
v0.2.3
dropped db pool deps, minor fixes
Full Changelog: v0.2.2...v0.2.3
v0.2.2
made indexing single-threaded - io bottlenecked + db panic
Full Changelog: v0.2.1...v0.2.2
v0.2.1
completely removed all async code
Full Changelog: v0.2.0...v0.2.1
v0.2.0
code finally works!
code looks cleaner and ctrlc is finally handled properly
biggest change - ditching tokio and using parallelism for processing
Full Changelog: v0.1.2...v0.2.0
v0.1.2
added better bar handling, graceful shutdown, checking files before starting reencoding
Full Changelog: v0.1.1...v0.1.2