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

22.9.9.2

Compare
Choose a tag to compare
@toasted-nutbread toasted-nutbread released this 25 Sep 13:58
· 17 commits to master since this release

Changes

Features

  • Updated the text selection to not change if the user has manually changed the selection. (#2071, #2225; #2186)
  • Added new text-align property and updated supported font-size values in the dictionary structured content. (#2203)
  • Added support for an audio download timeout. (#2182; #2187)
  • Optimized some AnkiConnect internals to be faster. (#2184; #2190)
  • Restored support for Google Docs. (#2093, #2231; #2232, #2233, #2234, #2235, #2237)

Fixes

  • Fixed an issue when scanning elements with alternate text. (#2177)
  • Improved handling of the non-standard CSS zoom property. (#2176; #2178, #2227)
  • Fixed an issue where the popup style settings could have an invalid value. (#2180)
  • Fixed some issues where the selected profile on the settings page would be invalid. (#2199; #2207)
  • Improved support for UTF-16 surrogate pair characters. (#2211; #2213, #2216, #2217)
  • Fixed a potential invalid text selection call. (#2214)
  • Fixed an issue where the popup position would sometimes be incorrect after scanning text and then resizing the window. (#2236)

Internal Changes