Releases: alxndr42/icepack
Releases · alxndr42/icepack
v1.1.0
- Use
pigz
/ pbzip2
for faster compression, if available
v1.0.0
- Mask file/directory mode before applying
- Add FORMAT.md
v0.8.1
- Store top-level directories explicitly
v0.8.0
- Denote metadata file compression/encryption and use
gz
(backward-incompatible)
v0.7.0
- Add
gz
compression and use it by default
v0.6.1
- Fix timeout during
icepack init
v0.5.1
- Use compatible release clauses in setup.cfg
- Review Bandit findings
v0.5.0
- Add
--mode
option
- Add
--mtime
option
v0.4.0
- Backward-incompatible archive metadata format changes
- Add
--compression
option to create
command
- Use Pydantic to handle archive metadata
- Code refactoring