Skip to content

v1.2.1

Latest

Choose a tag to compare

@Fierillo Fierillo released this 07 Aug 19:09
Immutable release. Only release title and notes can be modified.

v1.2.1

Version bump to match manifest.

New Features

  • Forex pair detection: Converts USD/JPY, EUR/USD, GBP/CHF and other pairs. Currency inferred from quote side (USD/JPY → JPY)
  • JPY support: Added JPY to conversion menu and all 5 price sources
  • Multi-browser build: node build.js generates builds for Chrome, Edge, Brave, and Firefox
  • Semantic analysis: NEGATIVE_INDICATORS (candle, pips, jobs, dropped) block false positives
  • Toggle per site: Click extension icon to disable on any domain (badge shows OFF)

Bug Fixes

  • ₿ symbol no longer duplicated in input/contenteditable fields
  • ₿ is now a CSS pseudo-element (non-copyable, non-selectable)
  • Numbers like "15-minute candle" and "180 pips" no longer trigger false positives
  • Extension auto-injects on install/update (no need to reload pages)

Technical

  • Added scripting permission for auto-inject
  • Sentence-level proximity check for forex context
  • Ancestor DOM traversal for better context detection