Releases: rampaa/JL
Releases · rampaa/JL
1.29.0
- 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 throughPreferences->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 pressingCtrl+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
andTrailing 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
1.28.1
1.28.0
1.27.0
- Show the conjugated word as a part of the deconjugation process info
- Add
Pitch Accent (Numeric)
field for mining, e.g.,おんな: 3, おみな: 0
(#72) - Remove invalid Unicode sequences from the text copied from clipboard/WebSocket
- Stop stats timer if JL can't connect to specified WebSocket
- Some other minor bug fixes and enhancements
1.26.1
1.26.0
- Add "Mine to file instead of Anki" option (Preferences->Advanced)
- Add "Higher value means higher frequency" option for frequency dictionaries (Manage frequencies->Edit)
- Add an option to change whether pitch accent info will be shown with dotted lines or with solid lines (Manage dictionaries->Pitch Dictionary->Edit)
- Better ordering of results
- Some other minor bug fixes and enhancements
1.25.0
- Add an option to store dictionaries in a DB instead of memory (except for Custom Name/Word Dictionaries).
- The option can be set through "Manage dictionaries/frequencies -> Edit -> 'Store (frequency) dictionary in a database instead of memory'" for each dictionary.
- This option greatly reduces the memory usage of JL, but it comes with a lookup speed penalty. It is highly recommended that all users give this new option a try to see if the speed penalty is noticeable and/or acceptable for them. (If the speed penalty is unacceptable for you, disable the option for all frequency dictionaries and the pitch accent dictionary you use and see if it helps)
- Add an option to control whether or not popups should be hidden on text change
- Show dictionary/frequency options while adding them
- Gracefully handle false positive "clipboard updated" messages caused by some programs (#71)
- Fix top entry being mined instead of the selected entry (#73)
- Fix JL freezing when there are many ー characters in the looked-up text
- Some other minor bug fixes and enhancements
1.24.1
- Add
Selected Definitions
field for Anki mining which allows mining the selected part of the definition - Better structured content support (fewer unnecessary newlines between definitions)
- Make
Toggle always show caret option
hotkey actually do its job - Fix the crash that happens if
Shift
is pressed in combination with any alphanumeric key - Fix popup font combo box items being illegible with the dark theme
- Some other minor bug fixes and enhancements