Skip to content

Releases: plankanban/planka

v1.7.3

26 Aug 17:14
Compare
Choose a tag to compare

What's Changed

  • feat: Stronger password policy
  • fix: Remove dots in translations

Full Changelog: v1.7.2...v1.7.3

v1.7.2

26 Aug 14:07
Compare
Choose a tag to compare

What's Changed

  • fix: Change mechanics of file uploading
  • fix: Add missing border radius
  • fix: Use move-file instead of rename

Full Changelog: v1.7.1...v1.7.2

v1.7.1

24 Aug 13:45
Compare
Choose a tag to compare

What's Changed

  • feat: Modify logger to log to file that supports fail2ban (#284)
  • feat: Add Italian translation. Thanks to @belf88
  • fix: Fix missed function name
  • fix: Use custom logger only for production
  • fix: Add missing border radiuses

New Contributors

Full Changelog: v1.7.0...v1.7.1

v1.7.0

19 Aug 12:07
Compare
Choose a tag to compare

Migrating from 1.6.0 to 1.7.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 search by users, members and labels
  • feat: Permissions for board members
  • fix: Little improvements in users modal

Full Changelog: v1.6.0...v1.7.0

v1.6.0

09 Aug 20:39
Compare
Choose a tag to compare

Migrating from 1.5.2 to 1.6.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: Improve security of access tokens (#279)
  • fix: Provide default value for token expiration

Full Changelog: v1.5.2...v1.6.0

v1.5.2

03 Aug 22:39
Compare
Choose a tag to compare

What's Changed

  • fix: Fix path traversal vulnerability

Full Changelog: v1.5.1...v1.5.2

v1.5.1

03 Aug 10:25
Compare
Choose a tag to compare

What's Changed

  • feat: Add Korean translation. Thanks to @chooya
  • fix: Fix label style

Full Changelog: v1.5.0...v1.5.1

v1.5.0

29 Jul 15:49
Compare
Choose a tag to compare

Migrating from 1.4.1 to 1.5.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 language selector
  • feat: Toggle actions details, little redesign
  • fix: Fix select behaviour
  • fix: Fix styles

Full Changelog: v1.4.1...v1.5.0

v1.4.1

24 Jul 15:16
Compare
Choose a tag to compare

What's Changed

  • fix: Fix core locale loading

Full Changelog: v1.4.0...v1.4.1

v1.4.0

21 Jul 09:41
Compare
Choose a tag to compare

Migrating from 1.3.2 to 1.4.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 tasks reordering

Full Changelog: v1.3.2...v1.4.0