Skip to content

Releases: mimoo/eureka

v4.1.0

27 Jan 21:10
Compare
Choose a tag to compare

Changelog

9cccaf5 added homebrew instructions for gorelease

v4.0.0

27 Jan 21:05
Compare
Choose a tag to compare

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

10 May 04:59
Compare
Choose a tag to compare

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

22 Feb 14:49
Compare
Choose a tag to compare

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

26 Sep 16:56
3522e04
Compare
Choose a tag to compare

The thing is pretty stable so why not make it stable.

First version.

20 Feb 21:50
Compare
Choose a tag to compare
First version. Pre-release
Pre-release

That's the first version. Cheers.