Skip to content

Releases: haltcase/fugitive

v0.11.1

09 Nov 23:28
Compare
Choose a tag to compare
v0.11.1 Pre-release
Pre-release

Maintenance release (no user facing changes).

v0.10.1

04 Jan 05:18
Compare
Choose a tag to compare
v0.10.1 Pre-release
Pre-release
BUG FIXES
  • config: make config file path a runtime constant (6cb7574)

v0.10.0

17 Dec 06:30
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release
BREAKING CHANGES
  • the age and repos commands have been removed in favor of profile.
FEATURES
  • commands: add pr command for cloning pull requests (5bd116d)
  • add profile command, remove age & repos (612a216)
BUG FIXES
  • util: add missing types import (db65c79)

v0.9.0

31 Oct 21:58
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release
FEATURES
  • changelog: support creating changelog between 2 tags (a40aaf3)
BUG FIXES
  • github: use token more to avoid some API rate limits (ca44459)

v0.8.0

31 Oct 14:26
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release
FEATURES
  • release: output success & failure messages (a3c5bf0)
BUG FIXES
  • release: correct bad json parsing & url formation (9f2308b)
  • cli: stop lower casing input (fd45062)

v0.7.2

31 Oct 06:15
Compare
Choose a tag to compare
v0.7.2 Pre-release
Pre-release

Patch release to kick off automated releases. No user facing changes.

v0.7.1

31 Oct 03:01
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

There are no user facing changes in this release, other than a possible change to distributed release files. Versions of fugitive for the three major platforms should now be deployed automatically on new releases — that includes Windows, Linux, & macOS.

v0.7.0

31 Oct 02:47
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
FEATURES
  • support disabling colors (26b6665)
  • add release command (53235f3)
  • changelog: elide leading newline when possible (fb904e5)
  • changelog: add options for disabling more content (68528c8)
  • install: add release & scrap to alias list (8375bd0)

v0.6.0

26 Oct 04:17
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
FEATURES
  • changelog: render PR references as links (e81b5da)
  • changelog: don't render non-conforming commit messages (d052379)
  • add scrap command (60c1a41)
  • unstage: add --all flag for unstaging all staged files (c771fd4)
  • fail on unknown commands (b3eb775)
PERFORMANCE
  • changelog: tiny improvement to header parser (a550d81)

v0.5.0

10 Jul 22:37
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
FEATURES
  • config: add config command (0c6bd99)
  • changelog: add init option for starting new changelog (ace43f7)
  • changelog: parse and render breaking changes and closures (27b8992)
  • use local git username if one isnt saved (a6b45eb)
BUG FIXES
  • changelog: handle unknown commit types (25a654a)