Releases: mmadfox/go-crx3
Releases · mmadfox/go-crx3
v1.5.1
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
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.0
Change log
- Added a new API - (ZipTo, UnzipTo, UnpackTo)
- Bug fixes
v1.3.1
- increased version to go1.15
v1.3.0
Change log
- added tests
- some refactor
v1.2.0
Change log
- Added generate extension id tool
v1.1.0
Changes
- Added tests
- Added Extension.IsDir(), Extension.IsZip(), Extension.IsCRX3() methods
- Some refactor