Releases: susumuota/nostr-keyx
Releases · susumuota/nostr-keyx
v1.5.0
v1.5.0
- Add a prompt page to allow access to NIP-07 functions.
- Support NIP-06 mnemonic seed phrase.
- Update injection method for Chrome 111.
What's Changed
- feat: add NIP-06 mnemonic seed phrase by @susumuota in #54
- feat: change injection code for Chrome 111. by @susumuota in #58
- feat: add prompt page. by @susumuota in #60
Full Changelog: v1.4.0...v1.5.0
v1.4.0
v1.4.0
- add YubiKey support.
- add URL list to allow NIP-07 functions.
- rewrite UI using Zustand.
What's Changed
- feat: add notice.html. by @susumuota in #42
- refactor: rewrite popup using Zustand. by @susumuota in #43
- feat: add URL list to allow for NIP-07. by @susumuota in #44
- feat: preliminary support for YubiKey. by @susumuota in #48
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.3.0
- Add installer / uninstaller scripts (macOS, Windows, Linux).
- Add icon and badge.
- Change from
chrome.storage.local
tochrome.storage.sync
.
What's Changed
- BREAKING CHANGE: change chrome.storage.local to chrome.storage.sync. by @susumuota in #24
- feat: add Windows installer and uninstaller scripts. by @susumuota in #32
- feat: add macOS installer and uninstaller scripts. by @susumuota in #33
- feat: add Linux installer and uninstaller scripts. by @susumuota in #35
- feat: add action badge. by @susumuota in #38
Full Changelog: v1.2.0...v1.3.0
v1.2.0
v1.2.0
- Add OS native keychain application support (Windows and Linux).
What's Changed
- feat: add github actions. by @susumuota in #13
- feat: preliminary Windows support. by @susumuota in #14
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.1.0
- OS native keychain application support (macOS)
- Multiple accounts (private keys) support
What's Changed
- feat: add Native Messaging to support macOS Keychain Access. by @susumuota in #9
Full Changelog: v1.0.1...v1.1.0
v1.0.0
v1.0.0
- Add AES-GCM authenticated encryption to encrypt the private key.
- Add popup menu to set private key and password.
What's Changed
- docs: add zip installation. by @susumuota in #1
- feat: add npub2hex.ts. by @susumuota in #2
- feat: add AES encryption. by @susumuota in #3
Full Changelog: v0.9.0...v1.0.0