Skip to content

Latest commit

 

History

History
272 lines (152 loc) · 9.97 KB

changelog.md

File metadata and controls

272 lines (152 loc) · 9.97 KB

v0.11.4 (2024-01-30)

BUG FIXES

v0.11.3 (2022-10-16)

BUG FIXES

v0.11.2 (2022-10-16)

BUG FIXES
  • remove extra closing parenthesis (c3d1314)
  • normalize 'x-access-token' remote URLs (c90362e)

v0.11.1 (2020-11-09)

No user facing changes.


v0.11.0 (2020-11-09)

No user facing changes.


v0.10.1 (2019-01-03)

BUG FIXES
  • config: make config file path a runtime constant (6cb7574)

v0.10.0 (2018-12-17)

BREAKING CHANGES
  • the age and repos commands have been removed in favor of profile.
FEATURES
  • add pr command for cloning pull requests (5bd116d)
  • add profile command, remove age & repos (612a216)

v0.9.0 (2018-10-31)

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 (2018-10-31)

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 (2018-10-30)

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


v0.7.1 (2018-10-30)

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 (2018-10-30)

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 (2018-10-26)

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 (2018-07-10)

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)

v0.4.0 (2018-06-29)

FEATURES
  • changelog: fetch tags before running; do nothing if no commits (05737f7)
BUG FIXES
  • age,repos: print response correctly instead of template string (f8ff340)

v0.3.1 (2018-06-26)

BUG FIXES
  • cli: use correct colors for messages (3a54827)

v0.3.0 (2018-06-26)

This release fixes a few bugs and adds a new command: changelog. It was used to generate this very document 🎉. It should also improve ease of use since every command now has its own help docs — just pass the --help/-h flag after the command:

# get specific help for the changelog command
fugitive changelog --help

# or the open command
fugitive open -h

# and so on!
fugitive mirror -h
FEATURES
  • commands: add changelog command (8c6ba82)
  • install: add changelog to alias list (8a856e7)
  • add command-specific help messages to all commands (93d150f)
  • improve git repo retrieval strategy (4227489)
BUG FIXES
  • summary: correct activity percentage to not be infinity (4548803)
  • util: fix url retrieval by normalizing git urls (1bc1131)

v0.2.0 (2018-05-15)

FEATURES
  • open: support opening url from wsl (b9a7040)
BUG FIXES
  • summary: fix invalid commands due to whitespace (908b0d5)

v0.1.2 (2017-10-24)

FEATURES
  • check environment for git upon running and fail with a nice message if it isn't found (d223d32)
  • support --help flag for individual subcommands (179e483)
  • improve summary output & support for windows environments (5be619c)
BUG FIXES
  • improve humanized times such as in summary (9d508e0)

v0.1.1 (2017-08-27)

First version with prebuilt binaries.


v0.1.0 (2017-08-22)

Initial release.