Wekan
Open source kanban board application built with Meteor
Alternative to: trello
About
Versions (218)
v10.06
2026-07-20v10.06 2026-07-20 WeKan ® release
This release fixes the following bugs:
- Fix: force
changeStreamsout of the reactivity order for FerretDB on all platforms, not only the snap. FerretDB v1 does not implement MongoDB change streams, so a$changeStreamaggregate returns “not implemented” and Meteor busy-loops retrying it (high FerretDB CPU, cards not opening). The snap fix already strippedchangeStreamsfromMETEOR_REACTIVITY_ORDER; the same strip is now applied to the remaining FerretDB run-paths — the standalone FerretDB releasestart-wekan.sh, the FerretDB Docker imagewekan-entrypoint.sh, and the Windowsstart-wekan.bat— sochangeStreamscan never enter the order however it was passed in (OpLog + polling only). The Docker compose files already hardcode safe values, and the real-MongoDBstart-wekan.sh/start-wekan.batare unchanged (#6492, #6493, #6480). Thanks to uusijani, mueschel and xet7. - Fix: the Files admin report (Admin Panel / Reports / Files) showed only its
controls and never listed any files. Its rows and count were read from the
ostrio FilesCollection wrapper, whose FilesCursor does not reliably re-run in a
Blaze helper when the paginated
attachmentsListpublication delivers the page, so the count stayed 0 and the table never rendered. It now reads the underlying reactiveAttachments.collection, the same pattern the rest of the codebase uses for attachment reads. Thanks to xet7.
Thanks to above GitHub users for their contributions and translators for their translations.