✨ New features
Update the openpgp.js version to the last stable version v5.3.0
Openpgp is now installed as a npm package.
A reference to the MIT license is added.
Add .asc download
👍 Fixes and updates
Fix Stimulus references
Update packages, notably electron and webpack
New up to date material-icons package
Fix scss and font reference
⚠️ Breaking changes
brainpool and secp256k1 curves are no longer available.
Generation of a key pair, encryption and decryption are no longer available with these curves.
See this openpgp.js issue for more information.
Reference to this issue is also added to the generate page.