Wekan
Open source kanban board application built with Meteor
Alternative to: trello
About
Versions (100)
v9.54
2026-06-18v9.54 2026-06-18 WeKan ® release
This release adds the following updates:
- Updated dependencies. Merged Dependabot dependency updates: mongodb 6.21.0 → 7.3.0 in the tests/playwright e2e harness (#6393), @aws-sdk/client-s3 3.1054.0 → 3.1071.0 (#6390), @google-cloud/storage 7.19.0 → 7.21.0 (#6391), @typescript-eslint/eslint-plugin 8.60.1 → 8.61.1 (#6392), and @tweedegolf/sab-adapter-google-cloud 1.0.10 → 3.0.2 (#6389). Thanks to xet7.
- Updated docs. Thanks to xet7.
and adds the following features:
- Added a “Show at Minicard” option for the Card Settings “Mark as complete” toggle.
The “Mark as complete” row in Board Settings → Card Settings now has its own “Show at Minicard”
checkbox (new board setting
allowsDueCompleteOnMinicard), unchecked by default — so the complete toggle is no longer shown on the current board’s minicards unless it is explicitly enabled. Thanks to xet7.
and fixes the following bugs:
- Updated tests. Thanks to xet7.
- Explain to Dependabot to not complain about rspack. Thanks to xet7.
- Fixed Card Settings toggles (e.g. “Mark as complete”) could not be reversed
without refreshing the page.
The Board Settings → Card Settings popup (
boardCardSettingsPopup) cached the board once inonCreatedas a non-reactive snapshot, but its toggle handlers computed the new value from that snapshot (!tpl.currentBoard.allowsX). So the first toggle worked, but reversing it recomputed!oldValuefrom the stale snapshot and set the same value again — it only “reset” after a page refresh re-took the snapshot. Fixed by re-reading the board reactively in anautorun, so every Card Settings toggle works both ways without a refresh. The same fix was applied to the Subtask Settings popup, which had the identical pattern. Thanks to xet7.
Thanks to above GitHub users for their contributions and translators for their translations.