This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryFixed the Files admin report not listing files, Statistics board view never rendering, and All Boards list exceeding viewport height on phones.
Full changelog
v10.07 2026-07-20 WeKan ® release
This release fixes the following bugs:
- 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 paginatedattachmentsListpublication 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. - Fix: the Statistics board view never rendered.
statsView.jade/.js/.css
were not imported anywhere in the client build, so thestatsViewBlaze template
was never registered — switching a board to the Statistics view left the board
canvas empty (the header still showed "Statistics", which only reflects the saved
board view). The three files are now imported alongside the other board views, so
the view renders its board counts and time
summary.
Thanks to xet7. - Fix: on phones the All Boards list grew to the full height of all its boards
instead of staying a bounded, scrollable region, so boards below the fold were
clipped by the surroundingoverflow:hiddenand could not be reached. Two
leftover.board-list.mobile-viewrules (min-height: 100vhand a phantom
::after) re-introduced the exact bug an earlier fix removed elsewhere; removing
them lets the bounded height take effect and the two-column list
scrolls.
Thanks to xet7.
Thanks to above GitHub users for their contributions and translators for their
translations.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About wekan
The Open Source kanban, built with Meteor. GitHub issues/PRs are only for FLOSS Developers, not for support, support is at https://wekan.fi/commercial-support/ . New English strings for new features at imports/i18n/data/en.i18n.json . Non-English translations at https://app.transifex.com/wekan/wekan only.
Related context
Related tools
Beta — feedback welcome: [email protected]