v0.11.0
Immutable
release. Only release title and notes can be modified.
✨ Added
- Built-in --jq filter runs a jq expression over the JSON output in-process (gojq, gh CLI style): strings print raw, other results print as JSON per line, --output=json is implied, and failure envelopes are filtered with the exit code preserved
- New issue rank command reorders backlog issues headlessly: place keys before or after an anchor issue in LexoRank order, with ranges chunked transparently at the API's 50-issue limit and order preserved end-to-end
🔥 Changed
- The foreign-flag hint no longer competes with its own suggestion: it says to use this CLI's equivalent, and the suggestion names it
📜 Commits
c41cee7feat(output): built-in --jq filter over the JSON output4f16384feat(config): persist a keyring credential index for enumeration41f0922feat(issue): rank command for headless backlog ordering6c87a98fix(cli): stop the foreign-flag hint duplicating its suggestion2012447docs: cover the completion cache and pager
Full Changelog: v0.10.15...v0.11.0