Releases: leepeuker/movary
Releases · leepeuker/movary
0.36.0
Summary:
- The letterboxd import was reworked, now the
diary.csv
has to be imported instead of the (wrongfully) usedwatched.csv
and a few things were renamed fromhistory
todiary
in this context. - The letterboxd export was added, you can now export your data from movary and import to letterboxd
What's Changed
- Rework letterboxd import by @leepeuker in #199
- Add letterboxd export by @leepeuker in #201
- Filter letterboxd export correctly by user id by @leepeuker in #202
Full Changelog: 0.35.8...0.36.0
0.35.8
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
What's Changed
- Fix buggy movie history deletion query by @leepeuker in #192
- Fix broken updating of already existing movie ratings by @leepeuker in #193
- Improve logging and refactor trakt import by @leepeuker in #194
Full Changelog: 0.35.6...0.35.7
0.35.6
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
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
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
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
What's Changed
- Replace external cdn usages with local delivery by @leepeuker in #180
- Fix issue with broken rating updates by @leepeuker in #181
Full Changelog: 0.35.1...0.35.2
0.35.1
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
Summary (contains breaking changes!!!):
- Added support for SQLite and new required environment variable
DATABASE_MODE
(set it tomysql
to keep everything like it was or set it tosqlite
) - 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
- Fix wrong job status when starting image sync by @leepeuker in #164
- Fix outdated last tmdb sync logic by @leepeuker in #165
- Replace pdo connections with dbal connections by @leepeuker in #169
- Add more unit tests by @leepeuker in #167
- Add sqlite support by @leepeuker in #170
Full Changelog: 0.34.0...0.35.0