Skip to main content
Changelog

Release notes

Every feature, improvement, and fix we ship.

v2.1.0
Minor
May 11, 2026

VETR 2.1 — Live RFP parse, audible alerts, polished error pages

What's new

  • Real-time RFP parsing — the parse screen now streams progress over WebSockets (Reverb). No more waiting on a manual reload to see the result; you'll watch the percent and stage label update live.
  • Audible notifications — the bell plays a short two-tone ping when a new notification arrives; mute toggle lives inside the bell dropdown.
  • Collapsible icon-rail sidebars — toggle the sidebar to a 48-px icon strip with hover tooltips instead of full hide/show; works in the customer app and super-admin.
  • Redesigned error pages — 401/403/404/419/429/500/503 now share a brand-true layout (navy + crimson, dark-mode aware, Fraunces display).
  • Branded email theme — system emails use VETR navy headings, brand-coloured buttons, cream backgrounds, and a consistent Acu-Elligent footer.
  • Onboarding tour polish — anchors line up with the elements they describe, and finishing the tour no longer relaunches it on the next render.

Fixes

  • Win Theme creation now redirects to billing with a plan-upgrade message instead of a generic Access Denied page
  • Notification bell badge uses the brand crimson with a ring outline so it's visible in both themes
  • Avatar dropdown email/role text contrast fixed in dark mode
  • Public footer Veteran-Owned badge no longer washes out white-on-white
  • Sidebar scroll position is preserved across navigation
  • Google sign-in callback gracefully restarts the OAuth flow on session loss
  • Notifications page no longer crashes when the paginator object is shared as a notifications prop
v2.0.0
Major
April 27, 2026

VETR 2.0 — Fraunces display type, branded exports, GPT-4.1 defaults

What's new

  • New typography — Fraunces (display serif) + Mulish (body sans) bring a more institutional, trust-forward feel to the marketing site.
  • Branded proposal exports — per-org logo, colors, and font in PDF and DOCX exports. Configure at Settings → Branding.
  • GPT-4.1 across AI services — better structured output and more accurate RFP parsing.
  • SAM.gov filters — sort by posted/response/value, filter by agency multi-select, value range, response-date window; one-click save-to-pipeline.
  • TipTap editors in super-admin — blog, help-articles, release-notes now use a full rich-text editor instead of plain textarea.

Fixes

  • Dropdown menu hover no longer shows red background with dark unreadable text
  • Sidebar logo tagline no longer truncates on narrow widths
  • 404/500/503 error pages fully light-mode consistent
v1.6.0
Minor
April 13, 2026

Win Probability v2 + CRDT-ready proposal workspace

Improvements

  • Win Probability engine now accepts competitor count and historical win rate for more calibrated scoring
  • Proposal workspace prepared for CRDT-based realtime editing (experimental flag WORKSPACE_CRDT=1)
  • Integrations page: real SVG logos for all partners (no more emoji)
v1.5.2
Patch
March 30, 2026

Security hardening + rate limits on auth routes

Security

  • Login, register, forgot-password, and reset-password routes now rate-limited per-IP (5/min for login, 10/min for register)
  • CORS allow-list verified for production domain only
  • HSTS + security headers revalidated