All Versions
43
Latest Version
Avg Release Cycle
67 days
Latest Release
521 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v7.5.0 Changes
March 10, 2021๐ New Features
- โ add log after command that causes auto abort (#1635)
๐ Bug Fixes
- ๐ fix panic when continuing rebase (#1615)
- ๐ fix panic when continuing a command that includes the fetch upstream step (#1617)
- ๐ fix GitHub API log when shipping with the GitHub driver (#1622)
- ๐ fix panic when aborting a command that includes discard open changes step (#1631)
- ๐ fix continuing sync from subfolder (#1637)
-
v7.4.0 Changes
July 05, 2020๐ Version 7.4.0 sports a vastly overhauled internal architecture that provides ๐ more robust error handling, improved error messages, and a much better developer ๐ experience. Ruby has been dropped as a development dependency.
๐ New Features
- ๐ improved installation experience: MSI installer for Windows,
.deb
and.rpm
packages for Linux, archives with properly named binaries for all other use cases (#1589) - "diff-parent" command (#1385)
- ๐ support for Gitea hosting service (#1518)
- ๐จ print URLs to open when browser is not available (#1318)
- autocompletion for bash, zsh, fish, powershell (#1492)
- ๐ง list parent configurations for branches that are children of a branch that does not have its parent configured (#1436)
๐ Bug Fixes
- many improved error messages
- ๐ improved installation experience: MSI installer for Windows,
-
v7.4.0-pre1
June 26, 2020 -
v7.3.0 Changes
November 05, 2019๐ New Features
- โ add option to disable auto sync upstream
๐ Bug Fixes
- โก๏ธ update docs for code-hosting config
-
v7.2.1 Changes
May 06, 2019๐ Bug Fixes
- โก๏ธ prune branches now properly updates perennial branch config
- ๐ support branch names with special characters
- ๐ fix the prompt on Windows CMD terminals
- clear the runstate after undo to prevent running
git town undo
twice - ๐ fix Fish shell autocomplete
- ๐ fix hosting service naming
-
v7.2.0 Changes
June 01, 2018๐ New Features
- ๐จ
git town config
: print perennial branch trees git town hack
: add-p
option which prompts for the parent branch instead of using the main development branch- when fetching the origin repository, fetch tags that are not attached to pulled commits
๐ Changes
- when fetching the upstream repository, only fetch the main branch
- ๐จ
-
v7.1.1 Changes
April 09, 2018๐ Bug Fixes
- strip colors from the output of git commands run internally. This caused
errors if you had git configured with
color.ui=always
- strip colors from the output of git commands run internally. This caused
errors if you had git configured with
-
v7.1.0 Changes
April 05, 2018๐ New Features
- ๐ง automatically remove outdated configuration
-
v7.0.0 Changes
April 03, 2018๐ฅ BREAKING CHANGES
git town config
:reset
andsetup
are now subcommands instead of flags- ๐
--abort
,--continue
,--skip
,--undo
flags removed. Instead there are now top level commandsgit town abort
,git town continue
,git town skip
,git town undo
๐ New Features
- now catches when there is an unfinished state from a git town command that hit
conflicts. If you try to run another git town command, you will be prompted on
how to resolve the unfinished state. The unfinished state can be discarded and
there is also a new top level command
git town discard
to delete the state of the last run command.
๐ Bug Fixes
- skip perennial branch prompt if there are no options
-
v6.0.2 Changes
January 26, 2018๐ Bug Fixes
- ๐ fix parsing of git config when a value contains a newline