Files
n34/CHANGELOG.md
2025-05-23 13:38:21 +00:00

1.4 KiB

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

Added

  • Add --force-id flag to bypass case validation in repo announce - by Awiteb
  • Add --address-file flag to repo announce command - by Awiteb
  • Read the nostr-address file in repo view command - by Awiteb
  • Read the nostr-address file in issue new command - by Awiteb
  • Read the nostr-address file in reply command - by Awiteb

0.1.0 - 2025-05-21

Added

  • Setup the CLI and create repo view command - by Awiteb
  • Add repo announce command - by Awiteb
  • Support PoW - by Awiteb
  • Add issue new command - by Awiteb
  • New reply command - by Awiteb

Dependencies

  • Add nedded dependencies - by Awiteb
  • Add easy_ext@1.0.2 to the dependencies - by Awiteb
  • Add convert_case@0.8.0 to the dependencies - by Awiteb
  • Add tempfile@3.19.1 to the dependencies - by Awiteb
  • Add futures@0.3.31 to the dependencies - by Awiteb
  • Bump nostr and nostr_sdk to 0.42.0 - by Awiteb

0.0.0 - 2025-05-01

Added

  • Initialize the project - by Awiteb