Wekan
Open source kanban board application built with Meteor
Alternative to: trello
About
Versions (218)
v10.09
2026-07-21v10.09 2026-07-21 WeKan ® release
This release fixes the following bugs:
- Fix: on phone-sized touch screens the All Boards page put the board icons BELOW the left menu and search bar (a single stacked column), and because dragscroll does not work over the menu / search area you could not drag-scroll down to the boards below the fold. The board icons now stay in their own column on the RIGHT (narrow left menu, boards right) in both mobile and desktop mode, and BOTH columns are their own drag-scrollable areas — a tall left menu and the boards can each be scrolled down to. In RTL languages the layout mirrors automatically (menu on the right, boards on the left) via the direction-aware grid and logical borders. Thanks to xet7.
- Fix: the Files admin report (Admin Panel / Reports / Files) was stuck on the
loading spinner and never listed its files. An
awaitin theattachmentsListpublication never resolved (a ReactiveCache read / the ostrio FilesCollection cursor’s old-CFS backward-compatibility fallback), sothis.ready()never ran and the subscription never became ready — and the report template only renders once ready. The publication now signals readiness UP FRONT (then streams the page rows, which appear reactively), and computes its data by querying the Boards / Cards /Attachments.collectioncollections directly withfetchAsyncinstead of through ReactiveCache, so it always resolves. The client helpers are also defensive so a data error can never blank the report. Thanks to xet7.
Thanks to above GitHub users for their contributions and translators for their translations.