- Speaker notes zoom variables –
notes_zoom_steps(live offset from Slides baseline) andnotes_zoom_default(saved preference default), mapped from Electron appGET /api/status(notesZoomSteps,notesZoomDefault). See companion HELP.
- Tunnel QR actions – Replaced removed endpoints
/api/show-share-qrand/api/hide-share-qrwith/api/show-tunnel-qrand/api/hide-tunnel-qr. Request body usesduration(seconds) as required by the app. Resolves Companion errorFailed to show QR: Not found(HTTP 404). Action IDsshow_share_qr/hide_share_qrare unchanged so existing buttons keep working; labels now say Tunnel QR. Removed obsolete "Generate New Share Link" option.
- Version bump – Aligns packaged module metadata with
package.json;companion/manifest.jsonversion synced to match.
- Backup controls toggle action – New action "Set Backup Controls" to enable/disable backup command forwarding at runtime. Includes new variable
backup_controls_enabledand feedback "Backup Controls Enabled".
- Timer elapsed variable — Confirmed
timer_elapsedvariable correctly maps from Electron app's/api/statusendpoint. The app actively scrapes timer values from the presenter view DOM and makes them available to Companion in HH:MM:SS format.
- Image preview feedback — The broken slide image preview feedback has been removed. The underlying
GET /api/get-slide-previewsendpoint remains available in the Electron app for future use.
See git history for earlier versions.