Skip to content

Releases: shibme/xipher

v1.8.0

30 Oct 19:11
Compare
Choose a tag to compare

Changelog

  • 82cf821 adding support for stream encryption in wasm through asynchronous byte chunk exchange
  • a99e951 changing unused ReadCloser interface returns to Reader returns
  • 674f294 removing residual files on error and minor changes to core xipher methods
  • f2c3cbf updating some npm dependencies and modifying workflows

v1.7.2

04 Sep 18:45
Compare
Choose a tag to compare

Changelog

  • 190ec02 adding support to generate public key from an existing secret key
  • 6b9d93f fix: concurrency deadlock between jobs

v1.7.1

28 Aug 21:21
Compare
Choose a tag to compare

Changelog

  • e0af926 Updating with workflows
  • 947b7ba updating goreleaser-cross to use latest release image and setting up reusable workflow for pages

v1.7.0

10 Jul 12:38
Compare
Choose a tag to compare

Changelog

  • 28896a1 feature to support text input from stdin and fixing docker build

v1.6.1

01 Jul 13:56
Compare
Choose a tag to compare

Changelog

  • 738fcd5 fixing issue with wasm lib that results in base64 encoded decrypted text

v1.6.0

28 Jun 18:26
Compare
Choose a tag to compare

Changelog

  • aa47621 merging web implementation code
  • 812a668 updating argument names in wasm and sharedlib
  • 496fc7f updating pages deployment workflow
  • 4cec251 updating util methods and CLI and dependent libs to support secretkey and password based encryption

v1.5.0

22 Jun 10:03
Compare
Choose a tag to compare

Changelog

  • d67348c Adding support for shared libs and restructuring code

v1.4.1

16 Jun 21:10
Compare
Choose a tag to compare

Changelog

  • 47b66f8 updating workflow to bundle wasm_exec.js into wasm release archive

v1.4.0

04 Jun 21:21
Compare
Choose a tag to compare

Changelog

  • bf84b3c fixing pages workflow
  • edebc48 refactoring code and updating dependencies
  • 06719cd updating readme with original web url

v1.3.3

17 May 18:43
Compare
Choose a tag to compare

Changelog

  • 996dd51 updating workflows to include wasm as a part of release assets