Changelog History
Page 1
-
v2.14.2 Changes
March 05, 2020 -
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
#2440Refuse to follow HTTP 301/302 redirects for non-GET requests #2442
🛠 Fixes:
🛠 Fix
hub help <cmd>
on Windows #2384Ensure 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
: Enablehub 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 filesHonor 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 pagehub fork
bash completion improvementshub pr
fish completion improvements -
v2.12.8 Changes
October 03, 2019hub compare
: improve upstream branch detection & error messageshub compare
: allow slash character in branch nameshub 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 scriptHave 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}
inhub api
📄 Docs: unlist
%NC
/%Nc
among available fields inhub 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