Releases: rampaa/JL
Releases · rampaa/JL
1.20.0
- Add text-to-speech support
- Fix changing opacity on unhover not working correctly with "Mouse click/Touch" and "Text select" lookup modes (#60)
- Fix main window not resizing correctly if a text is copied to main window while it's minimized
- Reduce memory usage
- Some other minor bug fixes and enhancements
1.19.4
1.19.3
1.19.2
1.19.1
- Add an option to enable/disable backlog
- Add an option to auto save backlog to Backlogs folder before closing JL
- Make the mouse button used for lookups customizable (#59)
- Make the mouse button used for mining customizable (#59)
- Make the mouse button used for enabling mining mode customizable
- Make the mouse button used for copying the primary spelling customizable
- Prevent holding down the play audio/??? key from eating up the memory
- Some other minor bug fixes and enhancements
1.19.0
- Support additional audio formats. JL now supports .mp3, .aac, .m4a, .ogg (Vorbis), .oga (Vorbis) and .flac formats. (#55)
- Remove explicit garbage collect calls because they can randomly cause JL to freeze at start-up (hopefully fixes #58)
- Fix the crash that occurs due to nonconsecutive Audio Source priority (#56)
- Don't filter EPWING entries that have the same definitions if they have different readings
- If a text is matched with the reading of an entry, take the position of that reading into account while sorting the results
- Some other minor bug fixes and enhancements
1.18.6
1.18.5
- Add global hotkey support. It can be activated from Preferences->Advanced->Global hotkeys. Only hotkeys with modifiers (e.g. Alt+T), function keys (except for F12) and numpad keys can be used as global hotkeys. (#53)
- Add a hotkey for minimizing/restoring the main window
- Replace the "hide all buttons" option with "hide all buttons when mouse is not over the title bar" option
- Some other minor bug fixes and enhancements
1.18.4
- Fix a crush that happens when a kanji is looked up in Kanjigen
- Fix the parsing of JMnedict entries with multiple definitions and name types
- Allow expressions with punctuation to be looked up (e.g., 聞くは一時の恥、聞かぬは一生の恥)
- Filter out English words from Daijisen and Koujien
- Some other minor bug fixes and enhancements