Releases: rampaa/JL
Releases · rampaa/JL
2.3.0
- Add RegEx replacement functionality for pattern-based text substitution, see Regex Replacement page for more details (#93 (comment))
- Normalize lowercase letters to uppercase letters (#95 (comment))
- Delete DB files that don't contain any records (#96)
- Let the underlying OS handle the audio volume
- Make dictionary types that don't need special handling obsolete
- Some other minor bug fixes and enhancements
2.2.1
2.2.0
- Make the definitions text box in the popup window editable by pressing Insert key and clicking on the definitions text box with the left mouse button (#84, #91)
- Don't allow multiple instances of JL to be started from the same directory (#92 (comment))
- Roll back Configs.sqlite file to its last recoverable state if it gets corrupted (#92 (comment))
- Slightly better structured content support for Yomichan dictionaries
- Some other minor bug fixes and enhancements
2.1.0
2.0.1
2.0.0
- 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
- Improve memory usage
- Better Magpie integration (See Blinue/Magpie#895)
- 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
- Some other minor bug fixes and enhancements