| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| wekan_10.05_arm64.snap | 2026-07-20 | 303.5 MB | |
| wekan-10.05-riscv64.zip | 2026-07-20 | 310.3 MB | |
| wekan-10.05-ppc64le.zip | 2026-07-20 | 311.6 MB | |
| wekan-10.05-s390x.zip | 2026-07-20 | 312.5 MB | |
| wekan-10.05-sandstorm.spk | 2026-07-20 | 168.2 MB | |
| wekan-10.05-win64.zip | 2026-07-20 | 294.6 MB | |
| wekan-10.05-mac-arm64.zip | 2026-07-20 | 305.2 MB | |
| wekan-10.05-amd64.zip | 2026-07-20 | 306.5 MB | |
| wekan-10.05-arm64.zip | 2026-07-20 | 309.3 MB | |
| README.md | 2026-07-20 | 1.4 kB | |
| v10.05 source code.tar.gz | 2026-07-20 | 32.5 MB | |
| v10.05 source code.zip | 2026-07-20 | 33.6 MB | |
| Totals: 12 Items | 2.7 GB | 0 | |
v10.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.