All Versions
26
Latest Version
Avg Release Cycle
13 days
Latest Release
-

Changelog History
Page 1

  • v1.1.1 Changes

    • โฌ†๏ธ Dependency version upgrades
  • v1.1.0 Changes

    ๐Ÿ”„ Change that may be breaking for an obscure use case

    • Output more helpful message in case there are no deletable branches when git curate run without -l/--list flag.

    This will be a breaking change but only in the unlikely event that the output of git curate is being piped through or processed by another program when run in interactive (non---list) mode.

    ๐Ÿ†• New behaviour when there are no deletable branches: Outputs There are no local branches that can be deleted.

    Old behaviour when there are no deletable branches: Outputs (irrelevantly and confusingly) the legend of interactive commands, followed by the message No branches deleted.

  • v1.0.2 Changes

    • ๐Ÿ›  Fix incorrect status-vs-upstream when commit subject begins with square-bracket-enclosed string.
  • v1.0.1 Changes

    • ๐Ÿ›  Fix fatal: bad revision '+' error on encountering multiple worktrees.
  • v1.0.0 Changes

    • โœ‚ Remove support for Ruby < v2.4.9.
  • v0.8.0 Changes

    • ๐Ÿ”„ Change options to make them more memorable/obvious
    • ๐Ÿ–จ Always print options legend at top, if in interactive mode
    • โž• Add a column showing last commit hash
    • ๐Ÿ‘‰ Tweak column header layout
    • ๐Ÿ›  Fix warnings on Ruby 2.7
    • ๐Ÿ›  Fix minor error in README
  • v0.7.5 Changes

    • โฌ‡๏ธ Drop support for Ruby 2.1
    • โฌ†๏ธ Dependency version upgrades
  • v0.7.4 Changes

    • โฌ†๏ธ Dependency version upgrades
  • v0.7.3 Changes

    • โœ‚ Remove blank vertical gutters either side of output table
    • โšก๏ธ Dependency versions updated
  • v0.7.2 Changes

    • ๐Ÿ‘€ Nicer error messages; for example, if git curate is run outside of a git repo, the user will now see the same error message as they would see from running git branch (as opposed to seeing an unsightly stack trace)
    • ๐ŸŽ Performance improvements: it now runs faster, as the number of system calls made by the application is reduced
    • ๐Ÿ‘Œ Improvements to code structure and internal documentation