CSTraxEnterprise

v1.1.0
  1. Home
  2. Changelog

Changelog

What's new in CSTrax

v1.1.0

OnlyOffice, Maintenance Mode & Feature Flags

2026-03-20

Highlights

  • OnlyOffice document editor (create, edit, preview DOCX/XLSX/PPTX)
  • Document templates with server-side HTML→DOCX conversion
  • Maintenance mode (platform admin toggle)
  • Feature flags system with per-firm overrides
  • PWA update prompt banner
  • Changelog page with release notes
  • Semantic versioning (v1.1.0)
  • Extended session to 1 hour

All Changes

  • New
    OnlyOffice integration — create, edit, preview Office documents
  • New
    Document preview mode (read-only viewer with Edit button)
  • New
    Create documents from templates via OnlyOffice conversion
  • New
    Maintenance mode — toggle from platform settings, full-screen page for users
  • New
    Feature flags — 7 default flags with global toggle and per-firm overrides
  • New
    Changelog page at /changelog
  • New
    PWA update banner — notifies users when new version is available
  • New
    Version display in sidebar footer
  • Improved
    Session extended to 1 hour (was 15 minutes)
  • Improved
    Document card redesign with icon-only action bar and tooltips
  • Improved
    Editor reconnect overlay when connection lost
  • Fixed
    Fixed case flags update (Prisma array enum set syntax)
  • Fixed
    Fixed routing suggestions (SQL column name mismatch)
  • Fixed
    Fixed LanguageSwitcher hydration mismatch
  • Fixed
    Fixed storage budget showing 10GB instead of 2GB default
  • Fixed
    Fixed WOPI PutFile overwriting files with 0 bytes
  • Fixed
    Fixed DSC create DTO missing fields
  • Fixed
    Fixed settings account info showing truncated UUID
  • Security
    WOPI endpoint rejects 0-byte saves
v1.0.0

Initial Production Release

2026-03-17

Highlights

  • Full case management with state machine workflow
  • OnlyOffice document editor (create, edit, preview DOCX/XLSX/PPTX)
  • E-Signature workflow with email notifications
  • Time tracking with billable reports
  • HRMS module (attendance, leave, payroll, expenses, onboarding)
  • Cloudflare R2 storage with per-firm quotas
  • Google Sign-In integration
  • Platform admin dashboard with system health monitoring
  • Maintenance mode and feature flags
  • PWA support with offline detection

All Changes

  • New
    OnlyOffice integration for Microsoft-like document editing
  • New
    E-Signature dashboard with summary cards and status filters
  • New
    Time Tracking page with firm-wide view and billable reports
  • New
    Document templates with OnlyOffice conversion
  • New
    Cloudflare R2 storage (migrated from Backblaze B2)
  • New
    Google OAuth sign-in
  • New
    2FA (TOTP) authentication
  • New
    Platform admin: maintenance mode, feature flags, system health
  • New
    Changelog and version tracking
  • Improved
    Session extended to 1 hour (was 15 minutes)
  • Improved
    Document card redesign with icon-only action bar
  • Improved
    Responsive filter widths for mobile
  • Improved
    Page animations and smooth tab transitions
  • Fixed
    Fixed case flags update (Prisma array enum)
  • Fixed
    Fixed routing suggestions (SQL column name mismatch)
  • Fixed
    Fixed LanguageSwitcher hydration mismatch
  • Fixed
    Fixed storage budget showing 10GB instead of 2GB
  • Fixed
    Fixed WOPI PutFile overwriting files with 0 bytes
  • Fixed
    Fixed OnlyOffice JWT token mismatch
  • Security
    Added JwtAuthGuard to e-sign controller
  • Security
    WOPI endpoint rejects 0-byte saves