Migrating from 1.3.2 to 1.4.0
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
feat: Add tasks reordering
Full Changelog: v1.3.2...v1.4.0