Skip to content

Releases: leepeuker/movary

0.55.0

14 Jun 18:39
19c6ce8
Compare
Choose a tag to compare

What's Changed

  • Add docker secrets support by @JVT038 in #386
  • Add user customization for dashboard rows by @JVT038 in #357
  • Add new dashboard row "Latest in Watchlist" by @JVT038 in #393
  • Add basic email sending support by @leepeuker in #371
  • Bugfix: Delete local persons which do not longer existing in TMDB by @leepeuker in #395

Full Changelog: 0.54.0...0.55.0

0.54.0

11 Jun 15:26
14fa6d2
Compare
Choose a tag to compare

Introducing the new documentation website!

What's Changed

Full Changelog: 0.53.1...0.54.0

0.53.1

01 Jun 06:05
95361fc
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Disable unnecessary imagick php extension in docker image by @JVT038 in #367
  • Bugfix: Fix issue with unique movies calculation (movies without genres were ignored) by @leepeuker in #374

Full Changelog: 0.53.0...0.53.1

0.53.0

22 May 14:26
d8fdf1d
Compare
Choose a tag to compare

What's Changed

  • Move job queue page to server settings (admins only now) by @leepeuker in #356
  • Add table with logs of last imports to trakt and letterboxd integration setting pages by @leepeuker in #363
  • Add list of the latest releases to app settings page by @leepeuker in #299
  • Add cli commands to refresh and delete cached tmdb country codes by @leepeuker in #365
  • Add nightly docker image (image stays up to date with the main branch) by @tungbq in #362
  • Add notification posts to movary subreddit for new releases by @leepeuker in #352
  • Bugfix: Always set the imdb update timestamp when the rating was synced, not only when the rating changed by @leepeuker in #349
  • Bugfix: Fix issue with automatic watchlist removal parameter when updating general account settings by @leepeuker in #366

New Contributors

Full Changelog: 0.52.0...0.53.0

0.52.0

15 May 11:51
c3ca773
Compare
Choose a tag to compare

Attention webhook users

This release adds the server setting "application url". You can set this via the environment (APPLICATION_URL) or via the UI on the general server settings page (/settings/server/general, only possible with admin users).

Without the application url set you can no longer get or manage webhook urls (webhook urls created before this release are still working, they are just not displayed in the settings until the application url is set).

What's Changed

  • Bugfix: Fix db constraint issue when production companies are not unique for a movie by @leepeuker in #338
  • Watchlist: Add options modal when clicking on movie poster to e.g. remove movie from watchlist directly by @leepeuker and @JVT038 in #340
  • Server: Add application url setting to server by @JVT038 in #328

Full Changelog: 0.51.0...0.52.0

0.51.0

07 May 15:54
31ff9e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.50.0...0.51.0

0.50.0

27 Apr 17:17
8d95f99
Compare
Choose a tag to compare

What's Changed

  • Add watch date comments to history export/import by @leepeuker in #327
  • Add public user registration (must explicitly be enabled with the new env variable ENABLE_REGISTRATION) by @JVT038 in #321

Full Changelog: 0.49.0...0.50.0

0.49.0

26 Apr 12:30
7d17434
Compare
Choose a tag to compare

What's Changed

  • Update the rating change UI on movie detail pages by @leepeuker in #315
  • Update account settings UI by @leepeuker in #317
  • Add a general server settings page to manage TMDB API key when no env variable is used by @leepeuker in #322

Full Changelog: 0.48.1...0.49.0

0.48.1

14 Apr 16:19
1035e7c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.48.0...0.48.1

0.48.0

12 Apr 17:36
0d3cbca
Compare
Choose a tag to compare

Important: You can now set a user as admin. To set an existing user as admin you can use e.g. php bin/console.php user:update USER_ID --isAdmin=1

Added user management UI for admin users! Checkout the new settings page UI at /settings/users to create, edit or delete users.

What's Changed

Full Changelog: 0.47.4...0.48.0