Releases: olegskl/invasive-kanji
Releases · olegskl/invasive-kanji
v0.6.6
- Fixed a bug which could block the screen on two overlapping questions without a possibility to advance to the next question or to access the page.
- 万 and 千 can now be answered with "10k" and "1k".
- Prefixed console messages with "Invasive Kanji Extension:".
- Updated kanji dictionary.
v0.6.5
- Clicking on a kanji leads to an online dictionary jisho.com for easy checking of stroke order and such.
- Answer checking mechanism now tolerates typos, e.g. "teh" vs. "the", "make" vs. "maek", "government" vs. "gouvernment", etc. basing on weighted Damerau-Levenshtein algorithm.
- Similarly to the above, omitting "the" and "a" is tolerated, e.g.: "the government" is the same as "government".
- Various bug fixes and codebase improvements.
v0.6.4
v0.6.3
- Extension options now automatically sync to any Chrome browser that the user is logged into, provided the user has sync enabled.
- Improves random question selection mechanism.
- Fixes failure to open options from a question page (issue #8).
- Fixes (tentatively) failure to clean up questions when extension is disabled or uninstalled.
- Fixes (tentatively) lost focus on the answer field in certain cases.
v0.6
- Both "options" and "about" page now open in a new tab by default;
- When multiple "options" pages are open at the same time, modifications in one of them are now immediately reflected in others;
- Fixed iframe rectangle flickering just before the main interface is rendered;
- Fixed unexpected section transition on the "about" page;
- Realigned the elements of the main interface;
- Added a progress indicator of the question timer to the main interface.