23 lines
1003 B
Markdown
23 lines
1003 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
## v1.0.0-beta2 - 2025-12-19
|
|
|
|
- UI
|
|
- Reordered "Schedule & Dates": Start Date → Schedule Confidence → Due Date/Due Time → Due Date Source.
|
|
- Moved "Company & Contact Information" directly under "Basic Information".
|
|
- Updated footer version text to v1.0.0-beta2.
|
|
- Ops
|
|
- Systemd service now uses `EnvironmentFile` for production env vars; fixed `EnvironmentFile` typo and validated permissions.
|
|
- Switched service restart policy to `Restart=always` for resilience.
|
|
- Confirmed service listens on `PORT` (default 4000) and added guidance for restarts after env changes.
|
|
- Excel Sync
|
|
- Addressed column mismatch errors by refreshing Excel table column cache on service restart; sync confirmed working.
|
|
- Versioning
|
|
- Bumped `package.json` to `1.0.0-beta2` and created git tag `v1.0.0-beta2`.
|
|
|
|
## v1.0.0-beta1 - 2025-12-15
|
|
|
|
- Initial beta with form submission, PocketBase create, and Excel table sync.
|