Changelog

Release notes

Deployed version: v1.0.8 (from the VERSION file in the project root; optional APP_VERSION in .env overrides it).

Release notes below are loaded from the changelog_entries table (filled automatically when migrations run after each deploy).

v1.0.8

2026-04-11

  • When Google AdSense is configured, the public home page includes the publisher script (no ad units on the landing page) so Google can verify the site; dashboard ads are unchanged.

v1.0.7

2026-04-11

  • Error and success messages are easier to see: PIN login, company sign-in, registration, admin actions, and reports/training errors use clear highlighted boxes instead of faint text.

v1.0.6

2026-04-11

  • The site footer (version, help, company time when signed in) stays fixed at the bottom of the window while you scroll long pages.

v1.0.5

2026-04-10

  • Dashboard task columns no longer use inner scroll bars; each column grows with its tasks and the page scrolls instead.

v1.0.4

2026-04-09

  • Tenant admins no longer see global or maintenance message options in Admin; only owner/super admin do.
  • Dashboard periodic refresh keeps your page scroll position when system messages or weather alerts are shown.

v1.0.3

2026-04-09

  • Owner and super admin can publish global messages visible to all tenants.
  • Tenant admins can still publish tenant-only notices for their own company.
  • Maintenance mode is now global-only and enforces read-only for everyone except owner/super admin.

v1.0.2

2026-04-09

  • Added tenant system messages that display above weather alerts on the dashboard.
  • Added maintenance-mode messages: most users become read-only while owner and super admin retain write access.
  • Added Admin - Messages tab so tenant admins, super admins, and owners can publish and delete notices.

v1.0.1

2026-04-09

  • App version is read from the repo root VERSION file (optional APP_VERSION in .env overrides).
  • Cursor agents bump VERSION and add a migration that INSERTs changelog_entries so you do not edit the database by hand.

v1.0.0

2026-04-09

  • Initial changelog: version is shown in the site footer with a link to this page.
  • Release notes are stored in the database and can be extended with future migrations or admin tooling.