Movary
Self-hosted hub to track, rate and explore your movie watch history
Alternative to: letterboxd, trakt
About
Versions (100)
0.35.0
2022-12-21Summary (contains breaking changes!!!):
- Added support for SQLite and new required environment variable
DATABASE_MODE(set it tomysqlto keep everything like it was or set it tosqlite) - Renamed environment variables
DATABASE_HOST=>DATABASE_MYSQL_HOSTDATABASE_PORT=>DATABASE_MYSQL_PORTDATABASE_NAME=>DATABASE_MYSQL_NAMEDATABASE_USER=>DATABASE_MYSQL_USERDATABASE_PASSWORD=>DATABASE_MYSQL_PASSWORDDATABASE_CHARSET=>DATABASE_MYSQL_CHARSETDATABASE_DRIVER=> removed
- minor bug fixes
What’s Changed
- Fix wrong job status when starting image sync by @leepeuker in https://github.com/leepeuker/movary/pull/164
- Fix outdated last tmdb sync logic by @leepeuker in https://github.com/leepeuker/movary/pull/165
- Replace pdo connections with dbal connections by @leepeuker in https://github.com/leepeuker/movary/pull/169
- Add more unit tests by @leepeuker in https://github.com/leepeuker/movary/pull/167
- Add sqlite support by @leepeuker in https://github.com/leepeuker/movary/pull/170
Full Changelog: https://github.com/leepeuker/movary/compare/0.34.0…0.35.0