Movary
Self-hosted hub to track, rate and explore your movie watch history
Alternative to: letterboxd, trakt
About
Versions (100)
0.39.0
2023-01-12Breaking changes!
- Some urls have changed, so check if your bookmarks still work. This was needed to add some clarity to the http routes.
- The
storagedirectory handling was updated, which affects especially the cached images. Their path changed from/storageto/storage/app/public. To migrate create the new directory and move your images there. The easiest solution is to justtmdb:imageCache:deletedelete the cache before upgrading andtmdb:imageCache:refreshingafterwards. If you have more problems check here
What’s Changed
- Update web http routes by @leepeuker in https://github.com/leepeuker/movary/pull/223
- Complete storage directory integration by @leepeuker in https://github.com/leepeuker/movary/pull/226
- Add dockerless install by @leepeuker in https://github.com/leepeuker/movary/pull/227
Full Changelog: https://github.com/leepeuker/movary/compare/0.38.1…0.39.0