You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
Migrate to .NET 8, JL now requires .NET Desktop Runtime 8.0 or later
Change the default value of "Store dictionary in a database instead of memory" option to true
If you feel like lookups slowed down, please try to disable this option for the Pitch Dictionary first
If that doesn't help, disable this option for the frequency dictionaries
If that doesn't help as well, disable it for all dictionaries
Remove the workaround used for dotnet/wpf#7651 since it's fixed in .NET 8, now looking up words works as expected even when "Center text horizontally" option is enabled
Store preferences, stats and profiles in Configs.sqlite
Optimize KANJIDIC2 DB schema
Add "Preferred Frequency" and "Frequency (Harmonic Mean)" fields (#81)
Add number of lookups stats
Add a hotkey for looking up selected text
Allow readings, alternative spellings, deconjugation info and dictionary type info to be hidden by setting their font size to 0
Recognize characters found in the following Unicode ranges as Japanese characters as well: Kana Extended-B (1AFF0-1AFFF), Kana Supplement (1B000-1B0FF), Kana Extended-A (1B100-1B12F), Small Kana Extension (1B130-1B16F)
Fix the crash that happens when trying to import newer JMdict files (#80)
Fix the crash that happens when a term is mined after the results are filtered by a dictionary (#83)
Fix adding custom words
Fix "Show pitch accent with dotted lines" option not being saved correctly
Fix definition tags not being exported correctly while creating the .sqlite file for Yomichan dictionaries
Remove the "Precache results on text change" option