Skip to content

Releases: leepeuker/movary

0.42.0

02 Feb 06:45
15982c1
Compare
Choose a tag to compare

Added new feature: Netflix importer

Thanks to @JVT038!

What's Changed

New Contributors

Full Changelog: 0.41.0...0.42.0

0.41.0

28 Jan 16:14
5c3411c
Compare
Choose a tag to compare

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

22 Jan 18:58
508b29e
Compare
Choose a tag to compare

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

21 Jan 11:47
b8824d2
Compare
Choose a tag to compare

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

Full Changelog: 0.39.3...0.39.4

0.39.3

19 Jan 15:10
5462ef5
Compare
Choose a tag to compare

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

19 Jan 15:01
25ce2f6
Compare
Choose a tag to compare

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

14 Jan 20:40
d175586
Compare
Choose a tag to compare

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

12 Jan 19:00
509de0e
Compare
Choose a tag to compare

Breaking changes!

  1. Some urls have changed, so check if your bookmarks still work. This was needed to add some clarity to the http routes.
  2. 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 just tmdb:imageCache:delete delete the cache before upgrading and tmdb:imageCache:refreshing afterwards. If you have more problems check here

What's Changed

Full Changelog: 0.38.1...0.39.0

0.38.1

06 Jan 12:53
7a2948d
Compare
Choose a tag to compare

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

05 Jan 20:05
Compare
Choose a tag to compare

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