Migrating from 1.12.0 to 1.13.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 edit icon to project name (#457)
- feat: Add Turkish translation (#501)
- feat: OIDC with PKCE flow (#491)
- feat: Use environment variables for default admin configuration
- fix: Keep comment edits when textarea loses focus (#443)
- fix: Keep task edits when textarea loses focus
- fix: Update Czech translation (#485)
- fix: Update Russian translation (#497)
- fix: Decouple BASE_URL from Ingress host (#498)
New Contributors
- @MikeJeffers made their first contribution in #443
- @leroyloren made their first contribution in #485
- @a-n-d-r made their first contribution in #497
- @rocketproto made their first contribution in #498
- @creador30 made their first contribution in #501
- @gorrilla10101 made their first contribution in #491
- @betovidal made their first contribution in #504
Full Changelog: v1.12.0...v1.13.0