Releases: casperdcl/git-fame
Releases · casperdcl/git-fame
git-fame v1.8.0 stable
- add
--cost=<method>
(#16 -> #18)COCOMO|months
(person-months)commits|hours
(person-hours)
- update bash completions
- replace default built-in backend with
tabulate
- add and update documentation
- update man pages
- mention
.mailmap
to fix https://www.mistergoodcat.com/post/analyze-your-git-repositories - fix badges
- update DOI
- tidy and lint (flake8)
- add and update unit tests
- fix
PyYAML
tests for latestpyyaml>=5
- fix
git-fame v1.7.0 stable
- add custom
--format
backends:md
|markdown
yaml
|yml
json
csv
(#10)tsv
tabulate
- major framework overhaul
- testing (tox)
- CI (travis)
- documentation updates
- packaging
- replace setup.py make ->
py-make>=0.1.0
- add extras_require[dev]
- replace setup.py make ->
- add unit tests
- misc tidy & optimisations
- linting fixes (flake8)
git-fame v1.6.1 stable
- minor documentation updates
- fix CI py26
git-fame v1.6.0 stable
git-fame v1.5.0 stable
- add
--since=<date>
(#13)--line-porcelain
->--porcelain
for only relevant commits
- travis: drop
py33
- minor author whitespace tweak
- update documentation
git-fame v1.4.2 stable
- pin requirement
argopt>=0.3.5
- documentation updates
man
pages- licence text
git-fame v1.4.1 stable
- neater logging with
tqdm
progress bar - update framework (build, CI, badges)
git-fame v1.4.0 stable
- unicode -> '?' on error (#11)
docopt
->argopt
logging
(--log
)- update documentation and tests
git-fame v1.3.0 stable
git-fame v1.2.0 stable
- unicode and py2/py3 fixes
- tests & CI
- optional
tabulate
- console script auto-registration