Skip to content

v1.13.0

Compare
Choose a tag to compare
@meltyshev meltyshev released this 17 Oct 17:41
· 168 commits to master since this release

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

Full Changelog: v1.12.0...v1.13.0