Skip to content

Releases: rampaa/JL

1.18.0

20 Mar 17:25
Compare
Choose a tag to compare
  • Make audio sources configurable (#46)
  • Strip punctuation and whitespace characters before calculating character count stats
  • Auto populate the reading field of "Add Custom Name" window when possible (#25)
  • Allow word classes to be specified for custom verbs (#25 (comment))
  • Add support for image mining (JL will grab the image from the clipboard if it contains an image)
  • Allow lookups in pass-through mode
  • Add an option to center the text of main window horizontally
  • Add an option and a hotkey for hiding all the buttons of main window
  • Fix "Left Click/Touch" lookup mode showing the results for previously looked up word (#47)
  • Don't show pitch accent info if the expression has no reading info
  • Make JL the topmost window on text change, even if the text is grabbed from a WebSocket
  • Add a save button for "AnkiConnect server address" (#34 (comment))
  • Some other minor bug fixes and enhancements

1.17.0

17 Feb 16:24
Compare
Choose a tag to compare
  • できる -> する deconjugation
  • Add WebSocket support (#43)
  • Add reset button to Stats window (#32)
  • Add an option to hide dictionary tabs with no results (#31)
  • Add an option for auto hiding popup when mouse is not over it (#27)
  • Add an option to change the behavior of mouse wheel backlog (#29)
  • Add an option to change the minimum log level
  • Add a hotkey to delete the currently shown line (#45)
  • Add "Focus on hover" option (#37)
  • Add "Browser Path" config (#41)
  • Fix the crash that happens when "previous dictionary" hotkey is pressed while "All" results are being shown
  • Fix the crash that occurs due to nonconsecutive dict/freq priority (#42)
  • Some other minor bug fixes and enhancements

1.16.5

17 Jan 20:10
Compare
Choose a tag to compare
  • Add an option to control automatic adjustment of font sizes on resolution change
  • Fix grade info not being shown when it's Hyougai
  • Some other minor bug fixes and enhancements

1.16.4

30 Dec 21:03
Compare
Choose a tag to compare
  • Add deconjugation support for ざる
  • Fix the "Always on top" option not taking effect correctly
  • Move the "Always on top" option from "General" to "Textbox"

1.16.3

26 Dec 19:15
Compare
Choose a tag to compare
  • Fix separator color not being set
  • Allow enabling the mining mode with middle mouse click
  • Respect the "Focusable" option as much as possible

1.16.2

25 Dec 17:14
Compare
Choose a tag to compare

Light theme fixes

1.16.1

25 Dec 16:27
Compare
Choose a tag to compare

Fix an update problem that happens if JL is run as an elevated process while update-helper is not

1.16.0

25 Dec 15:49
Compare
Choose a tag to compare
  • Add light theme support

  • Provide an external manifest file (JL.exe.manifest). By editing the manifest file (JL.exe.manifest) you can change uiAccess="false" into uiAccess="true". This allows JL to stay on top of other applications that do not have UI Access even without clipboard change (e.g. JL will be on top of Magpie even before any clipboard change occurs) and allows JL to keep itself on top of other applications that do have UI Access on every clipboard change. If you choose to grant JL UI Access, there are 2 conditons that must be met:

    1. You should either place JL in a "secure location" (e.g. "Program Files", "Program Files (x86)") or you can disable the "Only elevate UIAccess applications that are installed in secure locations" policy through "Edit group policy" ->"Computer Configuration"->"Windows Settings"->"Security Settings"->"Local Policies"->"Security Options"->"User Account Control: Only elevate UIAccess applications that are installed in secure locations". If you choose to do the former, you need to run JL as administrator, otherwise JL will face problems. If you choose to do the latter, please read this link first before proceeding.
    2. You should either create a certificate, install it to your system and sign JL with it, or you can install the provided certificate. Note that the provided certificate is a self-signed one, you can read more about self-signed certificates from this link. If you choose to do the former, here's a guide that can help: link. If you choose to do the latter, you can install it by right clicking to JL.exe->Properties->Digital Signatures->Select "JL" from "Signature List"->Details->View Certificate->Install Certificate->Local Machine->Select "Place all certificates in the following store"->Browse->Select "Trusted Root Certification Authorities"->OK->Next->Finish
  • Some other minor bug fixes and enhancements

1.15.3

23 Nov 15:44
Compare
Choose a tag to compare

Fix the crash that happens if a frequency dictionary is added after all other frequency dictionaries are removed

1.15.2

20 Nov 14:30
Compare
Choose a tag to compare

Fix a race condition that can cause JL to crash