Skip to content

v1.3.1

Latest

Choose a tag to compare

@albrechtje albrechtje released this 24 Jul 19:48

A small maintenance release: a robustness fix for the host view, a projector display fix, and refreshed documentation.

Fixes

  • Host view now recovers when a session expires. A poll left open with no votes goes idle and is expired by the server after the session timeout. Previously the host view could miss that single expiry notice — leaving a stopwatch ticking against a session that no longer existed, with unresponsive buttons. The host now tears down correctly on expiry, catching it via a reconnect check and a periodic liveness poll in addition to the original event.
  • Projector join URL wraps cleanly. The projected join URL under the QR code no longer breaks mid-domain. The http(s):// scheme is dropped and the line breaks right after the domain (host on line one, path below). Applies to a lecturer's shortlink too. Display-only — the QR still encodes the full URL.

Docs

  • Added a host-view screenshot to the README and refreshed the host, participant, and projector screenshots to the current UI.
  • Updated the FAQ for the local-file-upload feature and corrected the images answer (QuiQui does support images in questions and answers).

Full changelog: v1.3.0...v1.3.1