Skip to content

Releases: emergent-lab/flow-extension

v0.0.3 - Bug Fixes

Choose a tag to compare

@pruales pruales released this 23 Oct 23:07
7e9373e

Bug Fixes

  • Fixed memory leak from event listeners in scrollable document capture
  • Fixed stop button not working for scrollable/vertical documents
  • Prevented unwanted uploads after user cancels capture

Changes

  • Event listeners now use { once: true } to automatically clean up
  • Capture loop now checks cancellation status
  • Upload only proceeds if capture is still active

v0.0.2 - Scrollable Document Support

Choose a tag to compare

@pruales pruales released this 23 Oct 20:08
e22a8e5

What's New

  • Scrollable Document Capture: Flow now supports capturing DocSend documents that use a vertical scrollable layout in addition to the traditional presentation-style navigation.

Changes

  • Add automatic document type detection (scrollable vs presentation)
  • Implement DOM-based image extraction for scrollable documents
  • Handle lazy loading by scrolling through carousel
  • Filter out placeholder images during capture

Full Changelog

v0.0.1...v0.0.2

v0.0.1

Choose a tag to compare

@pruales pruales released this 23 Oct 08:40
a6b48d8

v0.0.1