Skip to content

v1.3.0

Choose a tag to compare

@woozyking woozyking released this 11 Sep 13:56

Release Notes: from v1.2.0 to v1.3.0

version

  • v1.3.0 (7306d35 by Runzhou Li (woozyking))

notes

  • add - support commit message body (d3f8be5 by Runzhou Li (woozyking))
    • body is persed per line as list item and indented under its subject
    • body lines that start with - and * are standardized as -
  • add - a generic "others" category to capture all parser-unmatched (fe5bfb1 by Runzhou Li (woozyking))
  • change - regex based parser (0488a32 by Runzhou Li (woozyking))
  • fix dash parsing error for category - add newline and indentation for nested notes (b57aedb by hyx131)