Skip to content

3.3.0

Compare
Choose a tag to compare
@rampaa rampaa released this 15 Feb 20:45
· 60 commits to master since this release
  • Add "Mine primary spelling" button and Mine button options (#114)
  • Allow mining by pressing on the primary spelling text box with the "Mine primary spelling" button. When clicking the Primary Spelling text box, the behavior of the Lookup button and "Enable mining mode" button will take precedence over this action. (#114)
  • Add Audio button color option
  • Add Audio button font size option. Setting it to 0 will hide the audio button.
  • Add Mining button color option
  • Add Mining button font size option. Setting it to 0 will hide the mining button.
  • Add Click audio button hotkey
  • Rename Play audio hotkey to Play audio for the first reading
  • Add Click mining button hotkey hotkey
  • Rename Select the next/previous lookup result hotkeys to Select next/previous item. If the reading selection window for audio is open, they can be used to select the next/previous reading, if the spelling selection window for mining is open, they can be used to select the next/previous spelling, if neither of those windows are open, but a popup is open in mining mode, they can be used tol select the next/previous lookup result
  • Rename Mine selected lookup result hotkey to Confirm selected item. It interacts with the selected item based on the active window. If the reading selection window for audio is open, it plays the selected reading. If the spelling selection window for mining is open, it mines the selected spelling. If neither of those windows are open, but a popup is open in mining mode, it mines the selected entry using its primary spelling.
  • Make Add name, Add word, Search, Play audio for the first reading hotkeys use the selected lookup result, and if there's no selected lookup result, fall back to the first lookup result
  • Fix popup scrolling on its own when mining button is clicked
  • Some other minor bug fixes and enhancements