46 lines
1.3 KiB
Markdown
46 lines
1.3 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## 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
|
|
|
|
## [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
|
|
|
|
[0.1.0]: https://git.4rs.nl/awiteb/n34.git/tag/?h=v0.1.0
|
|
[0.0.0]: https://git.4rs.nl/awiteb/n34.git/tag/?h=v0.0.0
|
|
|
|
<!-- generated by git-cliff -->
|