Skip to content

Releases: rampaa/JL

1.22.1

23 Sep 23:33
Compare
Choose a tag to compare

Fix the exception thrown on first run due to missing config folder

1.22.0

23 Sep 16:24
Compare
Choose a tag to compare
  • Add profiles #66
  • Add profile specific custom name/word dictionary
  • Discard EPWING entries that contain no definition
  • Fix #65 (fingers crossed)
  • Some other minor bug fixes and enhancements

1.21.5

05 Sep 15:45
Compare
Choose a tag to compare

Refine some deconjugation rules

1.21.4

05 Sep 14:25
Compare
Choose a tag to compare
  • Fix #65, this time for real
  • Improve deconjugation rules

1.21.3

03 Sep 20:50
Compare
Choose a tag to compare

Fix some deconjugation rules

1.21.2

03 Sep 17:25
Compare
Choose a tag to compare

Fix popups not closing automatically on text change when the text is grabbed from a WebSocket

1.21.1

03 Sep 15:00
Compare
Choose a tag to compare
  • Enable ReadyToRun
  • Navigate backlog with swipe up/down gestures on touchscreen devices (#64)
  • Partially fix touch keyboard popping up even when the textbox is read-only (#64)
  • Make preferences/dictionary options more easily scrollable on touchscreen devices
  • Fix the crash that happens when "mine selected lookup result" hotkey is pressed while no lookup result is selected (#61 (comment))
  • Fix the popup's scroll position not being reset when it's hidden by "Auto hide popup if cursor is not over it" setting (#65)
  • Some other minor bug fixes and enhancements

1.21.0

12 Aug 20:32
Compare
Choose a tag to compare
  • Add an option to show the caret of main window's textbox even when it's read only (#61)
  • Add hotkeys to change the caret position of main window's textbox (#61)
  • Add a hotkey that allows looking up the term at the caret position of main window's textbox (#61)
  • Add hotkeys to select the lookup result that will be mined (#61)
  • Add a hotkey to mine selected lookup result (#61)
  • Add an option to stop/resume increasing time stat when JL is minimized
  • Add an option to control whether punctuation will be stripped when calculating the read character count
  • Don't display search-only forms (JMdictProject/JMdictIssues#75, https://www.edrdg.org/wiki/index.php/Editorial_policy#Search-only_Forms)
  • Don't block adding custom words/names longer than necessary
  • Populate the spelling field for Add Custom Name/Word window with the last looked up term if there's no selected text
  • Fix copying the text from WebSocket to main window not working (#63)
  • Fix incorrect reading/alternative spelling orthography info position
  • Fix JL not working as expected when it's run through command prompt without its startup directory set correctly with the /D parameter (#62)
  • Some other minor bug fixes and enhancements

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