Skip to content

Releases: drand/tlock

v1.2.0

21 Aug 08:23
v1.2.0
7b54141
Compare
Choose a tag to compare

Changelog

v1.1.1

19 Jan 12:49
543b497
Compare
Choose a tag to compare

Patch release moving back from Go 1.21 to Go 1.20 for releases, in order to continue supporting Windows 7.

Changelog

  • a969be9 v1.1.1 update, changing Goreleaser to use Go 1.20.

v1.1.0

18 Jan 16:46
v1.1.0
1f7b571
Compare
Choose a tag to compare

Changelog

  • Auto-detect chainhash in the headers of the ciphertext and attempt to use it along with the current network upon decryption. Adds a trustChainhash property to the Network and Tlock structs and a Strict() method to disable it, in order to avoid using chainhash provided in ciphertexts.
  • Provide Windows, Linux and MacOS releases.
  • Expose the DefaultNetwork and DefaultChain constants for use by 3rd party libraries.
  • Upgrade dependencies.

PR