HomeLogger
Self-hosted home maintenance and appliance tracker
Alternative to: homezada, centriq
0.5.2
2026-07-28Fixed a bug affecting the healthcheck endpoint when using demo mode.
0.5.1
2026-07-25This release enhances backup import resiliency with pre-import validation, improved UI feedback, and better error handling across different database instances.
0.5.0
2026-07-17Introduces PostgreSQL support, a backup and import system, and updates dependencies, while removing Nginx and changing the default port to 3005.
0.4.4
2026-07-10Updated the data used in demo mode to keep it current.
0.4.3
2026-07-10Switched to a pure-Go Sqlite driver to improve build times.
0.4.2
2026-07-09Updated the go fiber dependency for security purposes.
0.4.1
2026-06-30Updated several client dependencies including react-router, vite, and @babel/core, and fixed docker-compose files.
0.4.0
2026-05-18This release migrates the frontend to Vite and requires updating the server URL environment variable for local installations.
0.3.0
2026-05-15Introduces planning functionality by transitioning to-dos into Tasks with prioritizations, due dates, and recurring items, while adding backend tests and updating dependencies.
0.2.4
2026-02-22Updated to version 0.2.4, featuring a new demo mode, bug fixes for upload directory creation, updated project policies, and Prettier integration.
0.2.3
2026-02-02Fixed a bug that caused healthchecks to fail in the docker image.
0.2.1
2026-01-31Added logos to the project.
0.2.0
2026-01-20Added notes functionality, converted the appliance input to a text field, and improved example text in the Create Appliance modal.
0.1.3
2026-01-12Added sorting, filtering, and grouping to the todo list and relocated the location version number in the frontend and backend.
0.1.2
2026-01-10Fixed a server crash issue occurring during database backups.
0.1.1
2026-01-09Fixed a backend crash by ensuring a database file is created if one is missing and corrected a version number display issue.
0.1.0
2026-01-09Initial release of HomeLogger.