Skip to content

Releases: mrjones2014/jj-gh

jj-gh-v0.2.8

15 Jun 17:36
b3eede1

Choose a tag to compare

Fixed

  • (cli) prevent shell-arg panic & precedence being wrong in some cases
  • (meta) Fix package descriptions

jj-gh-v0.2.7

14 Jun 20:29
01fc7fc

Choose a tag to compare

Added

  • (pr) Add pr url subcommand to print URL to a PR by number or rev
  • (pr-create) Add --no-edit option
  • (pr-edit) Show diffs in edit view
  • (pr-create) add --title-template an --pick-title options

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

13 Jun 02:17
1724ffb

Choose a tag to compare

Added

  • (ci) Upload binaries to GitHub Releases for cargo-binstall
  • (pr-retry-failed) Add --all flag 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

13 Jun 02:15
1724ffb

Choose a tag to compare

chore: Release package jj-gh-config-derive version 0.1.2

jj-gh-v0.2.5

11 Jun 15:25
32fe8b5

Choose a tag to compare

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

11 Jun 15:24
32fe8b5

Choose a tag to compare

chore: Release package jj-gh-config-derive version 0.1.1

jj-gh-v0.2.4

05 Jun 19:11
abd4e6c

Choose a tag to compare

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

04 Jun 14:19
082b201

Choose a tag to compare

Added

  • (pr-create) Show diffs in editor and strip on submit
  • (pr) Add restack subcommand 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

01 Jun 17:43
66835f4

Choose a tag to compare

Fixed

  • (pr) Fix GraphQL query and vendor schema

jj-gh-v0.2.1

01 Jun 15:13
8a007fe

Choose a tag to compare

Added

  • (pr) Add retry-failed subcommand (with rerun alias)
  • (pr) Add edit subcommand

Fixed

  • (deps) nu_ansi_term -> anystyle since 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