planka

The realtime kanban board for workgroups built with React and Redux.

AGPL-3.0 License

Stars
6.3K
Committers
96

Bot releases are hidden (Show)

planka - v1.3.0

Published by meltyshev over 2 years ago

Migrating from 1.2.1 to 1.3.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 gallery for attachments

Full Changelog: https://github.com/plankanban/planka/compare/v1.2.1...v1.3.0

planka - v1.2.1

Published by meltyshev over 2 years ago

What's Changed

  • feat: Add Slovak translation (#265)

New Contributors

Full Changelog: https://github.com/plankanban/planka/compare/v1.2.0...v1.2.1

planka - v1.2.0

Published by meltyshev over 2 years ago

What's Changed

  • feat: Add ability to edit users

Full Changelog: https://github.com/plankanban/planka/compare/v1.1.6...v1.2.0

planka - v1.1.6

Published by meltyshev over 2 years ago

What's Changed

  • fix: Fix markdown line breaks

Full Changelog: https://github.com/plankanban/planka/compare/v1.1.5...v1.1.6

planka - v1.1.5

Published by meltyshev over 2 years ago

What's Changed

  • fix: Fix Swedish language code

Full Changelog: https://github.com/plankanban/planka/compare/v1.1.4...v1.1.5

planka - v1.1.4

Published by meltyshev over 2 years ago

What's Changed

  • feat: Add Swedish translation (#246)
  • fix: Fix dependencies installation for multi-arch images

New Contributors

Full Changelog: https://github.com/plankanban/planka/compare/v1.1.3...v1.1.4

planka - v1.1.3

Published by meltyshev over 2 years ago

What's Changed

  • fix: Fix attachment headers

New Contributors

Full Changelog: https://github.com/plankanban/planka/compare/v1.1.2...v1.1.3

planka - v1.1.2

Published by meltyshev over 2 years ago

What's Changed

  • fix: Change way to fix application crash when deleting project

Full Changelog: https://github.com/plankanban/planka/compare/v1.1.1...v1.1.2

planka - v1.1.1

Published by meltyshev over 2 years ago

What's Changed

  • fix: Fix application crash after deleting project

Full Changelog: https://github.com/plankanban/planka/compare/v1.1.0...v1.1.1

planka - v1.1.0

Published by meltyshev over 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: https://github.com/plankanban/planka/compare/v1.0.0...v1.1.0

planka - v1.0.0

Published by meltyshev over 2 years ago

First stable release. Cheers 🎉

We are so excited that Planka is successfully used by so many people now.
The work on the next version is already in full swing.

Many thanks to our contributors and everyone who gives feedback 🙏

planka - v1.0.0-beta.0

Published by meltyshev over 3 years ago

Initial beta release.