Migrating from 1.6.0 to 1.7.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 search by users, members and labels
feat: Permissions for board members
fix: Little improvements in users modal
Full Changelog: v1.6.0...v1.7.0