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

22.2.2.0

Compare
Choose a tag to compare
@toasted-nutbread toasted-nutbread released this 03 Feb 02:01
· 113 commits to master since this release

Changes

Features

  • Improved how Google Docs accessibility works, which should make it less likely to interfere with Chrome's current-page permissions. (#1962; #2021, #2022, #2023, #2024)
  • Added support for using a suffix wildcard during webpage content scanning. (#2013; #2038, #2039, #2040, #2042)
  • Added support for using vertical text punctuation as sentence terminators. (#2045; #2059)

Fixes

  • Fixed an issue which could cause the popup to be closed unexpectedly in rare circumstances. (#2006)
  • Fixed a case where nested popups could cause errors. (#2017)
  • Fixed <input> elements with a type attribute other than text being included in scanning content. (#2034)
  • Fixed incorrect audio source information being shown in the audio button's tooltip. (#2035; #2036)
  • Fixed AnkiConnect requests not using Content-Type: application/json header. (#2046; #2047)
  • Clarified settings descriptions about text parsing. (#2011; #2020)

Internal Changes