Migrating from 1.4.1 to 1.5.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 language selector
feat: Toggle actions details, little redesign
fix: Fix select behaviour
fix: Fix styles
Full Changelog: v1.4.1...v1.5.0