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

21.8.31.1

Compare
Choose a tag to compare
@toasted-nutbread toasted-nutbread released this 11 Sep 20:15
· 190 commits to master since this release

Changes

Features

  • Added an accessibility mode for Google Docs' canvas rendering mode - details. (#1670; #1874, #1875, #1878)
  • Improved the responsiveness of the settings page when deleting a dictionary. (#1894)
  • Improved various small styling, content, and accessibility issues on the settings page. (#1900, #1901, #1902, #1915)
  • Added {{#hiragana}} and {{#katakana}} handlebars helper functions. (#1907; #1908, #1909)
  • Added support for margins in structured content. (#1903; #1920)
  • Updated the Anki template helpers regexReplace and regexMatch to support multiple content arguments. (#1928; #1934)

Fixes

  • Fixed a data persistence issue when importing dictionaries. (#1893)
  • Fixed an issue with dictionary data counts being reported incorrectly if the settings have been reordered. (#1905; #1912)
  • Fixed an issue where the popup history would be cleared when it should be. (#1917)
  • Fixed a case where the sentence cloze data for Anki template rendering would be empty. (#1919)
  • Fixed an issue where dictionary import progress would exceed 100%. (#1918; #1921)
  • Fixed an issue where importing dictionaries with media files would freeze. (#1896, #1918; #1926)
  • Fixed duplicate note IDs being shown on the View Note button. (#1927)
  • Fixed a rare issue where multiple settings tab could get into an infinite update loop while deleting a dictionary. (#1932)
  • Fixed a case where all headwords were incorrectly removed. (#1931; #1933)

Internal Changes