Releases: lxl66566/git-simple-encrypt
Releases · lxl66566/git-simple-encrypt
v1.5.0: chore: remove unused deps; improve log output
02 May 12:05
Compare
Sorry, something went wrong.
No results found
Signed-off-by: lxl66566 <lxl66566@gmail.com>
v1.4.1 fix
26 Mar 07:13
Compare
Sorry, something went wrong.
No results found
fix backslash in config file created by windows
v1.4.0: feat: use rust-simple-release CI
20 Nov 03:07
Compare
Sorry, something went wrong.
No results found
Signed-off-by: lxl66566 <lxl66566@gmail.com>
1.3.1
22 Sep 15:51
Compare
Sorry, something went wrong.
No results found
update ci
fix test ci
revert to original release action
1.3.0
20 Jul 07:40
Compare
Sorry, something went wrong.
No results found
1.2.1
30 Jun 03:08
Compare
Sorry, something went wrong.
No results found
v1.2.1
fix publish err on case sensitive os
1.2.0
25 May 00:39
Compare
Sorry, something went wrong.
No results found
v1.2.0
support partial decrypt
1.1.1
17 May 05:59
Compare
Sorry, something went wrong.
No results found
calculate sha of key only once, make a great leap in performance.
fix the unexpected behavior in patch
Performance
version
encrypt
decrypt
v1.1.0
10.401s
5.796s
v1.1.1
7.339s
0.413s
v1.1.0
15 May 02:53
Compare
Sorry, something went wrong.
No results found
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
13 May 04:38
Compare
Sorry, something went wrong.
No results found
Rewrite.
Removed git2_rs dependency, use Command instead.
do not use .gitattributes, use self-managed git_simple_encrypt.toml.
remove the Remove cli command. If you want to delete files/folders, edit git_simple_encrypt.toml.
you can select to disable zstd feature.
Add more tests.