Releases: leepeuker/movary
Releases · leepeuker/movary
0.18.0
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
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
- Add new settings page to import data from letterboxd by @leepeuker in #67
- Improve import explanation by @leepeuker in #69
Full Changelog: 0.16.1...0.17.0
0.16.1
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
0.15.1
0.15.0
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
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
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
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
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