Changelog¶
v1.0.1 (2024-01-29)¶
Fix¶
fix: duplicate blocks in the same file causes errors (#28)
When an encrypted block is present more than one time in a file it causes errors since the first replacement replaces both instances and the second then fails. (21b8543
)
v1.0.0 (2024-01-29)¶
Breaking¶
feat!: initial release (
7eefa6a
)