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.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 - 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 - 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 - 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 - 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 - 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 - 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

planka - v1.10.1

Published by meltyshev almost 2 years ago

What's Changed

  • feat: Display version in UI
  • fix: Fix markdown styles and card description font size

Full Changelog: https://github.com/plankanban/planka/compare/v1.10.0...v1.10.1

planka - v1.10.0

Published by meltyshev almost 2 years ago

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

planka - v1.9.2

Published by meltyshev almost 2 years ago

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

planka - v1.9.1

Published by meltyshev almost 2 years ago

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

planka - v1.9.0

Published by meltyshev almost 2 years ago

What's Changed

  • feat: Trello board JSON import (#352)

New Contributors

Full Changelog: https://github.com/plankanban/planka/compare/v1.8.9...v1.9.0

planka - v1.8.9

Published by meltyshev almost 2 years ago

What's Changed

  • fix: Fix error on initial loading

Full Changelog: https://github.com/plankanban/planka/compare/v1.8.8...v1.8.9

planka - v1.8.8

Published by meltyshev almost 2 years ago

What's Changed

  • fix: Fix router synchronization with redux store
  • fix: Prevent popup from overflowing

Full Changelog: https://github.com/plankanban/planka/compare/v1.8.7...v1.8.8

planka - v1.8.7

Published by meltyshev almost 2 years ago

What's Changed

  • fix: Improve building

Full Changelog: https://github.com/plankanban/planka/compare/v1.8.6...v1.8.7

planka - v1.8.6

Published by meltyshev almost 2 years ago

What's Changed

  • fix: Fix card repositioning

New Contributors

Full Changelog: https://github.com/plankanban/planka/compare/v1.8.5...v1.8.6

planka - v1.8.5

Published by meltyshev almost 2 years ago

What's Changed

  • feat: Add markdown editor in card description (#333)
  • fix: Fix z-indexes
  • fix: Hide label actions based on role
  • fix: Fix board actions for mobile
  • fix: Fix notifications popup styles

New Contributors

Full Changelog: https://github.com/plankanban/planka/compare/v1.8.4...v1.8.5

planka - v1.8.4

Published by meltyshev about 2 years ago

What's Changed

  • feat: Prefill label creation with search term (#307)
  • fix: Update German translation (#306)
  • fix: Socket bug fixes and improvements
  • fix: Fix missing board memberships loading

New Contributors

Full Changelog: https://github.com/plankanban/planka/compare/v1.8.3...v1.8.4