Migrating from 1.9.1 to 1.9.2
If you use docker-compose or run docker manually
Everything should work without any changes.
If you run it without docker
You need to migrate the database by npm run server:db:migrate
.
What's Changed
- fix: Improve quality of resized images
- fix: Prevent scroll when focusing
- fix: Show completed tasks greyed out
Full Changelog: v1.9.1...v1.9.2