All Versions
19
Latest Version
Avg Release Cycle
21 days
Latest Release
1512 days ago

Changelog History
Page 1

  • v2.14.2 Changes

    March 05, 2020

    Ensure man pages are shown at full width

    ๐Ÿ›  Fix subject in ci-status docs

    ๐Ÿ“„ Indicate in docs that you can do plain git push after hub pr checkout #2467

    ๐Ÿ›  Fix using hub inside git worktree #2489

    ๐Ÿ Put Windows help files in the correct location #2455

  • v2.14.1

    January 21, 2020
  • v2.14.0 Changes

    January 21, 2020

    ๐Ÿ”‹ Features:

    ๐Ÿ†• New command: hub issue update #2432

    ๐Ÿ†• New command: hub issue transfer #2363

    ๐Ÿ‘Œ Support git flag hub version --build-options #2440

    Refuse to follow HTTP 301/302 redirects for non-GET requests #2442

    ๐Ÿ›  Fixes:

    ๐Ÿ›  Fix hub help <cmd> on Windows #2384

    Ensure that grep command is being used in shell completions #2390

    ๐Ÿ’ป Consult global git config color.ui setting when --color=auto #2378

    ๐Ÿ‘Œ Improvements:

    ๐Ÿ–จ Print more user-friendly HTTP 40x errors #2446

    ๐Ÿš€ Enable debugging file uploads via HUB_VERBOSE=1 hub release create -a <file>

    ๐Ÿ‘Œ Improve parsing malformed YAML config files #2380

  • v2.13.0 Changes

    November 06, 2019

    ๐Ÿ†• New command: hub gist

    โž• Add git pr show --format=... flag

    โž• Add hub api --obey-ratelimit flag

    ๐Ÿ‘ hub help: support compressed man pages

    โž• Add hub release download --include=PATTERN flag

    ๐ŸŒ hub help: Enable hub help --web <command>

    ๐Ÿš€ hub release: Retry attaching release assets on 5xx server errors

    ๐Ÿ›  hub pr checkout fixes

    • handle case when the PR given matches the current branch

    - avoid overriding existing branch merge config

    ๐Ÿš€ hub release: Fail fast when attempting to attach unavailable files

    Honor HTTPS_PROXY, NO_PROXY environment variables

    ๐ŸŒฒ Strip "co-authored-by" lines when populating PR body from git log

    git compatibility: have hub <cmd> --help open the man page

    hub fork bash completion improvements

    hub pr fish completion improvements

  • v2.12.8 Changes

    October 03, 2019

    hub compare: improve upstream branch detection & error messages

    hub compare: allow slash character in branch names

    hub api: fix GraphQL requests made to Enterprise hosts

    ๐Ÿ“„ Docs: clarify --message, --file, and --edit flags

  • v2.12.7 Changes

    September 23, 2019
    • ๐Ÿ›  Fix password prompt on Windows
  • v2.12.6 Changes

    September 21, 2019
    • ๐Ÿ›  Fix Windows build
  • v2.12.5 Changes

    September 21, 2019

    ๐Ÿ Correctly resolve ~/.ssh/config hostname aliases on Windows

    โž• Added hub pr to fish completions script

    Have fish completions script wrap git if hub is aliased

  • v2.12.4 Changes

    September 08, 2019

    ๐Ÿ› Bug fixes

    ๐Ÿ›  Fix invocation of hub --paginate

    Consistently expand all occurrences of {owner} and {repo} in hub api

    ๐Ÿ“„ Docs: unlist %NC/%Nc among available fields in hub pr list --format

    โœจ Enhancements

    ๐Ÿ‘‰ GitHub Actions compatibility: infer GITHUB_USER value from GITHUB_REPOSITORY if available

    ๐Ÿšฆ Handle TERM signal during password prompt in terminal

    ๐Ÿ’… Use consistent quote style in hub sync output

  • v2.12.3 Changes

    July 19, 2019

    ๐Ÿ‘ Allow hub use within GitHub Actions by specifying GITHUB_USER #2149

    ๐Ÿ‘‰ Show friendlier error message when GITHUB_TOKEN is set, but fetching the current user fails