ERS Release History

Release log from the initial build to today.

This page tracks the shipped versions of ERS, the date each release was last updated, and the main changes that landed in that release.

Latest release: v0.3.2Last updated: Apr 1, 2026Back to login

Version 0.1.0

Initial ERS foundation

Feb 20, 2026

Established the first code-ready renewal workflow, roles, and audit model.

  • Defined the HR, manager, and CEO workflow from case creation through signing.
  • Introduced the core Prisma data model for renewals, documents, notifications, and audit logs.
  • Documented the locking rules and approval prerequisites for CEO decisions.

Version 0.2.0

Build pack and app skeletons

Feb 20, 2026

Added the runnable project structure, environment contract, and core service scaffolding.

  • Laid out the App Router folder structure for HR, manager, CEO, admin, and notification flows.
  • Added Prisma, auth, storage, email, peer comparison, and PDF-signing service foundations.
  • Captured the implementation-ready build pack for local and VPS deployment.

Version 0.3.0

Runnable workflow release

Feb 20, 2026

Closed the major workflow gaps and delivered a complete end-to-end runnable pack.

  • Completed guest justification support, internal email dispatch, and signed-case safeguards.
  • Enabled multi-placement PDF signature stamping with client-side PDF preview support.
  • Shipped the monday-style workspace redesign across the authenticated app shell.

Version 0.3.1

Release tracking and cleanup

Apr 1, 2026

Removed demo account references, added release history, and cleaned duplicate signed cases.

  • Removed hardcoded demo and local-account hints from login and user creation flows.
  • Added footer metadata for version and last updated date plus a public release log page.
  • Deleted duplicate signed renewal cases and their linked records from the live database.

Version 0.3.2

Signature placement fidelity

Apr 1, 2026

Protected signature aspect ratio during placement and aligned the preview with the stamped output.

  • Locked the CEO signature placement box to the uploaded PNG aspect ratio during drag and resize.
  • Added live signature previews for draft and saved placements so placement matches the final stamped output.
  • Normalized server-side PDF stamping to preserve the signature image aspect ratio as a final safety check.