What's Changed
- configuration for jest and sample chrome api tests, to ensure mock is… by @tangent-tz in #7
- Set up unit testing environment with jest and chrome api mocks by @tangent-tz in #8
- Add unit test for starttimer function in backgroundjs by @tangent-tz in #10
- Added development documents by @tangent-tz in #2
- Add unit test for pausetimer function in backgroundjs by @tangent-tz in #11
- Tab removal listener for manual tab closures by @tangent-tz in #23
- Add tests for resumeTimer() functionality in background.test.js by @tangent-tz in #24
- Add tests for resetTimer() functionality in background.test.js by @tangent-tz in #25
- Add unit test for popup timer start interaction by @tangent-tz in #27
- Add tests for cancelTimer() functionality in background.test.js by @tangent-tz in #26
- Add unit tests for popup timer list rendering and control buttons by @tangent-tz in #28
- Show active tab timer on extension icon badge by @tangent-tz in #29
- Add badge update functionality and tests for active timer display by @tangent-tz in #30
- Evenly space out timer control buttons in timer entries by @tangent-tz in #32
- Redesign timer entry to Timer Card by @tangent-tz in #34
- Refactor startTimer action to handle existing timers and update duration by @tangent-tz in #38
- Refactor updateBadge function to improve badge text formatting and cl… by @tangent-tz in #37
- Update background.js to set timer favicon based on tab's favicon URL by @tangent-tz in #40
- Release 1.1.0 by @tangent-tz in #41
- Fix background.js to always check for active timers regardless of pau… by @tangent-tz in #42
- Hotfix by @tangent-tz in #43
- Add onStartup listener to clean up stale timers for closed tabs by @tangent-tz in #45
- Hotfix release 1.1.0 by @tangent-tz in #46
- Exclude new tab pages from starting the timer by @tangent-tz in #47
- Hotfix timer on new tab by @tangent-tz in #48
- Refactor popup.css to improve theme variable organization and enhance… by @tangent-tz in #49
- Fixed color inversions for light and dark mode by @tangent-tz in #50
Full Changelog: release-chromium-auto-tab-timer-v1.0.2...release-chromium-auto-tab-timer-v1.1.0