Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 373 Bytes

CHANGELOG.md

File metadata and controls

13 lines (7 loc) · 373 Bytes

0.1.0

  • Count estimations which is been indicated in labels.

  • Highlight non-estimated issues.

  • Custom regex for count estimations. ( Note : the regex should have the named group estimation - ex : (?\d+) )

  • Enable Debug logs in the console.

0.1.1

  • Add support for Floats and multiple estimation labels on a single card ( thanks to @maxpeterson).