Skip to content

v0.17

Compare
Choose a tag to compare
@owulveryck owulveryck released this 27 Nov 07:50
· 31 commits to main since this release
c769d3d

Changelog

Fixes

  • Memory Leak: Resolved an issue where a memory leak could occur in the events endpoint.

New Features

Backend Enhancements

  • /gestures Endpoint: Introduced a new endpoint /gestures that streams touch gestures in binary format. It tracks and sends distances moved in left, right, up, and down directions during a single gesture.

Client Enhancements

  • Gesture Analysis in Worker Thread: Gestures are analyzed in a separate worker thread. The analysis results, such as swipe left, right, up, down, and diagonal movements, are communicated back to the main thread.
  • Diagonal Gestures for Content Control: Implementing diagonal gestures from bottom right/left to top left/right for showing and hiding content.
  • Integration with Iframe for Slide Control: Swipes and other diagonal movements are passed to the underlying iframe using postMessages. This feature is specifically designed to change slides in Reveal.js presentations, supporting horizontal slide transitions.