Added
- SQLite Support: Migrated database engine from PostgreSQL to SQLite for a simpler, "single-file" deployment.
- Migration Tooling: Added
docker-compose.migrate.ymlandpg-to-sqlite.tsto automatically convert data from old PostgreSQL installations. - Improved Docker Experience: Default environment variables and automatic directory creation for a true "Pull & Run" experience.
- Migration UI Warning: Added a prominent banner on the Setup page to prevent users from accidentally skipping the migration process.
Changed
- Refactored
storage.tsandschema.tsfor SQLite compatibility. - Simplified
docker-compose.yml(removed PostgreSQL service). - Updated
README.mdand addeddocs/MIGRATION.mdwith detailed upgrade instructions.
Fixed
- Improved reliability of database initialization on fresh installs.
Full Changelog: v1.0.5...v1.1.0