Releases: haltcase/fugitive
Releases · haltcase/fugitive
v0.11.1
Maintenance release (no user facing changes).
v0.10.1
BUG FIXES
- config: make config file path a runtime constant (
6cb7574
)
v0.10.0
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
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
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
Patch release to kick off automated releases. No user facing changes.
v0.7.1
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
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
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
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
)