Wekan
Open source kanban board application built with Meteor
Alternative to: trello
v10.28
2026-07-23v10.28 2026-07-23 WeKan ® release
This release fixes the following bugs:
-
Opening a card no longer takes ~40 seconds on FerretDB v1 (SQLite). A card’s attachments are looked up with the dotted key
{'meta.cardId': ...}, which the bundled FerretDB dropped from the WHERE (it skipped any dotted-path key), so it full-scanned the wholeattachmentscollection with a per-row decode on every poll while a card was open — slow card content and high idle CPU. The FerretDB v1 fork now pushes down a dotted-path equality/$inas the nested->expression that matches the existingmeta.cardIdindex (see the FerretDB fork changelog). Ships with the bundled FerretDB update. Thanks to xet7.
Thanks to above GitHub users for their contributions and translators for their translations.