diff --git a/AUTHORS b/AUTHORS index aa22e96..58c5434 100644 --- a/AUTHORS +++ b/AUTHORS @@ -196,3 +196,9 @@ Patches and Suggestions - Montak Oleg - Hasse Ramlev Hansen - Sebastian Gniazdowski +- 单元源 +- Stu Feldt +- Sebastián Mancilla +- zentarul +- Sachin Gupta +- Orestis diff --git a/History.md b/History.md index a8ea7e5..2b9f966 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,31 @@ + +4.7.0 / 2019-02-09 +================== + + * git-pr: emphasized that the remote is required when pulling multiple PRs. + * Merge pull request #743 from spacewander/allow_multiple_pr + * git-pr: accpeted multiple GitHub URL or ID with remote. + * git-pr: added <[remote]:pr number> option. + * Merge pull request #740 from spacewander/tweak_man_readme + * doc: clarify the current working directory when building the docs. + * Merge pull request #739 from sleagon/master + * feat: Add -s(--soft) for git sync + * Merge pull request #738 from StuartFeldt/add-symlinks-to-bulk-command + * Adding support for symlink directories in bulk command + * Merge pull request #737 from smancill/standup-ensure-colors + * git-standup: ensure color usage + * Merge pull request #736 from spacewander/git_force_clone_not_need_git_repo + * misc: sort command list in alphabetical order + * git-force-clone: should not need git repo + * Merge pull request #734 from zentarul/master + * Fix missing double quotes after %DEBUG% + * install.cmd: tweak comments + * Merge pull request #732 from sachin-gupta/sg-mods + * Fix: Dev: `/E` option required with MORE for working on higher version of Windows 10 (**_Build 17134_**) + * Merge pull request #729 from orestisf1993/patch-1 + * git-rename-branch: Don't fail if remote doesn't exist + * Bump version to 4.7.0-dev. + 4.6.0 / 2018-08-11 ================== diff --git a/bin/git-extras b/bin/git-extras index 4cd996b..bdf3e16 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="4.7.0-dev" +VERSION="4.7.0" INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/master/install.sh" update() {