Releases: mimoo/eureka
v4.1.0
v4.0.0
Changelog
01755be Merge pull request #18 from ZachCheung/master
ba5d794 add -noclipboard option to disable clipboard prompt
a7898f3 added correct formula for brew install
30c885a adding go module
6b41c3c adding goreleaser to facilitate releases
bc70a4e fix #17
cffc62e fix binary link
916846b fix return
0545aae fix trailing \n
47db233 if error happens when read or write clipboard in encrypt, print out key directly
db2f999 minor update
d4b5354 minor update return error
92c9850 panic is not friendly, use os.Exit(1) instead
86764d6 prompt at last instead of in new line
b69bae8 return at last in encrypt/decrypt
e11a64c revert back to .encrypted suffix
59312c0 use os.Exit(1) instead of return in error
Simplification
Interactivity was working meh (right click > encrypt/decrypt), so I removed it all until we have real support for all platforms.
Folder Encryption, Compression, GUI and Windows integration
Some more stuff:
- you can now encrypt a folder exactly like you're encrypting a file
- everything is compressed transparently (gzip) before being encrypted
- cross-platform GUI and use of the clipboard for the key
- if you're on windows, we now have an MSI installer which sets up shortcuts in right-click menus
Stable
First version.
That's the first version. Cheers.