Skip to content

Changelog

What’s new.

Every Tagview release, with what changed and why. Subscribe by RSS to get them as they ship.

tagview 3.2.0

Feature release

One-request-per-minute device protocol

Tagboards now talk to the cloud once a minute with a batched, journaled sync. Less radio time, less data, and a full record of every read even when the network drops.

Breaking changes

  • The legacy per-read device API has been removed. Boards on the old firmware must be updated over the air.

New

  • Device protocol v1: a single sync request per minute carrying presence, journal records and health
  • On-device journal with per-record checksums; records are only cleared after the cloud acknowledges them
  • Explicit history-gap events when a board recovers from a corrupted or overflowed journal

Improved

  • Batched ingest on the server for faster processing of large sites
  • Wi-Fi signal strength is reported with every sync and surfaced as a board health warning below -80 dBm

tagview 3.1.0

Feature release

Timeline zoom and accessibility

The personnel timeline is easier to read across long shifts and works with keyboards and trackpads.

New

  • Delta-proportional zoom on the timeline
  • Trackpad pinch and scroll support

Improved

  • Keyboard-operable zoom and pan controls with screen-reader labels

tagview 3.0.0

Major release

Presence engine, wallboard, flags and skills

A single presence engine now decides who is tagged on, and every view derives from it: the dashboard, the tagboard views, the TV wallboard and the alert evaluators.

New

  • Presence engine with a short grace window so a tag briefly blocked from the reader is not recorded as a tag-off
  • No-login TV wallboard: a full-screen roll call for a screen mounted at the site
  • Flags for long shifts and people still tagged on after their shift ended, evaluated in the site’s timezone
  • Skills matrix: tickets, licences and inductions with expiry warnings

Improved

  • Platform migrated to Supabase Postgres
  • Per-site timezone handling with correct daylight-saving behaviour

tagview 2.2.0

Feature release

Multi-company personnel and platform hardening

Contractors and subcontractors are modelled as companies under one operator, with per-site access.

New

  • Company management with per-site access for contractor workforces
  • Company nicknames and personnel roll-ups by company

Improved

  • Build and deployment pipeline reworked
  • React 19 and Next.js 15

Fixed

  • Companies page tenant selector and related runtime errors