Skip to content

Releases: mmadfox/go-crx3

v1.5.1

26 Jun 04:38
94c0800
Compare
Choose a tag to compare

Changelog

  • Fixed generation of the extension ID from the manifest file
  • Fixed the pubkey command (retrieving the public key from the manifest and the extension header)
  • Some improvements for crx3/commands/*.go

v1.5.0

22 Jun 05:46
4a03128
Compare
Choose a tag to compare

Changelog

  • Added API for packing the extension into a buffer (#7)
  • Added key size for generating RSA private key (#6)
  • Added API for extracting the public key from the manifest and header (#5)
  • Added examples

v1.4.1

21 Sep 17:33
Compare
Choose a tag to compare

Changelog

v1.4.0

13 Sep 07:41
Compare
Choose a tag to compare

Change log

  • Added a new API - (ZipTo, UnzipTo, UnpackTo)
  • Bug fixes

v1.3.1

27 Aug 06:55
Compare
Choose a tag to compare
  • increased version to go1.15

v1.3.0

30 Mar 12:44
Compare
Choose a tag to compare

Change log

  • added tests
  • some refactor

v1.2.0

26 Mar 05:38
Compare
Choose a tag to compare

Change log

  • Added generate extension id tool

v1.1.0

12 Mar 03:56
Compare
Choose a tag to compare

Changes

  • Added tests
  • Added Extension.IsDir(), Extension.IsZip(), Extension.IsCRX3() methods
  • Some refactor

v1.0.0

11 Mar 13:00
Compare
Choose a tag to compare
some update