Skip to content

Releases: rampaa/JL

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.

3.1.1

13 Jan 15:06
Compare
Choose a tag to compare
  • Fix the Focus on hover option not working correctly for the main window
  • Fix the Fixed right-edge positioning and Fixed bottom-edge positioning options for popup not working correctly when mining mode is enabled in Mouse move lookup mode
  • Fix the discrepancy between frequency/pitch results from the database and in-memory results for records with multiple readings
  • Some other minor enhancements

3.1.0

12 Jan 09:48
Compare
Choose a tag to compare
  • Add Fixed right-edge positioning and Fixed bottom-edge positioning options for the popup
  • Optimize lookup performance
  • Reduce lookup memory usage
  • Fix a crash that can occur while mining TTS audio
  • Improve validation errors for add/edit forms
  • Some other minor bug fixes and enhancements

3.0.0

22 Dec 18:29
Compare
Choose a tag to compare
  • Migrate to .NET 9, JL now requires .NET Desktop Runtime 9.0 or later
  • Add Track the lookup count of each term option (can be enabled through Preferences -> Advanced)
  • Add Check for duplicate cards option for Anki (#107, thanks to @bpwhelan)
  • Add Shadow color, Shadow depth, Shadow blur radius, Shadow opacity and Shadow direction options for the main window text
  • Add Reposition window to fixed right edge position on text change and Fixed right edge position options for the main window
  • Add Reposition window to fixed bottom position on text change and Fixed bottom position options for the main window
  • Add Don't capture identical text from Clipboard/WebSocket option (#108)
  • Some other minor bug fixes and enhancements

2.8.0

02 Nov 21:37
Compare
Choose a tag to compare
  • Add Primary Spelling and Readings, First Reading and Primary Spelling and First Reading fields for mining
  • Add Pitch Accent for First Reading and Pitch Accent for First Reading (Numeric) fields for mining
  • Add Kanji Statistics field for mining
  • Add Leading Source Text Part and Trailing Source Text Part fields for mining
  • Make the matched text bold in Sentence and Source Text fields when mined to Anki
  • Fix a crash that can happen while mining TTS audio

2.7.0

01 Nov 15:25
Compare
Choose a tag to compare
  • Fix Frequencies and Preferred Frequency fields not being populated correctly
  • Some other minor bug fixes and enchantments

2.6.0

12 Oct 01:21
Compare
Choose a tag to compare
  • Add Allow partial text matches to be merged option
  • Add Use custom line height and Custom line height options (#101)
  • Add Min dynamic height option for the main window
  • Add Min dynamic width option for the main window
  • Add Vertical text alignment option for the main window
  • Add Min width option for popups
  • Add Min height option for popups
  • Add Light (Violet) theme (if you were using the light theme before, you will need to re-set it through preferences)
  • Fix the crash that happens when trying to import newer JMdict files
  • Fix scrolling not working when a text box is touched in a popup (#102)
  • Some other minor bug fixes and enhancements

2.5.1

28 Sep 21:13
Compare
Choose a tag to compare
  • Prevent dictionary settings from being discarded after program restart
  • Improve the ordering of the results slightly