v1.0.16
2026-05-06
- Reports: choose how many completed-task detail rows to load (50–1,000 or all, up to 50,000); export the loaded rows to CSV.
v1.0.15
2026-04-21
- Admin: owner/super admin “view as tenant” and “create company” moved to their own pages from the home cards; section pages use Admin home instead of top tab pills.
- Admin: each settings area (tasks, people, company, etc.) opens on its own URL with a back control to the card home.
v1.0.14
2026-04-21
- Admin: new Home overview with clear descriptions and shortcuts into each configuration area, plus links to support, task reports (when enabled), and cross-tenant tickets for owner/super admin.
- Dashboard header is slimmer: Support moved to the site footer after PIN sign-in; Reports and “all tickets” are reached from Admin → Home when your role and plan allow.
- Removed the standalone US federal holiday calendar page. Seasonal page backgrounds still use your company time zone for “today” around US federal holidays.
v1.0.13
2026-04-21
- Holidays: open a US federal holiday calendar from the dashboard (PIN sign-in). Page backgrounds use a light seasonal tint for four days before and after each federal holiday; company time zone picks which calendar day counts as today. Works in both light and dark themes.
v1.0.12
2026-04-21
- Changelog page now lists versions in proper release order (newest first) instead of sorting version numbers as plain text.
- Support: submit tickets with title, message, optional image, and priority; your company can view and reply on shared tenant tickets. Owner and super admin can open All tickets to see every company, reply, and close items. Ticket view updates on its own while you stay on the page.
v1.0.11
2026-04-21
- Fixed dashboard failing to load (empty board and no time-of-day columns): the task-board repair query now uses separate SQL parameters compatible with native database prepared statements.
v1.0.10
2026-04-21
- Fixed dashboard not showing some recurring infinity tasks (for example weekly on a set weekday): the app now materializes missing task rows the same way for both infinity and non-infinity tasks, so assignments appear after refresh without needing a special admin save day.
v1.0.9
2026-04-21
- Dashboard: when your “Assigned to me” count goes up while the page is open (for example a teammate just assigned you work), the Assigned to me list opens so new items are easy to spot.
- Tasks: inactive tasks no longer appear on the open board or in Assigned to me; materializing today’s board can fall back to an inactive time-of-day column if every column is turned off so tasks still show up.
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.