Releases: shine-jayakumar/splich
Releases · shine-jayakumar/splich
Splich v.1.4
Splich v.1.4
Feature:
- Added auto-stitch feature to automatically stitch the files
v.1.2
- Split into specific number of parts
- Split into parts of specific size
- Automatically finds the split parts in the directory
- SHA256 hash verification included
- verbose mode added
BUG FIXES:
Issue: glob() doesn't return sorted part filenames. Files could be stitched
in wrong order resulting in a corrupt file.
Fix:
Created function to sort the part filenames based on the part
number before reading the part files.