diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-27 10:07:30 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-27 14:24:57 +0000 |
| commit | 2c48e37f8341e0d207dd3260c439a0729464b03d (patch) | |
| tree | e3188f6ff8b90e2b883335d95750fe69e16df361 /CHANGELOG.md | |
| parent | 436b707b2bdecb995bbdb374a029714c9f4c5159 (diff) | |
feat: add --bunker-url to account login for non-interactive use
allows non-interactive bunker:// URL login without requiring --nsec,
by connecting to the remote signer and saving credentials to git config
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 930fe39..607afc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 14 | - Fetch filters now request kind-5 deletion events for cached state and repo announcement events by `#e` tag (NIP-09), in addition to the existing `#a`-tagged filter; ensures deletions of these events are received even from clients that do not embed a repo coordinate in their deletion event | 14 | - Fetch filters now request kind-5 deletion events for cached state and repo announcement events by `#e` tag (NIP-09), in addition to the existing `#a`-tagged filter; ensures deletions of these events are received even from clients that do not embed a repo coordinate in their deletion event |
| 15 | - `FetchReport` now tracks and displays a count of kind-5 deletion events received (e.g. `"1 deletion"` in the fetch summary) | 15 | - `FetchReport` now tracks and displays a count of kind-5 deletion events received (e.g. `"1 deletion"` in the fetch summary) |
| 16 | - `ngit account login` nostrconnect flow now shows current signer relays and allows changing them | 16 | - `ngit account login` nostrconnect flow now shows current signer relays and allows changing them |
| 17 | - `ngit account login --bunker-url` - specify bunker URL for non-interactive nostrconnect login | ||
| 17 | 18 | ||
| 18 | ### Fixed | 19 | ### Fixed |
| 19 | 20 | ||