Skip to content

Releases: susumuota/nostr-keyx

v1.5.0

26 Mar 04:02
c9c3452
Compare
Choose a tag to compare

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

Full Changelog: v1.4.0...v1.5.0

v1.4.0

09 Mar 13:13
436030c
Compare
Choose a tag to compare

v1.4.0

  • add YubiKey support.
  • add URL list to allow NIP-07 functions.
  • rewrite UI using Zustand.

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

27 Feb 16:07
bc0cf22
Compare
Choose a tag to compare

v1.3.0

  • Add installer / uninstaller scripts (macOS, Windows, Linux).
  • Add icon and badge.
  • Change from chrome.storage.local to chrome.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

25 Feb 05:51
9b52a10
Compare
Choose a tag to compare

v1.2.0

  • Add OS native keychain application support (Windows and Linux).

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

18 Feb 16:35
ddb94c7
Compare
Choose a tag to compare

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

13 Feb 17:02
8856107
Compare
Choose a tag to compare

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

Full Changelog: v0.9.0...v1.0.0

v0.9.0

11 Feb 17:19
Compare
Choose a tag to compare
  • full NIP-07 implementation