diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index af4c833..e598c70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -16,9 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 16 | - **Simplify CLI output** | 16 | - **Simplify CLI output** |
| 17 | - Add `--verbose/-v` flag for detailed output | 17 | - Add `--verbose/-v` flag for detailed output |
| 18 | - show fetch/publish report if taking longer than 5s | 18 | - show fetch/publish report if taking longer than 5s |
| 19 | - Add second default signer relay (`wss://relay.ditto.pub`) for resilience during nostrconnect login | ||
| 19 | 20 | ||
| 20 | ### Added | 21 | ### Added |
| 21 | 22 | ||
| 23 | - `ngit account login --signer-relay` - specify custom relays for nostrconnect (auto-prefixes with `wss://` if no scheme) | ||
| 22 | - `ngit checkout <id>` - checkout a proposal branch by event-id or nevent | 24 | - `ngit checkout <id>` - checkout a proposal branch by event-id or nevent |
| 23 | - `ngit apply <id>` - apply proposal patches to current branch | 25 | - `ngit apply <id>` - apply proposal patches to current branch |
| 24 | - `ngit account create` - create a new nostr account | 26 | - `ngit account create` - create a new nostr account |