diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-17 15:46:13 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-17 15:46:13 +0000 |
| commit | 1ea1c19ac93dbf97d82ec7bc1a1f3c0123588fa4 (patch) | |
| tree | e5f5e94c5f718c689e82f5c82fdecc92c9f01509 /CHANGELOG.md | |
| parent | f781e70a92d793f983687b27deada1a1eda73b36 (diff) | |
add second default signer relay for resilience
Add wss://relay.ditto.pub as a second default signer relay alongside
wss://relay.nsec.app for improved reliability during nostrconnect login.
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 |