All Versions
46
Latest Version
Avg Release Cycle
83 days
Latest Release
622 days ago

Changelog History
Page 1

  • v7.8.0 Changes

    August 07, 2022

    ๐Ÿ†• New Features

    • โšก๏ธ update Regex for hostname extraction to support more ssh usernames (#1883)
    • ๐Ÿ”€ merge GitLab merge requests when shipping (#1874)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix tests on non-English locales (#1875)
    • ๐Ÿ›  fix bug in undo of "git hack" in local repo (#1804)
  • 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

    • ๐Ÿ›  fix author not being set properly (1686)
    • ๐Ÿš€ filenames of assets at GitHub releases are all lowercase now (#1710)
    • option for more compatible shell autocompletion without descriptions (#1493)
  • 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
  • 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