2018-01-21 18:30:41 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
2020-11-09 22:35:20 +00:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Add progress bar
|
|
|
|
|
2020-11-18 20:07:16 +00:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Limit "Skipped" output to only summary
|
2020-12-14 16:10:39 +00:00
|
|
|
- Omit output of progress bar unless -v flag is present
|
2022-09-13 16:50:10 +00:00
|
|
|
- Add thousands separator commas to output
|
2020-11-18 20:07:16 +00:00
|
|
|
|
2018-01-21 21:48:49 +00:00
|
|
|
## [3.0.0]
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Re-order operations to make the linking happen at the very end
|
|
|
|
|
2018-01-21 20:57:44 +00:00
|
|
|
## [2.0.0]
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- SHA1 collisions no longer corrupt yer data
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Remove support for symlink generation
|
|
|
|
|
2018-01-21 18:30:41 +00:00
|
|
|
## [1.2.1]
|
|
|
|
|
|
|
|
- Fixed bug when processing files with \r characters in the name
|
|
|
|
|
|
|
|
## [1.2.0]
|
|
|
|
|
|
|
|
- Uses `Digest::SHA` instead of `Digest::MD5`
|
|
|
|
|
|
|
|
## [1.1.2]
|
|
|
|
|
|
|
|
- Added `-z` option
|
|
|
|
- Changed the default behavior to not process empty files
|
|
|
|
|
|
|
|
## [1.1.1]
|
|
|
|
|
|
|
|
- Added `-m` and `-M` options
|
|
|
|
|
|
|
|
## [1.1.0]
|
|
|
|
|
|
|
|
- Outputs GNU-style messages (ala `rm -v,' `ln -v,' etc.).
|