Changelog
2.0.0 - 2026-03-27
Changed
- Updated to work with the redesigned Kagi billing page. The class-based search count selector has been replaced with a text-based search that tries multiple label patterns for different plan types.
- The overlay now shows year progress only when search count is not available (e.g. on Professional or Ultimate plans, which do not display a search limit).
1.3.1 - 2026-02-04
Changed
- Updated logging to follow new guidelines with LOG_PREFIX constant and appropriate use of console.debug() for verbose logging and console.log() with emoji for key events.
1.3.0 - 2025-10-06
Fixed
- Correctly parses search counts with comma thousands separators.
1.2.1 - 2025-10-10
Changed
- Minor bug fixes and performance improvements.
1.2.0 - 2025-08-29
Changed
- The usage summary popup now fades to 80% transparency after 3 seconds. Hovering over the popup makes it fully opaque.
1.1.0 - 2025-08-29
Changed
- Enhanced the usage summary to show expected usage in absolute numbers (e.g.,
648/3600) and the difference from the expected rate (e.g., 39 below expected).
1.0.0 - 2025-07-04
Added