Skip to content

Releases: leepeuker/movary

0.18.0

25 Jul 13:15
b8f2da2
Compare
Choose a tag to compare

Summary:

  • username is now used instead of user id in url routes
  • username may only contain alphanumeric characters
  • username is now a required user attribute
  • user attribute validation is no enforced everywhere (was missing at a few places via cli before)

What's Changed

  • User username as route parameter instead of user id by @leepeuker in #70

Full Changelog: 0.17.0...0.18.0

0.17.0

22 Jul 19:54
031fe01
Compare
Choose a tag to compare

Summary:

  • added letterboxd watched movies and ratings import
  • added new settings page to import from letterboxd
  • removed legacy letterboxd import cli command

What's Changed

Full Changelog: 0.16.1...0.17.0

0.16.1

21 Jul 09:48
9e7aef6
Compare
Choose a tag to compare

What's Changed

  • Fix broken confirm dialog on account data deletions by @leepeuker in #65

Full Changelog: 0.16.0...0.16.1

0.16.0

21 Jul 09:34
24d4556
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15.1...0.16.0

0.15.1

20 Jul 15:22
Compare
Choose a tag to compare

What's Changed

  • Fix small issue in html markup of settings page

Full Changelog: 0.15.0...0.15.1

0.15.0

20 Jul 15:17
70da2e3
Compare
Choose a tag to compare

FYI Added new env variable MIN_RUNTIME_IN_SECONDS_FOR_JOB_PROCESSING, default value is 15

What's Changed

  • Add processing of scheduled background jobs (e.g. to execute a trakt sync, which can take a while) by @leepeuker in #61

Full Changelog: 0.14.1...0.15.0

0.14.1

18 Jul 17:49
0637a7b
Compare
Choose a tag to compare

What's Changed

  • Check if core account changes are allowed for user before executing them by @leepeuker in #60

Full Changelog: 0.14.0...0.14.1

0.14.0

18 Jul 17:22
75e5b38
Compare
Choose a tag to compare

What's Changed

  • Added flag to disable core user account changes (using this for the test user account in the demo app, so that visitors cannot "accidentally" delete the test user account or change its password) by @leepeuker in #59

Full Changelog: 0.13.0...0.14.0

0.13.0

15 Jul 20:08
a977f74
Compare
Choose a tag to compare

Attention
This release has changed a few cli commands :

  • the database migration command changed
  • the user change/update command changed

What's Changed

  • Update user managment commands and remove global movary command prefix by @leepeuker in #57
  • Improve cli database management by @leepeuker in #58

Full Changelog: 0.12.0...0.13.0

0.12.0

14 Jul 13:27
67178f4
Compare
Choose a tag to compare

What's Changed

  • Add way to change date format in frontend via settings page by @leepeuker in #54

Full Changelog: 0.11.0...0.12.0