Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.02 KB

File metadata and controls

37 lines (24 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.2.0] - 2026-02-24

Changed

  • Upgraded nostr-java from 1.2.0 to 2.0.0
  • Migrated dependency artifacts to nostr-java 2.0 module structure:
    • nostr-java-api replaced by nostr-java-core
    • nostr-java-crypto replaced by nostr-java-core
    • nostr-java-id replaced by nostr-java-identity
    • nostr-java-encryption replaced by nostr-java-identity
    • Removed nostr-java-base (merged into core)
  • Replaced PubKeyTag with GenericTag for NIP-46 event tag handling

[0.1.1] - 2025-01-01

Fixed

  • Handle null passphrase in key management methods
  • Address Qodana and SpotBugs static analysis issues
  • Update Bottin repository link in README.md

Changed

  • Update Java version requirement to 21

[0.1.0] - 2025-01-01

  • Initial release