Skip to content

Releases: leepeuker/movary

0.36.0

30 Dec 20:32
27c5bd0
Compare
Choose a tag to compare

Summary:

  • The letterboxd import was reworked, now the diary.csv has to be imported instead of the (wrongfully) used watched.csv and a few things were renamed from history to diary in this context.
  • The letterboxd export was added, you can now export your data from movary and import to letterboxd

What's Changed

Full Changelog: 0.35.8...0.36.0

0.35.8

29 Dec 17:25
1c99416
Compare
Choose a tag to compare

What's Changed

  • Improve visibility of data sharing feature (e.g. url like /<username> will now redirect to /<username>/dashboard) by @leepeuker in #197
  • Do not require company origin country in remaining places by @leepeuker in #198

Full Changelog: 0.35.7...0.35.8

0.35.7

28 Dec 18:15
03f3ffd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.35.6...0.35.7

0.35.6

27 Dec 17:30
c034786
Compare
Choose a tag to compare

What's Changed

  • Fix broken pagination elements by @leepeuker in #191
  • Handle movies which cannot be created during letterboxd import gracefully by @leepeuker in #190

Full Changelog: 0.35.5...0.35.6

0.35.5

26 Dec 17:26
1e90695
Compare
Choose a tag to compare

What's Changed

  • Make tmdb movie poster path and runtime nullable (fixes some tmdb movie sync issues) by @leepeuker in #188

Full Changelog: 0.35.4...0.35.5

0.35.4

25 Dec 10:03
17ca8e3
Compare
Choose a tag to compare

What's Changed

  • Make cast character names nullable to prevent errors if name is missing by @leepeuker in #185

Full Changelog: 0.35.3...0.35.4

0.35.3

23 Dec 15:14
38c5eb0
Compare
Choose a tag to compare

What's Changed

  • Set busy_timeout for sqlite connections to 3 seconds (should fix database lock issues when using sqlite) by @leepeuker in #183

Full Changelog: 0.35.2...0.35.3

0.35.2

23 Dec 14:26
78b3e29
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.35.1...0.35.2

0.35.1

21 Dec 21:10
bcb6dfb
Compare
Choose a tag to compare

What's Changed

  • Only require necessary data from trakt tv movies (fixes some trakt.tv import issues) by @leepeuker in #173

Full Changelog: 0.35.0...0.35.1

0.35.0

21 Dec 13:37
78eea53
Compare
Choose a tag to compare

Summary (contains breaking changes!!!):

  • Added support for SQLite and new required environment variable DATABASE_MODE (set it to mysql to keep everything like it was or set it to sqlite)
  • Renamed environment variables
    • DATABASE_HOST => DATABASE_MYSQL_HOST
    • DATABASE_PORT => DATABASE_MYSQL_PORT
    • DATABASE_NAME => DATABASE_MYSQL_NAME
    • DATABASE_USER => DATABASE_MYSQL_USER
    • DATABASE_PASSWORD => DATABASE_MYSQL_PASSWORD
    • DATABASE_CHARSET => DATABASE_MYSQL_CHARSET
    • DATABASE_DRIVER => removed
  • minor bug fixes

What's Changed

Full Changelog: 0.34.0...0.35.0