v0.6.0
Added in 0.6.0
- Support for Clojure, CoffeeScript, Groovy, and TeX were added.
- Support for an
@
prefix on TODOs was added.
Fixed in 0.6.0
- All TODOs in a multi-line comment are now reported (#721).
Changed in 0.6.0
- The language of each file is now determined by its file name in most circumstances allowing for much faster language detection.
All Changes
- docs: Update installation instructions for v0.5.0 by @ianlewis in #603
- chore(deps-dev): Bump markdownlint-cli from 0.35.0 to 0.36.0 by @dependabot in #613
- chore(security): Add top level token permissions by @ianlewis in #628
- chore(deps): Bump ianlewis/todos from 0.4.0 to 0.5.0 by @dependabot in #617
- chore(deps): Bump github/codeql-action from 2.21.3 to 2.21.5 by @dependabot in #618
- chore(deps): Bump golang.org/x/text from 0.12.0 to 0.13.0 by @dependabot in #632
- chore(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3 by @dependabot in #651
- chore(deps): Bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in #652
- refactor: Add languages list in YAML by @ianlewis in #666
- chore(deps): Bump github/codeql-action from 2.21.5 to 2.21.7 by @dependabot in #676
- refactor: Detect language by filename by @ianlewis in #689
- feat: Coffeescript support by @ianlewis in #702
- docs: Update README by @ianlewis in #710
- fix: report all TODOs in a multi-line comment by @ianlewis in #721
- feat: Clojure support by @ianlewis in #734
- chore: Remove old config files by @ianlewis in #741
- docs: Add supported languages doc by @ianlewis in #748
- feat: Support
@
prefixes by @ianlewis in #759 - feat: Add TeX support by @ianlewis in #766
- fix: panic when no matches occur in multi-line comment by @ianlewis in #777
- feat: Groovy support by @ianlewis in #784
- chore(release): Release 0.6.0 by @ianlewis in #791
Full commit logs: v0.5.0...v0.6.0