Releases: rampaa/JL
Releases · rampaa/JL
3.6.2
- Fix a crash that would occur when more than 48 nested popups are opened, by limiting the nested popup count to 40 (https://devblogs.microsoft.com/oldnewthing/20031218-00/?p=41453)
- Allow setting an item as the highest or lowest priority by holding Ctrl and clicking the increase or decrease priority button in the
Manage Dictionaries
/Manage Frequencies
/Manage Audio Sources
window - Provide slightly better structured-content support
- Add the left mouse button as an option for the
"Enable mining mode" button
- Various performance optimizations
- Some other minor bug fixes and enhancements
3.6.1
3.6.0
- Show the matched text if it doesn’t exactly match the primary spelling or any reading
- Add the
Lookup category
option - Add hotkeys for
Kanji mode
,Name mode
,Word mode
,Other mode
- Add
Set Lookup Category to All
hotkey - Filter out child entries from Yomichan dictionaries
- Slightly improve the structured content support for Yomichan dictionaries
- Fix a crash that occurs when the mouse-leave event is triggered after closing a popup
- Fix pitch accent info not being displayed properly for some readings
- Allow searching preferences by their name or tooltip text
- Some other minor bug fixes and enhancements
3.5.0
- Add an option to
Restore focus to previously active window
- Make the
Focus on hover
option actually work - Prevent the selected definition text from being unselected when the mining button is clicked with the left mouse button (#117 (comment))
- Don't change the popup position when the user clicks the
Show/Hide dict tabs
button - Some other minor bug fixes and enhancements
3.4.1
- Fix the issue where language codes (e.g.,
scr
) were displayed instead of their English names (e.g.,Serbo-Croatian
) for some loanwords (JMdict) - Fix the issue where language codes were displayed instead of their names for all loanwords under Wine and on some outdated versions of Windows 7 (JMdict)
- Fix a crash that occurred under Wine due to corrupted TTS voice information (#115)
- Some other minor bug fixes and enhancements
3.4.0
- Add
Minimum reading speed to keep time stat increasing (in Characters Per Minute)
option - Change
Stop increasing time stat when minimized
option toStop increasing time and read character stats when minimized
- Add
Show dictionary tabs in mining mode
option (Previous dictionary
andNext dictionary
hotkeys can be used even when dictionary tabs are invisible) - Add
Toggle visibility of dictionary tabs
hotkey - Add a context menu to the popup title bar
- When mining a word get the audio for the
Selected Reading
, if no reading is selected fall back to the first reading. - Instead of showing only one possible composition, show all possible compositions for kanjis
- Some other minor bug fixes and enhancements
3.3.0
- Add
"Mine primary spelling" button
andMine button
options (#114) - Allow mining by pressing on the primary spelling text box with the
"Mine primary spelling" button
. When clicking the Primary Spelling text box, the behavior of theLookup button
and"Enable mining mode" button
will take precedence over this action. (#114) - Add
Audio button color
option - Add
Audio button font size
option. Setting it to 0 will hide the audio button. - Add
Mining button color
option - Add
Mining button font size
option. Setting it to 0 will hide the mining button. - Add
Click audio button
hotkey - Rename
Play audio
hotkey toPlay audio for the first reading
- Add
Click mining button hotkey
hotkey - Rename
Select the next/previous lookup result
hotkeys toSelect next/previous item
. If the reading selection window for audio is open, they can be used to select the next/previous reading, if the spelling selection window for mining is open, they can be used to select the next/previous spelling, if neither of those windows are open, but a popup is open in mining mode, they can be used tol select the next/previous lookup result - Rename
Mine selected lookup result
hotkey toConfirm selected item
. It interacts with the selected item based on the active window. If the reading selection window for audio is open, it plays the selected reading. If the spelling selection window for mining is open, it mines the selected spelling. If neither of those windows are open, but a popup is open in mining mode, it mines the selected entry using its primary spelling. - Make
Add name
,Add word
,Search
,Play audio for the first reading
hotkeys use the selected lookup result, and if there's no selected lookup result, fall back to the first lookup result - Fix popup scrolling on its own when mining button is clicked
- Some other minor bug fixes and enhancements
3.2.1
3.2.0
- Change how terms are mined. Instead of clicking on the primary spelling, you now need to press the ➕ icon and select either the primary spelling or one of its readings to mine it.
- Add a mining field named
Selected Spelling
, which will store the value of the clicked primary spelling or the reading selected to mine the term. - Add a mining field named
Definitions from Multiple Dictionaries
(#84 (comment)) - Rename
First Reading
toSelected Reading
, which will store the value of the reading selected to mine the term. If the primary spelling is clicked, it will store the value of the first reading. - Make
Primary Spelling and Readings
andPrimary Spelling and Selected Reading
fields generate more palatable results for primary spellings that contain kana (#103 (comment)) - Add
Pitch Accent Categories
andPitch Accent Category for Selected Reading
mining fields (#112) - Add a mining field named
Word Classes
(#112 (comment)) - Add the
Notify when mining succeeds
option (#113) - Change how duplicate entries are displayed. Now, if a card is a duplicate, the color of the ➕ icon will change to orange-red.
- Only store a single list of
PoS
/misc
/field
info if they are the same for all gloss senses (JMdict) - Display
PoS
/misc
/field
info common to all definitions at the start of the definitions (JMdict) - Make
Word Classes
field required for verbs and adjectives while adding custom words - Handle the Application.SessionEnding event so that JL can save the current user stats etc., even if the application is being closed due to a user logoff or system shutdown
- Some other minor bug fixes and enhancements
3.1.2
- Fix profile creation not working correctly
- Allow newlines in
Definitions
(Custom Word) andExtra Info
(Custom Name) fields. This is mainly useful because JL Custom Name file generated with https://github.com/rampaa/VndbCharacterNames will have newlines in the extra info field.