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

20.8.3.0

Compare
Choose a tag to compare
@toasted-nutbread toasted-nutbread released this 05 Aug 02:52
· 1159 commits to master since this release

Changes since 20.6.27.0

  • Fixed incorrect handlebars execution context in helpers. (#645)
  • Fixed an issue related to Anki CORS requests. (#666)
  • Fixed log function not working after the extension was reloaded or updated. (#646)
  • Added additional icons. (#648)
  • Fixed extension unload detection not working correctly. (#647)
  • Improved message passing between the popup and the frontend content script. (#652, #654, #657, #658)
  • Initial improvements to hotkey support, working towards customizable hotkeys. (#655, #696)
  • Fixed a bug in the dictionary settings controller class. (#665)
  • Fixed extension unload indication not working correctly. (#642, #662, #712)
  • Improved the startup speed of the extension action popup window. (#671)
  • Improved the native window popup to be more reusable. (#673, #687)
  • Updated development dependencies. (#677, #679)
  • Added additional helper functions for template rendering, including documentation. (#689, #690, #699, #703)
  • Added pitch accent Anki field markers. (#701)
  • Improved how history and navigation is tracked on the search page and popup. (#691, #694, #695, #707)
  • Removed extraneous ?mode=existingOrNewTab from URL when opening the search page. (#692)
  • Changed the settings upgrade process to be easier to update in the future. (#700)
  • Fixed fetch requests including the extension URL in the Origin header, preventing some audio sources from working (This change adds the webRequest and webRequestBlocking permissions). (#706, #708, #710)
  • Added support for scanning the full text of buttons and image alt text by using the query parser. (#705)
  • Refactoring, organization, and development utilities. (#624, #626, #627, #629, #630, #631, #632, #633, #634, #635, #636, #637, #638, #639, #640, #641, #643, #649, #650, #651, #656, #660, #661, #667, #669, #670, #672, #674, #678, #682, #683, #684, #685, #686, #693, #698, #704, #709)