Changelog
1.0.2
Changed
- Changed "Script initialized" logging from
console.debug to console.log for better visibility.
- Added explicit logging for hide/show decisions, including whether a reminder exists.
1.0.1
Changed
- Improved logging to follow new guidelines with verbose debug messages and emoji-based key events.
1.0.0 - 2026-01-19
Added
- Intercept API requests to hide missing timesheet badges when no relevant dates remain
- Automatically ignore today's date
- Console commands to manage ignored dates (
timesheetHider.ignore(), timesheetHider.unignore(), timesheetHider.list(), timesheetHider.clear())
- Support for both fetch and XMLHttpRequest API calls