From 7dcbdc7841e932570359ccef3b82459b89e6f2bc Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 4 Mar 2026 14:32:39 +0000 Subject: show full comment content in pr view and issue view ngit pr view and ngit issue view 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. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') 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 ### Added - `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 -- `ngit pr view ` — view a PR with its full details and comment count +- `ngit pr view ` — view a PR with its full details and all comments (author, timestamp, body) in chronological order - `ngit pr close ` / `ngit pr reopen ` — change PR status (author or maintainer only) - `ngit pr ready ` — mark a draft PR as ready for review (author or maintainer only) - `ngit pr comment --body ` — post a NIP-22 comment on a PR - `ngit pr merge [--squash]` — merge a PR branch and publish a `GitStatusApplied` event (maintainer only); prints a reminder to push afterwards - `ngit issue` subcommand group expanded: `list`, `view`, `create`, `close`, `reopen`, `comment` -- `ngit issue view ` — view an issue with its full details and comment count +- `ngit issue view ` — view an issue with its full details and all comments (author, timestamp, body) in chronological order - `ngit issue create --title [--body ] [--label ...]` — publish a NIP-34 GitIssue event - `ngit issue close ` / `ngit issue reopen ` — change issue status (author or maintainer only) - `ngit issue comment --body ` — post a NIP-22 comment on an issue -- cgit v1.2.3