This repository has been archived by the owner on Feb 25, 2023. It is now read-only.
21.9.30.1
toasted-nutbread
released this
11 Oct 00:40
·
158 commits
to master
since this release
Changes
Features
- Added support for generic structured data tags in dictionaries. (#1925; #1930)
- Added support for sorting dictionary definitions globally using a frequency dictionary. (#1742; #1938, #1943, #1944)
- Added an option
keepProlongedSoundMarks
to the{{#hiragana}}
handlebars helper function. (#1947; #1965) - Updated the Anki field dropdown menu to show the suggested value in bold. (#1940)
- Updated the search page URL to include an
offset
parameter when searching a sub-query. (#1968) - Updated the Accessibility settings to be visible in non-advanced mode. (#1972)
Fixes
- Fixed an issue where some related terms would not always be shown. (#1768; #1941)
- Fixed an issue causing multiple redundant term lookups. (#1942, #1959)
- Fixed an issue causing certain usages of the
regexMatch
andregexReplace
handlebars helpers to fail. (#1949; #1958) - Fixed an issue where certain kanji characters weren't properly detected. (#1956; #1960)
- Fixed an issue where certain hotkeys would conflict with text field input. (#1948; #1963)
- Fixed the Go to previous dictionary and Go to next dictionary hotkey actions and updated them to work with all Result grouping modes. (#1830; #1970)
- Fixed background clipboard monitor being active even when scanning is turned off. (#1976; #1977)
- Implemented a workaround for an issue for when the extension is set to load "on click". (#1962; #1964)
Internal Changes
- Imported dictionaries now store additional metadata about the import process. (#1935)
- Added a
data-is-primary
attribute to the primary headword(s), which can be used for custom CSS styling. (#1946) - Clarified the naming of the dictionary import steps. (#1966)
- Added a debug option to disable the search page's popup preview frame. (#1974)
- Developer environment and script updates. (#1937, #1957)
- Refactoring. (#1939, #1945, #1967, #1973)