All Versions
46
Latest Version
Avg Release Cycle
83 days
Latest Release
235 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v7.8.0 Changes
August 07, 2022 -
v7.7.0 Changes
January 22, 2022๐ New Features
- ๐ support for Apple Silicon (#1735, #1736)
- ๐ ignore changes in submodules during sync (#1744)
- ๐ improved CLI interface including better shell autocompletions (#1722)
- shell-based installer for *nix systems (#1707)
- ๐ new website (#1684)
- ๐ Make command shows dependency tree within the codebase (#1725)
- Go API now has the same major version number as the binary (#1677)
๐ Bug Fixes
-
v7.6.0 Changes
November 23, 2021๐ New Features
- ๐จ print diagnostic information on command failure (#1667)
-
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