|
| 1 | +# Release Notes – v1.0.0 (2025-12-17) |
| 2 | + |
| 3 | +## Major Changes |
| 4 | + |
| 5 | +- Migrated from separate backend/frontend to a full-stack SvelteKit app. |
| 6 | +- Switched package management from npm to pnpm. |
| 7 | +- Refactored middleware using the Chain of Responsibility pattern. |
| 8 | +- Removed extra controller layer and cleaned up middlewares. |
| 9 | +- Removed all shadcn components and updated UI components. |
| 10 | +- Removed SSR and improved UI. |
| 11 | +- Replaced common package APIResponse and updated imports. |
| 12 | +- Added user/password authentication (single user mode). |
| 13 | +- Added migration script and demo user seeding for auth. |
| 14 | +- Dropped legacy auth table and removed crypto dependency from frontend forms. |
| 15 | + |
| 16 | +## Features & Improvements |
| 17 | + |
| 18 | +- Added support for attachments for all logs and entries. |
| 19 | +- Added alerts for expiry of PUCC and insurance. |
| 20 | +- Added functionality to export/import data in JSON format. |
| 21 | +- Added file upload limitation. |
| 22 | +- Added HTTP mode and defaulted logging requests as true. |
| 23 | +- Added preview for attached files and image upload improvements. |
| 24 | +- Added --host to preview command. |
| 25 | +- Created new Dockerfile and improved Docker support (fixed CORS). |
| 26 | +- Refactored environment variable handling (separate client/server). |
| 27 | +- Removed dotenvx dependency and updated build configuration. |
| 28 | +- Upgraded Node.js to 24 and pnpm to 10 in CI workflow. |
| 29 | +- Updated GitHub Actions and improved CI/CD. |
| 30 | + |
| 31 | +## Bug Fixes |
| 32 | + |
| 33 | +- Fixed data seeding and data table rendering issues. |
| 34 | +- Fixed warnings, linting issues, and broken components. |
| 35 | +- Fixed error in mileage calculation. |
| 36 | +- Fixed editing in attachment and form submitting issues. |
| 37 | +- Fixed broken env for demo mode and improved logging. |
| 38 | +- Fixed auth check and made auth single user. |
| 39 | +- Fixed loggings and added DB patch step in initialization. |
| 40 | + |
| 41 | +## Other |
| 42 | + |
| 43 | +- Removed tests and updated environment variables. |
| 44 | +- General cleanup and code quality improvements. |
| 45 | + |
| 46 | +For a full list of changes, see the [compare view](https://github.com/javedh-dev/tracktor/compare/0.5.1...1.0.0). |
0 commit comments