Files
n34/CHANGELOG.md
Awiteb 06374fe1fc feat: add --force-id flag to bypass case validation in repo announce
The new flag allows users to skip the kebkab case ID check when announcing
repositories.

Signed-off-by: Awiteb <a@4rs.nl>
2025-05-22 08:27:13 +00:00

2.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 - (Awiteb at 8f627c2)

0.1.0 - 2025-05-21

Added

  • Setup the CLI and create repo view command - (Awiteb at d962732)
  • Add repo announce command - (Awiteb at b444aeb)
  • Support PoW - (Awiteb at c0a5e47)
  • Add issue new command - (Awiteb at 54f1c7e)
  • New reply command - (Awiteb at 9444fc1)

Dependencies

  • Add nedded dependencies - (Awiteb at d37c696)
  • Add easy_ext@1.0.2 to the dependencies - (Awiteb at fb77a8c)
  • Add convert_case@0.8.0 to the dependencies - (Awiteb at 8a553f4)
  • Add tempfile@3.19.1 to the dependencies - (Awiteb at ce58f29)
  • Add futures@0.3.31 to the dependencies - (Awiteb at bd08653)
  • Bump nostr and nostr_sdk to 0.42.0 - (Awiteb at 724e270)

0.0.0 - 2025-05-01

Added

  • Initialize the project - (Awiteb at c3594c6)