Releases: leepeuker/movary
Releases · leepeuker/movary
0.42.0
Added new feature: Netflix importer
Thanks to @JVT038!
What's Changed
- Import netflix CSV file by @JVT038 in #228
- Netflix import cleanup by @leepeuker in #256
- Added deleting Netflix item before import by @JVT038 in #261
- Fixed issue with no title and fixed the poster url by @JVT038 in #262
- Add custom date format definition to Netflix import by @leepeuker in #263
- Fixed page navigation by @JVT038 in #267
- Disable the input fields during 'Not found' filter by @JVT038 in #269
- Publish netflix import feature by @leepeuker in #266
New Contributors
Full Changelog: 0.41.0...0.42.0
0.41.0
What's Changed
- Refactor imdb rating sync (improved logging and stability) by @leepeuker in #245
- Add tmdb backdrop imgages to the synced data for later usage by @leepeuker in #249
- Add support for (optional) watch dates comments by @leepeuker in #254
Full Changelog: 0.40.0...0.41.0
0.40.0
What's Changed
- Add button to log new watch date directly on a movie detail page by @leepeuker in #241
- Add buttons to refresh movie meta data directly on a movie detail page by @leepeuker in #242
Full Changelog: 0.39.4...0.40.0
0.39.4
Important:
If you have imported data from trakt before this update, please execute the new cli command trakt:updateCache
before executing the next import, otherwise you could run into problems (e.g. importing duplicated data).
What's Changed
- Update letterboxd export structure again by @leepeuker in #238
- Rework trakt import and fix some weird behavior by @leepeuker in #240
Full Changelog: 0.39.3...0.39.4
0.39.3
What's Changed
- Update generated letterboxd export csv row order to match the letterboxd import csv order by @leepeuker in #237
Full Changelog: 0.39.2...0.39.3
0.39.2
What's Changed
- Update generated letterboxd export csv structure to match the letterboxd import csv file structure by @leepeuker in #236
Full Changelog: 0.39.1...0.39.2
0.39.1
What's Changed
- Use dedicated imdb movie ratings pages for scraping (fixes broken imdb rating sync) by @leepeuker in #232
Full Changelog: 0.39.0...0.39.1
0.39.0
Breaking changes!
- Some urls have changed, so check if your bookmarks still work. This was needed to add some clarity to the http routes.
- The
storage
directory handling was updated, which affects especially the cached images. Their path changed from/storage
to/storage/app/public
. To migrate create the new directory and move your images there. The easiest solution is to justtmdb:imageCache:delete
delete the cache before upgrading andtmdb:imageCache:refreshing
afterwards. If you have more problems check here
What's Changed
- Update web http routes by @leepeuker in #223
- Complete storage directory integration by @leepeuker in #226
- Add dockerless install by @leepeuker in #227
Full Changelog: 0.38.1...0.39.0
0.38.1
What's Changed
- Fix too open permissions for editing users movie watch dates and ratings by @leepeuker in #213
Full Changelog: 0.38.0...0.38.1
0.38.0
What's Changed
- Fix layout issue if movie poster height is to small on dashboard latest plays by @leepeuker in #209
- Improve movie page UI for displaying and managing user watch dates by @leepeuker in #210
- Improve stability for movie watch date updates and fix bug when deleting last watch date of a movie by @leepeuker in #211
- Format movie ratings (tmdb and imdb) correctly by @leepeuker in #212
Full Changelog: 0.37.0...0.38.0