You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TODO Verification: The verifyTodos task was introduced. It scans Java, Kotlin, and Groovy code for TODO comments and checks for a due date in each one. If any TODOs are found without a due date, your build will fail.
TODO Listing: The listTodos task was added. It lists all your TODOs, filtered by assignee and sorted by due date, with optional overdue parma. This helps in managing tasks and prioritizing work.
Custom Configuration: Introduced the ToDoMeExtension to provide additional configuration options. Users can now specify different due date prefixes, the date format to use, and the symbol to mention someone in a TODO.
Minor Features
Improved Logging: Improved logging to provide detailed information about invalid TODOs.
Error Highlighting: Color-coding in the console output for easier identification of error details.