Releases: lxl66566/git-simple-encrypt
Releases · lxl66566/git-simple-encrypt
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
v1.1.0
- using
spawn_blocking
for CPU-bound encrypting and decrypting, significantly enhance performance about 3 times. - more user-friendly error message
performance
tested on my diary repo, with 2.5M size and about 2,000 files
version | encrypt | decrypt |
---|---|---|
v1.0.0 | 33.876s | 17.532s |
v1.1.0 | 9.899s | 5.649s |
v1.0.0
Rewrite.
- Removed git2_rs dependency, use Command instead.
- do not use
.gitattributes
, use self-managedgit_simple_encrypt.toml
. - remove the
Remove
cli command. If you want to delete files/folders, editgit_simple_encrypt.toml
. - you can select to disable zstd feature.
- Add more tests.