Skip to content

Releases: birchill/10ten-ja-reader

Release 1.22.0

17 Oct 06:18
Compare
Choose a tag to compare
  • (Safari) added workaround for Safari storage API regression (#2045).
  • Added support for irregular verb forms of 揺蕩う (#1962).
  • Made tap detection more reliable thanks to @maiself (#2014).
  • Added handling for metric suffixes on currencies (e.g. 40k円) as well as "yen" suffixes (e.g. 200k yen) and "JPY" prefixes (e.g. JPY 1,000) (#2000).
  • Added handling for 戶 and 內 kyūjitai.
  • Added deinflection for additional forms of -sugiru (#2033).
  • Added deinflection for irregular forms of vs-s and vz class suru verbs (#2038).
  • Removed deinflection of vs-c class verbs, as they are not used in modern Japanese.
  • Fixed unreasonable matches caused by duplicates in the deinflection reason chain (#1966).
  • Fixed sorting of deinflected results in some cases (e.g. 見とれる).
  • Fixed sorting when looking up kana in some cases (e.g. なる).

Release 1.21.1

19 Sep 06:11
Compare
Choose a tag to compare
  • (Chrome,Edge) Fixed a bug in stroke animation
  • (Safari) Fixed data location

Release 1.21.0

12 Sep 01:33
Compare
Choose a tag to compare
  • Added stroke animations to the kanji tab (#69)!
  • Fixed handling of shadow DOM content in Chrome 128+ and Firefox Nightly.
  • Fixed matching of 0年 (#1912).

Release 1.20.0

25 Jul 04:57
Compare
Choose a tag to compare
  • Extended the support for honorific speech thanks to @Enellis (#1822).
    • Added imperative for くださる
    • Added addtional forms of ます
      • たら・たり and て-form
      • Imperative
    • Added respectful speech
      • Continuous form (ていらっしゃる, てらっしゃる)
      • なさる
      • になる
    • Added humble speech
      • Continuous form (ておる, とる)
      • 致す
    • Fixed recognition of irregular verb forms of 宣う
  • Added support for irregular verb forms of 給う thanks to @Enellis (#1470).
  • Fixed recognition of continuous forms of verbs with irregular te form thanks to @Enellis (#1811).
  • Added supported for doing unit conversions to imperial units thanks to @StarScape (#1836)
  • Added links from WaniKani annotations in the words and kanji tabs to the corresponding page on the WaniKani homepage (#1876).
  • Fixed a condition that could cause some preferences to be overwritten causing, for example, the puck to suddenly disappear.
  • Fixed duplicate matching of names with both 新字体 and 旧字体 (#1830).
  • Fixed display of matches on search-only forms so they don't appear as part of the entry (#1547).

Release 1.19.1

08 Jun 07:49
Compare
Choose a tag to compare
  • Added an option to use system fonts instead of bundled fonts (#1799).
  • (Safari) Fixed an issue with the popup stalling when looking up words using the puck (#1802).
  • Fixed verb class tags being shown on proverbs thanks to @Enellis (#1469).
  • Fixed kanji incorrectly encoded as radicals not being displayed in kanji tab thanks to @Enellis (#1205).

Release 1.19.0

30 May 05:09
Compare
Choose a tag to compare
  • Made it possible to change tabs in the popup by swiping horizontally thanks to @StarScape (#1656).
  • Bundled fonts used by the popup to provide consistent display and avoid issues with sites that patch system fonts (#1560).
  • Changed puck behavior to no longer hold the popup window like a regular mouse event would thanks to @StarScape (#1767).
  • Made copying to the clipboard include rare headwords again when not using simplified copy mode (#1665).
  • Made the popup no longer show when tapping on text boxes and other interactive elements thanks to @StarScape (#1678).
  • When searching using just kana (e.g. し and ヤク), made kana matches be prioritized (#1610 #1657).
  • Fixed sorting between various deinflected results so that 進む appears before 進ぶ when looking up 進んでいます (#1722).
  • Made the popup update after the database update is complete (#1677).
  • Made senses no longer be restricted when matching on search-only headwords (#1551).
  • Fixed translation of odd numbers with digits and multiple powers of ten like 11,786百万円 (#1399).

Release 1.18.0

26 Feb 05:06
Compare
Choose a tag to compare
  • Made the puck persist its position, orientation, and active state between pages (#1561).
  • Updated the clipboard copy feature:
    • Added a new setting to copy a simplified version of the entry that may be more suitable for making flashcards etc. (#1305).
    • Definitions are now separated by line breaks.
    • Rare headwords are excluded from the result unless we matched on them.
  • Fixed a case of 10ten not looking up text with ruby correctly in Ttsu reader (#1313).
  • Stopped popup being inverted when Wikipedia's experimental dark mode is enabled (#1590).

Release 1.17.1

04 Jan 02:40
Compare
Choose a tag to compare
  • (Chrome, Edge) Fixed support for Google Docs on chromium browsers (#1529).
  • (Safari) Fixed a case where the browser tab would hang when looking up text in a text field.
  • Improved rendering of source language information (#1468).
  • Added localization and handling for new rk (rarely-used kana form) tag.

Release 1.17.0

06 Dec 07:59
Compare
Choose a tag to compare
  • Added option to show Bunpro vocabulary and grammar labels next to words (#1383).
  • Added localizations for newly-introduced field tags.
  • Fixed a bug where it would take two clicks to enable the add-on sometimes (#1491).
  • Fixed slow lookup for long text spans (#1423).
  • Fixed options page becoming disconnected from the background page (again).

Release 1.16.2

28 Nov 01:16
Compare
Choose a tag to compare
  • (Chrome, Edge) Fixed online handling in currency fetching when running as a service worker.
  • Made options page more robust with regards to reconnecting to the background page (mostly only affects Safari).
  • (Safari) Handle contextMenus not being defined on iOS.
  • (Thunderbird) Made workaround for Gecko bug 1860486 apply to Thunderbird too.