Skip to content

Releases: rampaa/JL

3.6.2

06 Apr 08:40
Compare
Choose a tag to compare
  • 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

23 Mar 00:00
Compare
Choose a tag to compare
  • Make mouse wheel scrolling work even when the cursor isn't over the scrollbar in the preferences window (#120)
  • Allow navigating the backlog with a vertical swipe on touchscreen devices even when the popup is visible

3.6.0

22 Mar 20:50
Compare
Choose a tag to compare
  • 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

08 Mar 10:31
Compare
Choose a tag to compare
  • 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

01 Mar 18:51
Compare
Choose a tag to compare
  • 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

25 Feb 18:19
Compare
Choose a tag to compare
  • Add Minimum reading speed to keep time stat increasing (in Characters Per Minute) option
  • Change Stop increasing time stat when minimized option to Stop increasing time and read character stats when minimized
  • Add Show dictionary tabs in mining mode option (Previous dictionary and Next 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

15 Feb 20:45
Compare
Choose a tag to compare
  • Add "Mine primary spelling" button and Mine 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 the Lookup 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 to Play audio for the first reading
  • Add Click mining button hotkey hotkey
  • Rename Select the next/previous lookup result hotkeys to Select 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 to Confirm 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

11 Feb 19:38
Compare
Choose a tag to compare

Fix the issue of v5 verbs not being correctly deconjugated for some Yomichan dictionaries

3.2.0

09 Feb 18:29
Compare
Choose a tag to compare
  • 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 to Selected 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 and Primary Spelling and Selected Reading fields generate more palatable results for primary spellings that contain kana (#103 (comment))
  • Add Pitch Accent Categories and Pitch 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

16 Jan 12:30
Compare
Choose a tag to compare
  • Fix profile creation not working correctly
  • Allow newlines in Definitions (Custom Word) and Extra 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.