diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-03-04 14:32:39 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-03-04 14:50:01 +0000 |
| commit | 7dcbdc7841e932570359ccef3b82459b89e6f2bc (patch) | |
| tree | 4f709d99f650ac3bf2eb4dc11fc97ebf20b45fef /CHANGELOG.md | |
| parent | b3b1a949463d8e18622519866ecee3f1b65cc888 (diff) | |
show full comment content in pr view and issue view
ngit pr view <id> and ngit issue view <id> now fetch and display all
NIP-22 comments in chronological order with author npub and timestamp,
rather than just a count. JSON output includes the full comment array.
Also updates list table hint text to reference ngit pr subcommands.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb140e..37200c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -10,13 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 10 | ### Added | 10 | ### Added |
| 11 | 11 | ||
| 12 | - `ngit pr` subcommand group: `list`, `view`, `checkout`, `apply`, `send`, `close`, `reopen`, `ready`, `comment`, `merge`; replaces the former top-level `ngit list`, `ngit checkout`, and `ngit apply` commands (hard-migrated); `ngit send` remains at the top level unchanged | 12 | - `ngit pr` subcommand group: `list`, `view`, `checkout`, `apply`, `send`, `close`, `reopen`, `ready`, `comment`, `merge`; replaces the former top-level `ngit list`, `ngit checkout`, and `ngit apply` commands (hard-migrated); `ngit send` remains at the top level unchanged |
| 13 | - `ngit pr view <id>` — view a PR with its full details and comment count | 13 | - `ngit pr view <id>` — view a PR with its full details and all comments (author, timestamp, body) in chronological order |
| 14 | - `ngit pr close <id>` / `ngit pr reopen <id>` — change PR status (author or maintainer only) | 14 | - `ngit pr close <id>` / `ngit pr reopen <id>` — change PR status (author or maintainer only) |
| 15 | - `ngit pr ready <id>` — mark a draft PR as ready for review (author or maintainer only) | 15 | - `ngit pr ready <id>` — mark a draft PR as ready for review (author or maintainer only) |
| 16 | - `ngit pr comment <id> --body <text>` — post a NIP-22 comment on a PR | 16 | - `ngit pr comment <id> --body <text>` — post a NIP-22 comment on a PR |
| 17 | - `ngit pr merge <id> [--squash]` — merge a PR branch and publish a `GitStatusApplied` event (maintainer only); prints a reminder to push afterwards | 17 | - `ngit pr merge <id> [--squash]` — merge a PR branch and publish a `GitStatusApplied` event (maintainer only); prints a reminder to push afterwards |
| 18 | - `ngit issue` subcommand group expanded: `list`, `view`, `create`, `close`, `reopen`, `comment` | 18 | - `ngit issue` subcommand group expanded: `list`, `view`, `create`, `close`, `reopen`, `comment` |
| 19 | - `ngit issue view <id>` — view an issue with its full details and comment count | 19 | - `ngit issue view <id>` — view an issue with its full details and all comments (author, timestamp, body) in chronological order |
| 20 | - `ngit issue create --title <T> [--body <B>] [--label <L>...]` — publish a NIP-34 GitIssue event | 20 | - `ngit issue create --title <T> [--body <B>] [--label <L>...]` — publish a NIP-34 GitIssue event |
| 21 | - `ngit issue close <id>` / `ngit issue reopen <id>` — change issue status (author or maintainer only) | 21 | - `ngit issue close <id>` / `ngit issue reopen <id>` — change issue status (author or maintainer only) |
| 22 | - `ngit issue comment <id> --body <text>` — post a NIP-22 comment on an issue | 22 | - `ngit issue comment <id> --body <text>` — post a NIP-22 comment on an issue |