v10.07
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.