Skip to content

Releases: rampaa/JL

1.15.1

20 Nov 12:43
Compare
Choose a tag to compare
  • Change RollForward policy to LatestMajor so that JL can benefit from .NET 7 performance improvements if you have it installed on your system
  • Recognize characters from CJK Unified Ideographs Extension H and Kanbun Unicode block as Japanese characters
  • Nicer MessageBox
  • Some other minor bug fixes and enhancements

1.15.0

01 Nov 18:37
Compare
Choose a tag to compare
  • Add deconjugation support for vs-s and v4r
  • Refine and improve deconjugation rules (hopefully)
  • Better ordering of results
  • Fix a memory leak
  • Some other minor bug fixes and enhancements

1.14.3

22 Oct 11:23
Compare
Choose a tag to compare
  • Fix a positioning bug for cached content
  • Fix flickering caused by the "Highlight the Longest Match" option
  • Correctly disable dictionary if user doesn't want to download it
  • Some other minor bug fixes and enhancements

1.14.2

03 Oct 15:46
Compare
Choose a tag to compare

Fix a crash that can happen due to NaN window height/width value (#23)

1.14.1

02 Oct 13:35
Compare
Choose a tag to compare
  • Add an option for toggling clipboard text capture
  • Add an option for dis/allowing the capture of texts with no Japanese character from the clipboard
  • Add an option for disabling non-Japanese character lookups in main window
  • Fix a sorting bug
  • Fix a rare crash that can happen when playing audio
  • Some other minor bug fixes and enhancements

1.14.0

18 Sep 16:53
Compare
Choose a tag to compare

Breaking change: You will have to reconfigure your Anki settings

  • Add deconjugation support for v1-s
  • Add time stat to Stats window
  • Add an option for applying shadow drop effect to main window text
  • Add nonspecific word/kanji/name dictionary types
  • Add separate configurations for word, kanji and name mining
  • Add support for Yomichan kanji dicts
  • Add support for Yomichan kanji frequency dicts
  • Add info buttons for mining fields
  • Parse DefinitionTags field for Yomichan dictionaries
  • Prevent JL from being invisible during resize
  • Filter duplicate dictionary results
  • Fix loading of some pitch dictionaries
  • Fix a popup glitch that happens when popup must be placed near to the edges of the screen
  • Some other minor bug fixes and enhancements

1.13.0

01 Aug 20:30
Compare
Choose a tag to compare
  • Add "Left click/Touch" lookup mode (It's especially useful for touch-screen devices)
  • Add focusable option (If "focusable" is set to false, it will prevent JL stealing focus away from other windows, even in case of mouse click/touch, this is mostly useful for "Left click/Touch" lookup mode.)
  • Add dynamic width/height option for main window
  • Add info buttons that show the definitions of abbreviations used for JMdict and JMnedict to Manage Dictionaries window
  • Better ordering of results
  • Make search URL customizable
  • Clicking on primary spelling with middle mouse button will copy it to clipboard
  • Fix lookup not showing some results
  • Fix the exception thrown when Nazeka freqs cannot be found
  • Some other minor bug fixes and enhancements

1.12.3

03 Jul 18:06
Compare
Choose a tag to compare

Fix double/float values acting weird for some system locales

1.12.2

03 Jul 16:54
Compare
Choose a tag to compare
  • Check if the new JL release has been properly published before notifying the user about a new release
  • Fix JL updater not working for paths with spaces
  • Fix the weird behavior of opacity button on pass-through mode
  • Some other minor bug fixes and enhancements

1.12.1

28 Jun 18:14
Compare
Choose a tag to compare
  • Add an option to make main text box editable
  • Add an option to remove newlines (especially useful for OCR'ed text)
  • Add an option to disable hotkeys
  • Add an option to trim white-space characters
  • Fix the white-space character encoding problem for Google search
  • Make pass-through mode interact well with "invisible mode", "text only visible on hover" and "change opacity on unhover" settings
  • Override "Don't show results under All" setting if kanji mode is active
  • Some other minor bug fixes and enhancements