Skip to content

1.25.0

Compare
Choose a tag to compare
@rampaa rampaa released this 16 Dec 12:32
· 536 commits to master since this release
  • 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