v1.24.1

gildas-lormeau/SingleFilev1.24.1Sep 5, 2026by gildas-lormeau

AI Summary

This release focuses on fixing layout issues with saved page notes and improving font handling in unrenderable frames on Firefox. It also refines zoom behavior during deferred image loading and preserves inline pointer events in iframes. Additionally, the bundled zip.js library is updated to version 2.11.1.

Key Highlights

  • Fixed notes layout to remain relative to elements after the page settles.
  • Resolved font handling in Firefox for frames with unreadable content.
  • Improved zoom-out anchoring at the top of the document during image loading.
  • Preserved inline pointer-events declarations in saved iframes.
  • Updated bundled zip.js to version 2.11.1.

Full Release Notes

### Fixes

Extension

- The notes of a saved page are laid out again when the page layout settles, and keep their position relative to the element they are anchored to, instead of staying where they were before the images were loaded (#1986)
- The Swedish translation is updated (#1984)

Page capture (core 1.5.124)

- The fonts declared inside a frame whose content cannot be read are kept on Firefox, which reports the styles of a document it never rendered instead of reporting none
- The zoom out applied while deferred images load is anchored at the top of the document and follows the scroll position
- An iframe carrying an inline `pointer-events` declaration keeps it in the page saved from the editor, instead of being dropped

### Changes

- The bundled zip.js is updated to 2.11.1