Skip to content

0.10.0

Latest
Compare
Choose a tag to compare
@kepano kepano released this 26 Nov 21:23
· 2 commits to main since this release

New

  • Adds Interpreter feature to extract content using natural language, with the syntax {{"a summary of the page"}} (quotation marks are important). Requires being enabled and configured in the Web Clipper settings.
  • New length filter returns a number of items or characters.
  • New calc filter allows basic mathematical operations e.g. {{number|calc:"/2"}} — can be combined with length filter to count words, or estimate reading time, e.g. {{content|split:" "|length|calc:"/200"|round}} minutes.
  • Added translations for Brazilian Portuguese, Bahasa Indonesia, Korean, and Traditional Chinese.

Improved

  • Fixed issue with fonts in Japanese. #204
  • Fixed issue with {{publish}} variable sometimes returning multiple dates.
  • Export all settings now decompresses templates so they are human readable. Import all settings compresses them again to maximize sync storage space.