Skip to content

Releases: olegskl/invasive-kanji

v0.6.6

21 Mar 14:46
Compare
Choose a tag to compare
v0.6.6 Pre-release
Pre-release
  • 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

13 Dec 15:05
Compare
Choose a tag to compare
v0.6.5 Pre-release
Pre-release
  • 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

20 Nov 16:40
Compare
Choose a tag to compare
v0.6.4 Pre-release
Pre-release
  • Answering questions is now a bit more user-friendly, e.g. instead of "second (1/60 minute)" you can simply write "second".
  • The extension no longer requires the "tabs" permission.
  • Fix dangling event listener on question removal.

v0.6.3

19 Nov 18:39
Compare
Choose a tag to compare
v0.6.3 Pre-release
Pre-release
  • 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

19 Nov 18:20
Compare
Choose a tag to compare
v0.6 Pre-release
Pre-release
  • 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.