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

21.6.30.0

Compare
Choose a tag to compare
@toasted-nutbread toasted-nutbread released this 01 Jul 01:04
· 283 commits to master since this release

Changes

Features

  • Added support for assigning a primary dictionary for grouping related terms, without including its definitions. (#1729)
  • Updated secondary definitions to also be searched using the source term, improving a few cases which could have missing definitions. (#1731)
  • Updated the supported structured-content format that is used for complex definitions. (#1745; #1753)
  • Improved the debug logging functionality for dictionary entries. (#1756, #1758)
  • Updated documentation for custom handlebars helpers. (#1765)
  • Merged the Sentence Parsing section into the Text Parsing section on the settings page. (#1781)

Fixes

  • Fixed popup not appearing on websites using <frameset> as the body element. (#1748)
  • Fixed search box not being automatically focused when typing. (#1751; #1752)
  • Fixed several issues with the rendering of structured-content images, as well as improved some styles. (#1767; #1776, #1777, #1778)

Internal Changes