Skip to content

3.2.0

Latest
Compare
Choose a tag to compare
@rampaa rampaa released this 09 Feb 18:29
· 3 commits to master since this release
  • 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