diff options
| -rw-r--r-- | CHANGELOG.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd2690..5cbfddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 7 | 7 | ||
| 8 | ## [Unreleased] | 8 | ## [Unreleased] |
| 9 | 9 | ||
| 10 | ### Changed | ||
| 11 | |||
| 12 | - **AI-friendly commands** all non-interactive by default | ||
| 13 | - Add `--defaults/-d` flag for sensible defaults | ||
| 14 | - Add `--force/-f` flag to bypass safety guards | ||
| 15 | - Add `--interactive/-i` flag to enable prompts | ||
| 16 | - **Simplify CLI output** | ||
| 17 | - Add `--verbose/-v` flag for detailed output | ||
| 18 | - show fetch/publish report if taking longer than 5s | ||
| 19 | |||
| 20 | ### Added | ||
| 21 | |||
| 22 | - `ngit checkout <id>` - checkout a proposal branch by event-id or nevent | ||
| 23 | - `ngit apply <id>` - apply proposal patches to current branch | ||
| 24 | - `ngit account create` - create a new nostr account | ||
| 25 | - `ngit list --json` - output proposals as JSON | ||
| 26 | - `ngit list --status` - filter by status (open,draft,closed,applied) | ||
| 27 | - `ngit init --hashtag` - specify repository hashtag | ||
| 28 | |||
| 29 | ### Removed | ||
| 30 | |||
| 31 | - `--blossoms` flag from `ngit init` (removed from GRASP spec) | ||
| 32 | |||
| 33 | ### Fixed | ||
| 34 | |||
| 35 | - Branch tracking setup when checking out proposals (c85ca81) | ||
| 36 | - Handle existing local branch that is behind when checking out PR (1be46b4) | ||
| 37 | - Preserve progress bars on relay errors during clone (b8716ed) | ||
| 38 | - Various output formatting and wording improvements | ||
| 39 | |||
| 10 | ## [2.1.0] | 40 | ## [2.1.0] |
| 11 | 41 | ||
| 12 | ### Added | 42 | ### Added |