Releases: mrjones2014/jj-gh
Releases · mrjones2014/jj-gh
jj-gh-v0.2.8
Fixed
- (cli) prevent shell-arg panic & precedence being wrong in some cases
- (meta) Fix package descriptions
jj-gh-v0.2.7
Added
- (pr) Add
pr urlsubcommand to print URL to a PR by number or rev - (pr-create) Add
--no-editoption - (pr-edit) Show diffs in edit view
- (pr-create) add
--title-templatean--pick-titleoptions
Fixed
- (editor) Force editor to run interactively when part of a piped cmd
- (auth) Get GH token lazily
- (log) Fix logging format
Other
- (config) Make config merging less verbose
- (docs) Update README.md
- (api) Refactor architecture to abstract repeated algorithms
- (docs) Update README.md
- (docs) Generate manpage for
jj-gh
jj-gh-v0.2.6
Added
- (ci) Upload binaries to GitHub Releases for
cargo-binstall - (pr-retry-failed) Add
--allflag to retry for all local PRs
Fixed
- (pr-create) Don't try to validate PR body
- (cli) Simplify logging format to avoid contrast readability issues
Other
- (dpes) update GitHub GraphQL schema
- Merge pull request #184 from mrjones2014/renovate/lock-file-maintenance
- (deps) lock file maintenance
- (deps) update cargo minor and patch
- (fmt) Use turbofish over type ascription
jj-gh-config-derive-v0.1.2
chore: Release package jj-gh-config-derive version 0.1.2
jj-gh-v0.2.5
Fixed
- (cli) Clean up config loader and macro, improve responsiveness
- (cli) Fix color regression by cleaning up & standardizing cmd runner
- (jj) Stream output for cmds where we don't need to parse its STDOUT
- (log) Improve logging readability in many areas
- (remotes) Detect default remote instead of relying on custom config
Other
- (cli) Reorganize modules
- (docs) Clarify details about GitHub tokens
- Merge pull request #164 from mrjones2014/mrj/push-puqtnponxmuw
- (docs) update README.md with Usage and Tips and Tricks sections
jj-gh-config-derive-v0.1.1
chore: Release package jj-gh-config-derive version 0.1.1
jj-gh-v0.2.4
Added
- (pr) Show upstream owner when creating/editing cross-fork PRs
Fixed
- (cli) Clear spinner when an error is produced
Other
- update GitHub GraphQL schema
- Merge pull request #155 from mrjones2014/renovate/lock-file-maintenance
- (deps) lock file maintenance
- (deps) update cargo minor and patch
jj-gh-v0.2.3
Added
- (pr-create) Show diffs in editor and strip on submit
- (pr) Add
restacksubcommand to interactively update PR base refs
Fixed
- (deps)
serde_yml->noyalib - (ci) Don't bother running semver checks on CLI crate
- (auto-merge) Produce an error when merge queues are enabled on repo
- (cli) Use spinner for
pr log
Other
- (config) Refactor/simplify config/args layering with proc macro
jj-gh-v0.2.2
Fixed
- (pr) Fix GraphQL query and vendor schema
jj-gh-v0.2.1
Added
- (pr) Add
retry-failedsubcommand (withrerunalias) - (pr) Add
editsubcommand
Fixed
- (deps)
nu_ansi_term->anystylesince already depend via clap - (cli) Add colors/styles to help output
- (ci) Use Cachix for CI caching
- (template) Add a way to add static content to PR body template
Other
- (docs) Add CONTRIBUTING.md
- (auth) Put auth args in global arguments