Releases: rampaa/JL
Releases · rampaa/JL
1.18.0
- 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
- できる -> する 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
1.16.4
1.16.3
1.16.2
1.16.1
1.16.0
-
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:
- 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.
- 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