This release has no new features, but is a major release because it includes breaking changes
Breaking Changes:
- If you are running the client and server locally (or in 2 separate Docker containers), you must replace
NEXT_PUBLIC_SERVER_URLwithVITE_SERVER_URLin yourclient/.env.productionfile. If you do not, HomeLogger will not work properly. - If you are running using the pre-built Docker image (
francislaboratories/homelogger) or are building the combo image (as used incombo.docker-compose.yml, no action is required.
What's Changed
- Migrate frontend to Vite by @masoncfrancis in #81
- No changes to the backend
As always, please start a discussion post if you see any issues with this version. Make sure to back up before upgrading.
Full Changelog: 0.3.0...0.4.0