planka

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

AGPL-3.0 License

Stars
6.3K
Committers
96

Bot releases are visible (Hide)

planka - v1.14.3

Published by meltyshev 12 months ago

What's Changed

  • feat: Add ability to ignore roles when logging in with SSO (#534)
  • fix: Disable role change when OIDC roles are not ignored

New Contributors

Full Changelog: https://github.com/plankanban/planka/compare/v1.14.2...v1.14.3

planka - planka-0.1.9

Published by github-actions[bot] 12 months ago

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

planka - planka-0.1.8

Published by github-actions[bot] 12 months ago

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

planka - v1.14.2

Published by meltyshev 12 months ago

What's Changed

  • fix: Add task counter in card modal (#525)
  • fix: Make default admin environment variables optional
  • fix: Fix logging out with invalid token

New Contributors

Full Changelog: https://github.com/plankanban/planka/compare/v1.14.1...v1.14.2

planka - planka-0.1.7

Published by github-actions[bot] 12 months ago

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

planka - v1.14.1

Published by meltyshev almost 1 year ago

What's Changed

  • fix: Fallback to query if there is no fragment

Full Changelog: https://github.com/plankanban/planka/compare/v1.14.0...v1.14.1

planka - planka-0.1.6

Published by github-actions[bot] almost 1 year ago

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

planka - v1.14.0

Published by meltyshev almost 1 year ago

Migrating from 1.13.1 to 1.14.0

If you do not use OIDC

Everything should work without any changes.

If you use OIDC

These environment variables have been removed:

OIDC_REDIRECT_URI
OIDC_JWKS_URI
OIDC_AUDIENCE
OIDC_SKIP_USER_INFO

The OIDC_CLIENT_SECRET environment variable has been added.

It's required to change the Client Type in the OIDC provider to Confidential and add the obtained Client Secret to the environment variables.

What's Changed

  • feat: Improve OIDC SSO (#524)

Full Changelog: https://github.com/plankanban/planka/compare/v1.13.1...v1.14.0

planka - planka-0.1.5

Published by github-actions[bot] almost 1 year ago

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

planka - planka-0.1.4

Published by github-actions[bot] about 1 year ago

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

planka - v1.13.1

Published by meltyshev about 1 year ago

What's Changed

  • feat: Add arbitrary environment variables to Helm chart (#507)
  • fix: Fix order of checks when logging in

Full Changelog: https://github.com/plankanban/planka/compare/v1.13.0...v1.13.1

planka - planka-0.1.3

Published by github-actions[bot] about 1 year ago

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

planka - v1.13.0

Published by meltyshev about 1 year ago

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: https://github.com/plankanban/planka/compare/v1.12.0...v1.13.0

planka - planka-0.1.2

Published by github-actions[bot] about 1 year ago

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

planka - planka-0.1.1

Published by github-actions[bot] over 1 year ago

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

planka - v1.12.0

Published by meltyshev over 1 year ago

What's Changed

  • feat: Allow postgres connections that require ssl mode (#409)
  • feat: Add official Helm Chart (#442)
  • fix: Update Chinese translation (#410)
  • fix: Fix Chinese translation (#464)
  • fix: Fix saving milliseconds for timestamps
  • fix: Use creation timestamp instead of id for ordering

New Contributors

Full Changelog: https://github.com/plankanban/planka/compare/v1.11.0...v1.12.0

planka - planka-0.1.0

Published by github-actions[bot] over 1 year ago

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

planka - v1.11.0

Published by meltyshev over 1 year ago

What's Changed

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

Full Changelog: https://github.com/plankanban/planka/compare/v1.10.3...v1.11.0

planka - v1.10.3

Published by meltyshev over 1 year ago

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: https://github.com/plankanban/planka/compare/v1.10.2...v1.10.3

planka - v1.10.2

Published by meltyshev over 1 year ago

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: https://github.com/plankanban/planka/compare/v1.10.1...v1.10.2