v0.9.0
Added in 0.9.0
- Support for Fortran was added.
- Generated files are now ignored by default. The option
--include-generated
was added to allow generated files to be scanned for TODOs. - A new
--blame
option (BETA) was added which tells todos to try and get the
VCS committer of each TODO.
Fixed in 0.9.0
- Fixed a bug where TODOs were not being reported if they were located after a
multi-line comment with no TODOs in the same file
(#1520)
All Changes since v0.8.0
- ci: Add docs update automation by @ianlewis in #1468
- ci(fix): workflow version comment by @ianlewis in #1469
- chore(docs): Update docs to latest version by @ianlewis in #1470
- chore(deps): Bump ianlewis/todo-issue-reopener from 0.1.0 to 1.2.0 by @dependabot in #1473
- chore(ci): Update todo-issue-reopener by @ianlewis in #1487
- chore(deps): Bump github/codeql-action from 3.24.0 to 3.25.5 by @dependabot in #1489
- chore(deps): Bump codecov/codecov-action from 4.0.1 to 4.4.0 by @dependabot in #1488
- feat: Fortran support by @ianlewis in #1490
- chore: Use go-enry for language detection by @ianlewis in #1500
- docs: Add file extensions to SUPPORTED_LANGUAGES by @ianlewis in #1501
- fix: Remove .github special case by @ianlewis in #1502
- fix: Vendor check by @ianlewis in #1503
- test: Add vendor check test by @ianlewis in #1504
- chore: Update vendoring config by @ianlewis in #1507
- feat: Ignore generated files by @ianlewis in #1509
- chore(deps): Bump golang.org/x/text from 0.14.0 to 0.16.0 by @dependabot in #1498
- chore(deps): Bump codecov/codecov-action from 4.4.0 to 4.5.0 by @dependabot in #1497
- chore(deps): Bump prettier from 3.2.5 to 3.3.2 by @dependabot in #1499
- chore(deps-dev): Bump markdownlint-cli from 0.39.0 to 0.41.0 by @dependabot in #1496
- chore(deps): Bump ossf/scorecard-action from 2.3.1 to 2.3.3 by @dependabot in #1495
- chore(deps): Bump sigs.k8s.io/release-utils from 0.7.7 to 0.8.3 by @dependabot in #1510
- chore(deps): Bump fossas/fossa-action from 1.3.1 to 1.3.3 by @dependabot in #1477
- chore(deps): Bump thehanimo/pr-title-checker from 1.4.1 to 1.4.2 by @dependabot in #1475
- chore(deps): Bump actions/setup-node from 4.0.1 to 4.0.2 by @dependabot in #1476
- chore(deps): Bump yamllint from 1.33.0 to 1.35.1 by @dependabot in #1471
- chore(deps): Bump github.com/fatih/color from 1.16.0 to 1.17.0 by @dependabot in #1491
- chore(deps): Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 by @dependabot in #1483
- chore(release): Release v0.9.0-rc.0 by @ianlewis in #1511
- chore(release): fix changelog link by @ianlewis in #1512
- ci: Upgrade SLSA Go builder to v2.0.0 by @ianlewis in #1513
- chore(release): Release v0.9.0-rc.1 by @ianlewis in #1514
- feat: git blame by @ianlewis in #1515
- chore(release): v0.9.0-rc.2 by @ianlewis in #1516
- fix: TODO comments after multi-line comments. by @ianlewis in #1521
- fix: git blame line check by @ianlewis in #1517
- fix: Fix relative paths to git repo for git blame paths by @ianlewis in #1522
- chore(release): Release v0.9.0-rc.3 by @ianlewis in #1523
- chore: Mark blame feature as beta by @ianlewis in #1532
- chore(release): v0.9.0 by @ianlewis in #1533
- chore(deps): Bump prettier from 3.3.2 to 3.3.3 by @dependabot in #1531
- chore(deps): Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 by @dependabot in #1530
- chore(deps): Bump sigs.k8s.io/release-utils from 0.8.3 to 0.8.4 by @dependabot in #1529
- chore(deps): Bump github/codeql-action from 3.25.5 to 3.25.15 by @dependabot in #1528
- chore(deps): Bump actions/upload-artifact from 4.3.0 to 4.3.4 by @dependabot in #1527
- chore(deps): Bump actions/setup-go from 5.0.0 to 5.0.2 by @dependabot in #1526
- chore(deps): Bump actions/setup-node from 4.0.2 to 4.0.3 by @dependabot in #1525
- chore(deps): Bump actions/checkout from 4.1.1 to 4.1.7 by @dependabot in #1524
- chore: Update CHANGELOG.md by @ianlewis in #1534
Full Changelog: v0.8.0...v0.9.0