Skip to content

v1.15.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@lwindolf lwindolf released this 14 Mar 20:54
· 32 commits to master since this release
f73b6f3

This is a small bugfix release with several translation updates and optimizations for better handling HTML content.

What's Changed

  • Automatically drop empty content elements (e.g. placeholders for images/iframes/ads not loaded)

  • Automatically set inline SVG sizes from viewBox attribute to prevent max-width SVGs

  • Hide <nav> elements extracted by HTML5 content extraction

  • Remove G_REGEX_OPTIMIZE flag from DHTML stripping regex handling as valgrind reports memory errors with this.

  • Update appdata for 1.15.5 by @bbhtt in #1327

  • src/node_type.h: add #include <libxml/tree.h> for xmlNodePtr type by @trofi in #1329

  • po/ru.po: fix typo in a 'Переключить' word by @trofi in #1330

  • Update Turkish translation by @emintufan in #1336

  • Update for sq translation by @ujdhesa in #1339

  • ci: Validate using appstreamcli by @bbhtt in #1340

New Contributors

Full Changelog: v1.15.5...v1.15.6