Skip to content

Releases: rampaa/JL

1.20.0

30 Jul 16:49
Compare
Choose a tag to compare
  • 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

21 Jul 15:45
Compare
Choose a tag to compare
  • Allow nested lookups with fixed popup positioning as well
  • Fix enabling mining mode with mouse click not working for nested popups
  • Some other minor bug fixes and enhancements

1.19.3

21 Jul 11:44
Compare
Choose a tag to compare
  • Hide popups on text change
  • Fix JL freezing when copying the primary spelling to clipboard
  • Some other minor bug fixes and enhancements

1.19.2

20 Jul 14:44
Compare
Choose a tag to compare

Fix an unhandled exception that occurs when JL starts

1.19.1

20 Jul 09:14
Compare
Choose a tag to compare
  • 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

01 Jul 22:48
Compare
Choose a tag to compare
  • 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

13 Jun 16:14
Compare
Choose a tag to compare
  • If focusable is set to false, prevent the main window from getting the focus when it's restored
  • Fix hotkeys firing events twice

1.18.5

07 Jun 18:06
Compare
Choose a tag to compare
  • 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

30 May 17:41
Compare
Choose a tag to compare
  • 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

1.18.3

11 May 13:15
Compare
Choose a tag to compare
  • Support ARM64
  • Fix a bug that causes JL to crash with new JMdict releases
  • Some other minor bug fixes and enhancements