mirror of
https://codeberg.org/h3xx/simplify_static_dir
synced 2024-08-14 23:57:24 +00:00
79e3eca2cb
Breaking changes: * Remove support for symlink generation. Bugs fixed: * SHA-1 hash collisions no longer corrupt yer data. Internal changes: * Rework into a helper package
565 B
565 B
Changelog
All notable changes to this project will be documented in this file.
[Unreleased]
[2.0.0]
Fixed
- SHA1 collisions no longer corrupt yer data
Changed
- Remove support for symlink generation
[1.2.1]
- Fixed bug when processing files with \r characters in the name
[1.2.0]
- Uses
Digest::SHA
instead ofDigest::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.).