Releases: birchill/10ten-ja-reader
Releases · birchill/10ten-ja-reader
Release 1.16.1 (Chrome, Edge)
- Removed
"scripting"
from list of permissions.
Release 1.16.0
- (Chrome, Edge) Enabled Manifest Version 3.
- (Firefox, Thunderbird) Enabled non-persistent event pages.
- (Chrome, Edge) Made the options page show up in a new tab.
- (Safari) Fixed some bugs with the background page waking up.
- Lookup fixes
- Fixed recognition of words that end in half-width numerals like 小1.
- Added parsing for ill-formed numbers like 39,800万円.
- (Firefox) Fixed lookup misbehaving on Firefox with
<textarea>
s withdisplay: block
such as on pastebin.com (#1403). - Made matches on search-only headwords show the search-only version too (e.g. 磨ガラス, ペイチン) (#1361).
- Hid the "usually kana" annotation when no kanji headwords are shown (also #1361).
- Added ability to recognize (deinflect) a few more irregular verbs like ございません and くださいます (#1431).
- Keyboard fixes
- Added handling to avoid the x key being assigned to both closing the popup and expanding it.
- (Firefox, Thunderbird) Fixed the toggle key setting to allow using ,, ., Home, End, PageUp, PageDown, Space, Insert, Delete, Up, Down, Left, and Right.
- (Firefox, Thunderbird) Made it possible to clear the toggle key.
- Other bug fixes
- (Firefox) Added a workaround for a Firefox bug that would cause 10ten to hang when changing dictionary language.
- Fixed the popup changing width in some cases (e.g. when tabs are hidden and scrollbars are configured to always show) (#1314).
- (Firefox) Android fixes
- Made the lookup puck handle taps and double-taps correctly on Firefox for Android.
- Hid settings button in popup on Firefox for Android until bug 1795449 is fixed.
Release 1.15.1
- Fixed selection styles not applying in Chrome/Edge (#1297).
Release 1.15.0
- Collapsed the popup window to only show the most relevant results by default (#1036).
- You can restore the old behavior by choosing "Expand all entries → Words" from the settings screen.
- You can view other entries by scrolling the popup window or by expanding it to show all entries by clicking the downward triangle button or pressing x on the keyboard.
- Made the popup show kanji details for all kanji in the longest matched word (#1138).
- Added a setting for changing the font size of the popup.
- Made options page support dark mode.
- Added an option to disable looking up by tapping on them on touchscreen devices (#1005).
- Added WaniKani data to word and kanji display (#838). This can be enabled from the options page under the "Popup style" and "Kanji dictionary" sections.
- Added handling for kanji incorrectly encoded as radicals (#1205).
- Fixed handling of pages with
<frameset>
elements and nested<iframe>
s (#1241). - Fixed highlight styles on pages with strict CSP settings.
Release v1.14.3
- (Chrome, Edge) Fix generated source encoding to avoid Chrome bug.
Release v1.14.1
- Fix keyboard detection for some devices.
Release v1.14.0
- Rewrote text lookup to better handle cases of hidden content (including
user-select: all
content), avoid lingering popups, and improve performance (Fixes #990 and #1033). - (Chrome, Edge, Safari) Added support for looking up text in shadow DOM elements such as are used on Bing Chat (#1130).
- (Chrome, Edge, Safari) Fixed a bug where overlays would be broken on MangaDex (#1110).
- (Safari) Improved popup placement when looking up words at the start of a line.
- (Safari) Fixed a bug where the toolbar icon would get stuck not updating.
Release v1.13.6
- Fixed breakage on Firefox beta (#1080).
Release v1.13.5
- Added support for parsing ざるを得ない endings, e.g. 闘わざるをえなかった.
- Added support for parsing ~ないで, e.g. 払わないですんだ.
- Added an option for higher contrast pitch accent markings.
- (Chrome, Edge) Fixed the browser icon getting stuck at 100% (#1003).
- (Firefox) Fixed occasional flicker on loading Web pages over slow connections when the extension is enabled.
- Made the popup show for sites that make nested contents fullscreen such as Crunchyroll (#1015).
- Made the touchscreen puck trigger showing text boxes on mokuro that normally only show on hover (#1009).
- Fixed lookup of Japanese inside
display: contents
containers. - Fixed lookup of Japanese with certain combinations of
display: inline-block
such as is used on Kanshudo. - Made the copy overlay not show if the user has selected text in the popup.
- Made shogi shorthand matches not show up when there is a longer word match.
- Added inflection for できる so that 連絡できなかった is parsed as a single unit.
- Updated explanation text for passive deinflections to indicate that they may simply be sonkeigo (#187).
Release v1.12.5
- Fixed a bug where changing tabs after pinning the popup could cause the popup to have the wrong size.
- Fixed a bug where the popup would be mispositioned after scrolling.