Skip to content

Releases: rampaa/JL

2.4.0

24 Aug 17:32
Compare
Choose a tag to compare
  • Improved multi-monitor and high DPI support
  • Add a Reset preferences button under Preferences -> Advanced that will restore all preferences to their default values for the current profile
  • Some other minor bug fixes and enhancements

2.3.0

10 Aug 12:03
Compare
Choose a tag to compare
  • 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

20 Jul 20:28
Compare
Choose a tag to compare

Fix #94

2.2.0

20 Jul 17:14
Compare
Choose a tag to compare
  • 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

08 Jun 14:47
Compare
Choose a tag to compare
  • Add "Merge sequential texts when they match" and "Max delay between copies to merge sequential texts when they match (in milliseconds)" options (#89)
  • Show links in definitions (Yomichan dictionaries)
  • Some other minor bug fixes and enhancements

2.0.1

22 May 16:43
Compare
Choose a tag to compare
  • Fix WebSocket settings not taking effect correctly (#88)
  • Prevent AnkiConnect from exporting the audio/image for a duplicate note (#87)

2.0.0

05 May 15:29
6c0ac9c
Compare
Choose a tag to compare
  • 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

1.30.2

17 Mar 11:40
Compare
Choose a tag to compare

Minor bug fixes and enhancements

1.30.1

04 Mar 22:18
Compare
Choose a tag to compare
  • Fix the crash that happens when mining a single character when it's the only character in the main text box

1.30.0

04 Mar 21:17
Compare
Choose a tag to compare
  • Add Pitch Accents field for Anki mining (#72)
  • Fix importing of Pitch Accent dictionaries
  • Some minor bug fixes and enhancements