What's new in Universal Automatic Currency Converter for Firefox 4.0.4

Feb 6, 2022
  • Big bug-fix batch:
  • User-noticeable:
  • Added missing currency recognition (long list including: Japanese, Argentine and others)
  • Fixed Dropdown menu misalignment between fields and their text
  • Fixed Dropdown V symbol to be invisible
  • Technical:
  • Updated all depended npm packages to latest
  • Transitioned to dependency injection
  • Fixed lingering bug related to webpack + Firefox + styled components crashing everything for Firefox users (this was likely caused by some change/clash in npm package updating) < this bug caused update more than 1 month of delay
  • Restructured atomic components, with a later restructuring of bigger UI components

New in Universal Automatic Currency Converter for Firefox 4.0.3 (Jun 4, 2021)

  • Fix styling for input fields
  • Styles were being ignored/overwriten by [type="..."] attribute, now they are in these attributes

New in Universal Automatic Currency Converter for Firefox 4.0.2 (Jun 4, 2021)

  • Fix widths for context-menu and popup on mobile

New in Universal Automatic Currency Converter for Firefox 4.0.1 (Jun 3, 2021)

  • fixes adding blacklist/whitelist items to be consistent and work from both settings and context-menu

New in Universal Automatic Currency Converter for Firefox 3.1.3 (Oct 21, 2020)

  • Hotfix for Firefox
  • Damn you Firefox and your lesser supported regex

New in Universal Automatic Currency Converter for Firefox 3.1.1 (Aug 2, 2020)

  • Fixed such that disabled currencies settings were actually used on sites

New in Universal Automatic Currency Converter for Firefox 3.1.0 (Aug 1, 2020)

  • Added option to disable conversion from specific currencies

New in Universal Automatic Currency Converter for Firefox 3.0.1 (Jul 22, 2020)

  • Major update:
  • Added context menu accessible by 'rightclick -> open context menu'. This menu takes over the popup windows job, the popup will however still exist to hold the mini converter and buttons to open settings and context-menu
  • Select text and right click then click "Convert selected..." to have it be converted in the bottom right corner
  • Added optional setting to have conversions show the original value with the converted value in brackets
  • Added option to convert on hover, similar to left-click converted values, you just only need to hover the cursor now
  • Better highlighting on conversion using shadow rather than background coloring
  • More complex black/white listing available, you can now blacklist google.com but have mail.google.com whitelisted

New in Universal Automatic Currency Converter for Firefox 2.7.3 (Aug 23, 2019)

  • Fixes bug with something like '$50/$50' crashing the converter, will now convert correctly
  • cause: the 2 '$50' was found in the same text node and currency regex splitter was called on both occasions without being reset, so it failed to find the second currency due start looking from index N rather than from 0.

New in Universal Automatic Currency Converter for Firefox 2.7.2 (Aug 22, 2019)

  • Bug fixes:
  • Fixed dismiss alert button to not be messed up by websites own styling
  • Fixed legacy issue which duplicated non-currency parts around converted currency
  • Fixed issue where currencies side by side like '5 USD 5 USD' only detected the first currency

New in Universal Automatic Currency Converter for Firefox 2.5.3 (Jul 6, 2019)

  • Fixed issues with right-click sending selected text to mini-converter caused by last update
  • Ranges like 5-10 USD will now be stored as 5 usd and 10 usd

New in Universal Automatic Currency Converter for Firefox 2.5.2 (Jul 5, 2019)

  • fixed ranges to they dont go 5-10 usd => 5 usd-10 usd but go 5-10 usd after conversion

New in Universal Automatic Currency Converter for Firefox 2.5.1 (Jul 5, 2019)

  • Fixed bug with small numbers like 0.0001 being detected as 1
  • Added support for ranges like 5-10 USD

New in Universal Automatic Currency Converter for Firefox 2.5.0 (Jul 2, 2019)

  • Whitelisting is back, with its own list seperated from blacklisting
  • Refinement to mini-converter

New in Universal Automatic Currency Converter for Firefox 2.4.0 (Jul 1, 2019)

  • Added options to set what should be the default localization currencies if no context is found
  • Added 'on install' popup directing you to the options page (this will show for anyone that hasnt set some setting)

New in Universal Automatic Currency Converter for Firefox 2.3.2 (Jun 25, 2019)

  • Fixed issue when you select an uncommon currency in options

New in Universal Automatic Currency Converter for Firefox 2.3.1 (Jun 24, 2019)

  • minor fix

New in Universal Automatic Currency Converter for Firefox 2.2.0 (Jun 23, 2019)

  • Added:
  • Mini converter in popup window, currently allowing convertion from 4 currencies to 1 currency, all of your choice. By default it loads up with your base currency.
  • Mini converter remembers your choices both in amount and which currencies.
  • Removed the old converter in options.
  • Unified checkboxes under 1 design for both chrome and firefox
  • Added collapse-able indicator for menu items in options
  • Added footnote saying when currency rates were last updated
  • Minor bug fixes

New in Universal Automatic Currency Converter for Firefox 2.1.2 (Jun 23, 2019)

  • Fixed issue with options page not resizing properly for phone

New in Universal Automatic Currency Converter for Firefox 2.1.0 (Jun 22, 2019)

  • Introducing Intelligent localization.
  • What currency symbols like $ and ¥ stand for will now be predicted based on site context. Localization can also always be changed dynamically after page loading if the context was read wrong.
  • Full dark theme, yep.

New in Universal Automatic Currency Converter for Firefox 2.0.0 (Jun 19, 2019)

  • Popup is now actually useful, including a hide/show all conversion button, a blacklist/whitelist the current page you're on and a counter showing how many things are being converted on your page
  • Rounding has been simplified, somewhat uniting the 2 old settings. You select how many significant digits you want, it will however limit to 2 decimal places if the values are above 0.
  • More responsive options page, now correcting you back to the old setting if you gave an invalid option and will highlight with red if it was wrong. Green is now also a proper representation that your setting has been stored successfully.
  • Intelligent blacklisting. It will now no longer care about http/https and if www is there. Moreso it will automatically clear out redundant blacklisting if they start overlapping.

New in Universal Automatic Currency Converter for Firefox 1.13.0 (Jun 6, 2019)

  • Added option to not automatically convert prices on pages, but rather manually select and click the conversion shortcut

New in Universal Automatic Currency Converter for Firefox 1.12.1 (Jun 5, 2019)

  • Includes a fix for firefox
  • Sadly adds around 60kb stuff
  • But Firefox requires XRegExp in order to use the 's' flag in regex, so it is as it is

New in Universal Automatic Currency Converter for Firefox 1.12.0 (Jun 5, 2019)

  • Added highlighting of values being converted and refactored the settings page

New in Universal Automatic Currency Converter for Firefox 1.11.0 (Jun 2, 2019)

  • Added support for chinese/japanese, korean, mexican and russian currency symbols, Also added a currency converter tool in options to see current rates.

New in Universal Automatic Currency Converter for Firefox 1.10.0 (Apr 22, 2019)

  • Added colouring to indicate whether setting changes are saved.

New in Universal Automatic Currency Converter for Firefox 1.9.0 (Mar 5, 2019)

  • Added customise-able shortcut for flipping between original and converted prices on page (only changes the ones you hover over)

New in Universal Automatic Currency Converter for Firefox 1.8.0 (Mar 5, 2019)

  • Added blacklisting and whitelisting.

New in Universal Automatic Currency Converter for Firefox 1.7.0 (Mar 5, 2019)

  • Customize how currency tags are displayed with the new custom tag

New in Universal Automatic Currency Converter for Firefox 1.6.0 (Mar 5, 2019)

  • Support for converting elements generated while on page

New in Universal Automatic Currency Converter for Firefox 1.5.0 (Mar 5, 2019)

  • Added support for Fixer.io, allowing for 170 different currencies to be converted.

New in Universal Automatic Currency Converter for Firefox 1.4.0 (Mar 5, 2019)

  • Wastly optimized page conversion.

New in Universal Automatic Currency Converter for Firefox 1.3.0 (Mar 5, 2019)

  • Added (optional) custom name and value

New in Universal Automatic Currency Converter for Firefox 1.2.0 (Mar 5, 2019)

  • Settings page

New in Universal Automatic Currency Converter for Firefox 1.1.0 (Mar 5, 2019)

  • Major currency detection improvements