تاریخچهٔ نسخههای AddAccents
5 versions
Be careful with old versions!
These versions are displayed for reference and testing purposes. You should always use the latest version of an add-on.
نسخه: 0.3
### 0.3
- Multi-character keys: use abbreviations like AD, PH as keys for full expansions
- Longest match wins when multiple keys could match (e.g. A and AD both mapped)
- Automatic uppercase pairing: mapping e:é automatically also maps E:É
- Multi-line replacements: use \n in replacement values for line breaks
- Fix: extension now works on React/Vue/Angular login pages and other framework-controlled inputs
- Fix: works on input type="email" fields (selectionStart is null for email inputs)
- Fix: listener moved from window to document to handle pages that call stopImmediatePropagation
- Fix: retry connecting to background script on pages where it loads before the extension is ready
- Fix: curly quote syntax error that broke the extension in some Firefox versions
- Multi-character keys: use abbreviations like AD, PH as keys for full expansions
- Longest match wins when multiple keys could match (e.g. A and AD both mapped)
- Automatic uppercase pairing: mapping e:é automatically also maps E:É
- Multi-line replacements: use \n in replacement values for line breaks
- Fix: extension now works on React/Vue/Angular login pages and other framework-controlled inputs
- Fix: works on input type="email" fields (selectionStart is null for email inputs)
- Fix: listener moved from window to document to handle pages that call stopImmediatePropagation
- Fix: retry connecting to background script on pages where it loads before the extension is ready
- Fix: curly quote syntax error that broke the extension in some Firefox versions
- کد منبع تحت مجوز MIT/X11 منتشر شده است
نسخه: 0.2.2
This version allows you to use "," and ":" in the replacement string provided you escape them with \.
For example `e:this\,then\:that` is valid, and the replacement string will be "this,then:that"
For example `e:this\,then\:that` is valid, and the replacement string will be "this,then:that"
- کد منبع تحت مجوز MIT/X11 منتشر شده است
نسخه: 0.2.1
Fix issue where an extra \n is inserted when in non-ascii compose, after each newline.
- کد منبع تحت مجوز MIT/X11 منتشر شده است
نسخه: 0.2
Add support for simpler mapping: e:é:è:e is now equivalent to e:é,é:è,è:e
Change the default mapping to e:é:è:ê:ë:e,a:à:â:a,c:ç,o:ô:œ:o,u:ù:û:u,i:î:ï:i,$:€,d:°
Change the default mapping to e:é:è:ê:ë:e,a:à:â:a,c:ç,o:ô:œ:o,u:ù:û:u,i:î:ï:i,$:€,d:°
- کد منبع تحت مجوز MIT/X11 منتشر شده است
To create your own collections, you must have a Mozilla Add-ons account.