Releases: klNuno/PriceHover
Releases · klNuno/PriceHover
Release list
v2.1.0
- Stop the inline tests losing their own observer to the GC
- Tell the changelog what happened to the settings page
- Keep the greeting dismissed, and give crypto its own rates row
- Drop the green rail and say it in fewer words
- Give the options page a surface it can sit on
- Fix what an audit of this branch found, from the unfetched rate down
- Add crypto conversion behind a permission the user grants
- Stop rounding sub-cent prices into a wrong one
- Fix what a pre-release audit found, from the wrong numbers up
- Cut the README down to what a reader needs
- Rewrite the README around a recorded demo, purge the em dash
- Relicense under GPL-3.0-or-later
- Release as 2.0.0, rewrite the README around real screenshots
- Read prices in context, add switches and inline mode (v1.4.0)
- Find schema.org prices whose currency is a sibling
- Bundle flags, harden price detection, add tests (v1.3.0)
- Remove unused alarms permission (v1.2.4)
- oops [skip ci]
- Content script fetches rates directly when storage is unavailable, hide scrollbars for Extendium popup
- Replace chrome.alarms with setInterval for Extendium compat, show version in popup (v1.2.3)
- Harden detector, content script and trim permissions (v1.2.2)
- Fix false price positives and bump version to 1.2.1
- Update Firefox Add-ons link in README
- Add targeted popup conversion and hide tooltip on scroll
- Improve hover performance and bump version to 1.1.0
- chore: add MIT license
- fix: declare no data collection with required none for Firefox AMO
- fix: move data_collection_permissions inside gecko, bump 1.0.2
- insane fix [skip ci]
- fix: detect prices in split DOM (¥ 348), move banner, bump 1.0.1
- chore: update README header
- chore: add README and banner
- chore: add README and banner
- chore: add privacy policy and store submission config
- fix: remove orphan CSS vars, document kr currency ambiguity
- chore: remove dev:firefox script, add @resvg/resvg-js to devDependencies
- fix: read rates from storage directly, remove message passing
- refactor: extract shared formatCurrencyAmount utility
- fix: remove explicit action from manifest, let WXT generate it
- feat: v1.0.0 — Firefox MV3, icons, gecko.id
- feat: viewport-aware tooltip positioning, hitbox hover, visual hierarchy
- fix: add NGN, fix CHF symbol, remove dead code
- ci: generate changelog from git log between tags
- ci: auto changelog + exclude sources zip from GitHub release
- ci: grant contents:write permission for GitHub release creation
- chore: bump version to 0.2.0
- fix: recognize fullwidth yen sign ¥ (U+FFE5) as JPY
- fix: NT$/CDN$/Mex$ symbols, add TWD, hitbox hover always active
- feat: independent tooltip per price in multi-price elements
- feat: flag images with emoji fallback, hry alias, multi-price tooltip flags
- feat: hybrid search/calculator popup + simplify include=exclude logic
- refactor(popup): independent include/exclude toggles per currency
- fix: COL$/CLP$ symbols, storage persistence, include/exclude in popup
- feat: detect and display multiple prices in a single element
- feat: Range-based tooltip positioning, instant rAF hover, remove char limit
- fix: currency regex plain numbers, popup grid alignment, adaptive width
- fix: tooltip position, currency detection, Firefox storage compat
- feat: initial PriceHover extension
- Initial commit
v1.2.4
- Remove unused alarms permission (v1.2.4)
v1.2.3
- Content script fetches rates directly when storage is unavailable, hide scrollbars for Extendium popup
v1.2.1
- Fix false price positives and bump version to 1.2.1
v1.2.0
Changes
- Added targeted popup conversion queries like
2 eur dolto convert directly to a single requested currency - Fixed hover price tooltip staying visible when scrolling or resizing without moving the mouse
- Improved hover performance by reducing repeated detection work and keeping tooltip rendering lighter
Full Changelog: v1.0.2...v1.2.0
v1.0.2
- fix: declare no data collection with required none for Firefox AMO
v1.0.1
- fix: detect prices in split DOM (¥ 348), move banner, bump 1.0.1
v1.0.0
v0.2.0
- ci: generate changelog from git log between tags