Wekan
Open source kanban board application built with Meteor
Alternative to: trello
About
Versions (218)
v10.05
2026-07-20v10.05 2026-07-20 WeKan ® release
This release fixes the following bugs:
- Fix: FerretDB high CPU and cards not opening — FerretDB v1 does not implement
MongoDB change streams, but the snap default reactivity order put
changeStreamsfirst, so Meteor issued $changeStream aggregates that FerretDB rejected thousands of times per second (a busy-loop pinning FerretDB CPU at 100-390% — the “aggregate=…” that dominated the operations summary — and starving board/card loading so cards would not open). The snap now forceschangeStreamsout of the reactivity order for FerretDB (oplog + polling only); real MongoDB is unchanged (#6492, #6493, #6480). Thanks to uusijani, mueschel and xet7. - Fix: switching the board view now persists — the setBoardView method did not await the profile write, so the client reloaded before it was saved (and a rejected write was invisible), making view switching (e.g. to the new Statistics view) unreliable; and All Boards on phones now lays the board icons out as a real 2-column CSS grid so at least 2 show per row, where the earlier float rule did not (#6488). Thanks to xet7.
Thanks to above GitHub users for their contributions and translators for their translations.