Releases: plankanban/planka
planka-0.1.1
A Helm chart to deploy Planka and it's dependencies.
planka-0.1.0
A Helm chart to deploy Planka and it's dependencies.
v1.11.0
v1.10.3
A database connection error may occur after the update. Please use v1.11.0 instead.
Migrating from 1.10.2 to 1.10.3
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: Allow postgres connections that require ssl mode (#404)
- fix: Fix paths in css files when building on windows
- fix: Prevent board from scrolling when it starts with non-left-click
- fix: Rename timer to stopwatch
New Contributors
- @orbatschow made their first contribution in #404
Full Changelog: v1.10.2...v1.10.3
v1.10.2
The license has been changed from MIT to AGPL. This will affect only those who distribute their developments based on Planka.
What's Changed
- feat: Add manual backup and restore scripts for docker (#386)
- feat: Display current project and board in page title
- fix: Preserve orientation of images
- fix: Fix import from Trello
- fix: Fix line breaks in task preview
New Contributors
Full Changelog: v1.10.1...v1.10.2
v1.10.1
What's Changed
- feat: Display version in UI
- fix: Fix markdown styles and card description font size
Full Changelog: v1.10.0...v1.10.1
v1.10.0
Migrating from 1.9.1 to 1.9.2
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: Open card once created with Ctrl+Enter (#373)
- feat: Labels reordering
- fix: Update Italian translation (#363)
- fix: Fix npm install errors on Windows (#368)
New Contributors
- @albanobattistella made their first contribution in #363
- @RARgames made their first contribution in #368
Full Changelog: v1.9.2...v1.10.0
v1.9.2
Migrating from 1.9.1 to 1.9.2
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
- fix: Improve quality of resized images
- fix: Prevent scroll when focusing
- fix: Show completed tasks greyed out
Full Changelog: v1.9.1...v1.9.2
v1.9.1
Migrating from 1.9.0 to 1.9.1
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: Preserve original format of images, change interpolation kernel
- fix: Increase height of scroll area in popups
- fix: Add missing translation key
- fix: Fix active tab style
- fix: Fix image size for animated attachments
- fix: Proper image error handling during migration
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- feat: Trello board JSON import (#352)
New Contributors
- @christophenne made their first contribution in #352
Full Changelog: v1.8.9...v1.9.0