Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.22 KB

CHANGES.rst

File metadata and controls

65 lines (43 loc) · 1.22 KB

Change Log

1.0.0

  • Add Python 3.8 support drop Python 2.7 support (#33)

0.9.0

  • Add support for javascript (#24)

0.8.1

  • Add several missing rare git file states (T, U, X)

0.8.0

  • Fix pickaxe support for python3
  • Improve java traceback support
  • Improve the python api

0.7.2

  • Fix python traceback parsing with no code on last line (#13)

0.7.1

  • Fix python traceback parsing where code is missing (#10)
  • Add --debug flag

0.7.0

  • Add python 3 support

0.6.0

  • Support arbitrary sized abbreviated hashes
  • Clarify CLI help message

0.5.0

  • Match file line numbers in stacktrace to lines changed in commits
  • Differentiate files added, deleted and modified
  • print stacktrace headers and footers
  • Fix git pickaxe error (Use '--' to separate paths from revisions)
  • Add initial java stacktrace support. Begin supporting basic java stacktraces, some more complex formats are not supported yet.

0.4.1

  • Get ready for pypi

0.4.0

  • Initial open source commit