Skip to main content
Changelog

Every release, every Tuesday.

What we shipped, what we fixed, and what's still cooking. ProdView has been on a weekly release cadence since the 0.1 line — see Docs for migration guides per version.

0.2.1
May 14, 2026
stable

Overview, sharpened.

A focused release on the Overview page — the surface people actually use every morning. New "top of mind" lists, a sharper heatmap, and our first pass at focus-session detection across related apps.

New

  • Top of mind lists · Overview now auto-generates "doing great", "could use a check-in", and "longest idle today" — three rankings tuned for 1:1 prep.
  • Live ticker on Overview · last 30s of fleet activity, streaming.
  • Density toggle · compact / comfortable preference, persisted per user.

Improved

  • Heatmap now uses an OKLCH gradient — readable across both themes, no more "muddy purple" cells.
  • Sparkline rendering is ~3× faster at 200+ employees (off-main-thread).
  • Person · Top apps now collapses Chrome into top-level domains. chrome.exe alone is no longer the answer to "where did the time go".

Fixed

  • Off-hours detection in Beirut and Buenos Aires was using UTC — now correctly local-tz.
  • Webhook retries no longer thunder a 502'ing endpoint; exponential backoff capped at 10m.
  • CSV export of People · respects current filter state.

Security

  • Bumped libcurl to 8.7.1 (CVE-2026-1003, low impact).
  • Agent's local SQLite cache is now encrypted with a per-device key derived from Keychain / DPAPI / keyring.
PR Priya Raman · Engineering · 23 commits·view diff
0.2.0
May 7, 2026
stable

Devices page · the operational view IT asked for.

The third pillar of ProdView lands: every endpoint on one page, with agent health, queue depth, OS flavour, and last check-in.

New

  • Devices page · 27-column table, virtualised, with bulk actions (re-enroll, retire, push policy).
  • MDM integrations · Jamf, Kandji, Intune, Workspace ONE.
  • Agent doctor · prodview-agent doctor prints a coloured triage report.

Improved

  • Agent binary down 41% to ~28MB (was 47MB) — dropped statically-linked Sentry, switched to native panic forwarding.
  • First-screen render of the dashboard is now under 180ms p95 for tenants < 500 people.

Breaking

  • The agent now requires macOS 12+ (was macOS 11). 11.x agents will continue collecting but won't auto-update.
Migration note

If your fleet has any macOS 11 devices, pin them to 0.1.x via your MDM until you can upgrade. Step-by-step in Docs · macOS install.

DP Daniel Park · IT · 41 commits
0.1.9
Apr 30, 2026
preview

Security events graduated from preview.

The Security page is now generally available on Business tier. Three months of beta with 14 design partners gave us a false-positive rate under 2% — better than we hoped.

New

  • SIEM export · push every event in real time to Splunk / Datadog / any HEC-compatible endpoint.
  • Severity scoring tunable per tenant.
  • Audit log is now append-only and signed (Ed25519). Available in API as GET /v1/audit.

Improved

  • Location-flip detection accuracy +18% — we now consider VPN exit nodes by ASN, not just IP geolocation.
  • USB event de-duplication: a stick re-inserted 6 times in 30 seconds is one event, not six.
LH Layla Hassan · Security
0.1.8
Apr 23, 2026
stable

Linux agent · stable.

Ubuntu / Debian agent ships on the same line as macOS and Windows. One agent, three OSes, same data model.

New

  • Native prodview-agent for Linux on x64 and arm64. systemd unit included.
  • apt repo at apt.prodview.app, GPG-signed.

Improved

  • App categorisation taxonomy grew by ~4,200 apps and ~340k domains. Most-wanted: 1Password 8, Cursor, Raycast, Granola.

Fixed

  • Tenants with leading numerics in slug (e.g. 5x-co) now register correctly.
0.1.7
Apr 16, 2026
security

Out-of-cycle security patch.

Patches a privilege-escalation issue in the Windows agent service. Auto-deployed to all tenants within 4 hours of disclosure. No action required.

Security

  • CVE-2026-PV-0001 · agent service path was unquoted on Windows — fixed. Severity: medium. Exploit window: never seen in the wild.
  • Full incident post-mortem at prodview.app/security/2026-04-cve-0001.
0.1.6
Apr 9, 2026
stable

The Apps page got teeth.

Per-team taxonomy, trend lines, and drill-from-app-to-session in two clicks.

New

  • Per-team app categorisation · Figma is Productive for designers, Neutral for sales.
  • Per-app trend lines · 28-day adoption curves.
  • One-click drill from app → user → session.
0.1.5
Apr 2, 2026
stable

SAML SSO + SCIM provisioning.

Identity is now table stakes — Okta, Azure AD, Google Workspace, OneLogin.

New

  • SAML 2.0 SSO + SCIM 2.0 user lifecycle.
  • Per-tenant identity provider catalogue.
  • Service tokens (machine-to-machine), scoped + rotatable.