Skip to content

Releases: plankanban/planka

planka-0.1.1

12 Jun 22:46
Compare
Choose a tag to compare

A Helm chart to deploy Planka and it's dependencies.

planka-0.1.0

25 May 15:23
932d822
Compare
Choose a tag to compare

A Helm chart to deploy Planka and it's dependencies.

v1.11.0

27 Feb 22:03
Compare
Choose a tag to compare

What's Changed

  • revert: Allow postgres connections that require ssl mode (#408)

Full Changelog: v1.10.3...v1.11.0

v1.10.3

27 Feb 18:15
Compare
Choose a tag to compare

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

Full Changelog: v1.10.2...v1.10.3

v1.10.2

20 Feb 10:46
Compare
Choose a tag to compare

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

  • @vsaw made their first contribution in #386

Full Changelog: v1.10.1...v1.10.2

v1.10.1

10 Jan 15:42
Compare
Choose a tag to compare

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

09 Jan 11:39
Compare
Choose a tag to compare

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

Full Changelog: v1.9.2...v1.10.0

v1.9.2

26 Dec 21:58
Compare
Choose a tag to compare

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

24 Dec 15:27
Compare
Choose a tag to compare

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

16 Dec 23:11
Compare
Choose a tag to compare

What's Changed

  • feat: Trello board JSON import (#352)

New Contributors

Full Changelog: v1.8.9...v1.9.0