github plankanban/planka v1.1.0

latest releases: v1.22.0, planka-0.2.8, planka-0.2.7...
2 years ago

Migrating from 1.0.0 to 1.1.0

If you use docker-compose

Everything should work without any changes.

If you run docker manually

You need to change the attachments mounting path from /app/public/attachments to /app/private/attachments.

If you run it without docker

You need to move the folder server/public/attachments to server/private/attachments:

mv server/public/attachments server/private/attachments

What's Changed

feat: Alway apply migrations on start-up (#172)
feat: Update Czech translation (#217)
feat: Fallback to English if translation is missing
feat: Update German translation (#228)
feat: Store accessToken in cookies instead of localStorage
feat: Remove attachments from public access

fix: Fix missed table name (#227)
fix: Fix markdown options and styles

New Contributors

Full Changelog: v1.0.0...v1.1.0

Don't miss a new planka release

NewReleases is sending notifications on new releases.