Skip to content

Releases: 70sh1/eddy

v1.2.0 Release

17 Dec 04:58
v1.2.0
c825a80
Compare
Choose a tag to compare

Key points

  • A couple of small improvements and fixes.

Full Changelog

v1.1.3...v1.2.0

v1.1.3 Release

15 Dec 10:21
v1.1.3
6b02f73
Compare
Choose a tag to compare

Key points

  • A couple of small improvements and fixes.

Full Changelog

v1.1.2...v1.1.3

v1.1.2 Release

10 Dec 15:16
v1.1.2
079f6a0
Compare
Choose a tag to compare

Key points

  • A couple of small improvements and fixes.

Full Changelog

v1.1.1...v1.1.2

v1.1.1 Release

08 Dec 01:45
v1.1.1
b42ba56
Compare
Choose a tag to compare

Key points

  • Added no-emoji flag
  • Git tags are now signed

Full Changelog

v1.1.0...v1.1.1

v1.1.0 Release

03 Dec 18:59
ac03e4a
Compare
Choose a tag to compare

Key points

  • Files are now verified before decryption instead of after. This should provide better security by not outputting unverified data.
    This also means that if the file authentication fails, the program will stop executing before it starts the decryption process, resulting in earlier feedback to the user, e.g. in case of an incorrect password.
  • A constant time compare function is now used for MAC tag verification (file authentication).
  • Output files are now written to the folder where the input files are located instead of the current working directory, unless the output flag is provided (bugfix).
  • core is now a separate package.

Full changelog

1e073fb
4fc4f1a
8c733e1
add462f
a3c6f90
0983705

v1.0.5 Release

29 Nov 04:38
b5d73bf
Compare
Choose a tag to compare

v1.0.4 Release

12 Nov 22:18
2ef8e7a
Compare
Choose a tag to compare

v1.0.3 Release

12 Nov 09:16
d90ee16
Compare
Choose a tag to compare

v1.0.2 Release

12 Nov 08:26
bbe00c6
Compare
Choose a tag to compare

v1.0.1 Release

11 Nov 15:13
e845eb5
Compare
Choose a tag to compare

Bump version to fix pkg.go.dev