Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

20.9.28.0

Compare
Choose a tag to compare
@toasted-nutbread toasted-nutbread released this 02 Oct 20:54
· 1014 commits to master since this release

Changes since 20.8.24.1

Features

  • Added support for more flexible scanning inputs, including mouse, touch, pen, and keyboard inputs. (#79; #783, #784, #785, #789, #805, #806, #808, #810, #811, #812, #813, #814, #815, #817, #818, #819, #820, #821, #822, #823, #824, #866, #872)
  • Added support for {clipboard-image} Anki marker. (#776; #780)
  • Added support for {clipboard-text} Anki marker. (#862; #863)
  • Added support for using a native window for the standard scanning popup. (#664; #763, #773, #865)
  • Added support for a "delay hide" option. (#742; #774, #836)
  • Added support for preventing the default behavior of the middle mouse button on different pages. (#781; #868)
  • Added support for controlling scanning and scrolling from touch events. (#870; #871)
  • Enabled sandboxing on Chrome browsers for Anki template generation, which should improve extension security. (#612, #841)

Fixes

  • Fixed an issue preventing touch input from being enabled. (#775; #772)
  • Fixed an issue causing Yomichan to throw an error when a custom logo is displayed on the Chrome's new tab page. (#760)
  • Fixed error log messages not including the correct URL. (#761)
  • Fixed an issue in Chrome where opening the settings page would cause a long-running database integrity check that could block scanning in other tabs. (#302; #831)
  • Fixed an issue where importing certain settings backup files could fail. (#843)
  • Fixed the "Enable scanning on search page" setting not being obeyed correctly. (#867)

Internal Changes