diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-03-03 13:08:56 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-03-04 12:48:37 +0000 |
| commit | a55d4150066456084fd18987acf014c18d0da976 (patch) | |
| tree | b6df894e60bb4fbc8854a76b8036b8a76922010b /CHANGELOG.md | |
| parent | f91a0d00bafe2af1f6b6828c3de3d3e5d65153c3 (diff) | |
add nostr.repo-relay-only config to limit publishing to repo relays
Adds a git config key nostr.repo-relay-only that, when set to true, causes
nostr events to be sent only to the repository's own relays, skipping the
user's personal write relays and default/blaster relays. Useful for
repositories that should not broadcast to the maintainer's personal relay set.
Set persistently via \`git config nostr.repo-relay-only true\` or in one step
with \`ngit init --repo-relay-only\`.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c6907db..8b6b4c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 7 | 7 | ||
| 8 | ## [Unreleased] | 8 | ## [Unreleased] |
| 9 | 9 | ||
| 10 | ### Added | ||
| 11 | |||
| 12 | - `nostr.repo-relay-only` git config key: when set to `true`, nostr events are sent only to the repository's own relays, skipping the user's personal write relays and default/blaster relays; set persistently via `git config nostr.repo-relay-only true` or in one step with `ngit init --repo-relay-only` | ||
| 13 | |||
| 10 | ## [2.2.3] - 2026-02-27 | 14 | ## [2.2.3] - 2026-02-27 |
| 11 | 15 | ||
| 12 | ### Fixed | 16 | ### Fixed |