Skip to content

v0.13

Latest
Compare
Choose a tag to compare
@fauu fauu released this 17 Mar 12:29
· 45 commits to master since this release

Added

  • OCR for rotated text: the text screenshot is derotated before being forwarded to an OCR solution.
  • New version notification in Control GUI / console output. (To opt out of the check, set update.check: no)
  • Option to launch the program with the Session timer paused. (sessionTimer.startPaused: yes)

Changed

  • Improved the look of the Control GUI.
  • The status panel (character counter and session timer) is no longer concealed in Focus mode if one of its counters is paused. (Prevents forgetting to resume the session timer when you return after a break.)

Fixed

  • No longer crashes with “Assistive technology not found” error in certain circumstances.
  • Chunk text is no longer displayed inaccurately in certain circumstances when in edit mode.
  • Spurious websocket connection error messages are no longer shown when shutting down the program with an active client connection.