Skip to content

Releases: rampaa/JL

2.2.1

20 Jul 20:28
Compare
Choose a tag to compare

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

1.29.1

28 Feb 07:53
Compare
Choose a tag to compare
  • Fix the crash that can happen when mining a term (#78)
  • Some other minor bug fixes and enhancements

1.29.0

24 Feb 16:26
Compare
Choose a tag to compare
  • Add an option for JMdict/JMnedict/KANJIDIC2 to auto update them after specified number of days (It's disabled by default. It can be set through Preferences->Manage Dictionary->Edit)
  • Add a hotkey to look up the first term (It's Ctrl+D by default. It allows the term copied from, say, your browser, to be looked up by pressing Ctrl+D)
  • Add an option to auto look up the first term when it's copied from Clipboard/WebCocket (It allows the term copied from, say, an OCR engine, to be looked up automatically)
  • Add an option to prevent auto look up of the first term on text change if JL's main window is not minimized
  • Add Leading Sentence Part and Trailing Sentence Part fields for mining
  • Add a close button to popup windows when in mining mode
  • Make popup windows draggable when in mining mode
  • Make created DB files smaller
  • Some other minor bug fixes and enhancements