Wekan
Open source kanban board application built with Meteor
Alternative to: trello
v9.60
2026-06-19v9.60 2026-06-19 WeKan ® release
This release adds the following features:
-
Release All Platforms: Drop armv7l from extra-arch bundles, because Node.js 24 ships no armv7l binaries. The
build-extra-archesarmv7l matrix entry failed withno matching manifest for linux/arm/v7when pullingnode:24-slim. Root cause: Node.js 24 publishes no armv7l (32-bit ARM) binaries at all — neither the official dist nor unofficial builds — so there is nonode:24arm/v7 image to rebuild native modules against, and no Node 24 runtime to run such a bundle on an armv7 device. The armv7l matrix entry is removed; extra-arch bundles are now s390x + ppc64le. armv7 was already excluded from the Docker image and snap, so those are unaffected. Thanks to xet7 and Claude. -
Release All Platforms: Move win64 and mac-arm64 into the post-release extra-platform phase.
build-win64andbuild-mac-arm64were prerequisites of thereleasejob, so a slow or flaky Windows/macOS runner blocked creation of the GitHub Release (and thus the Docker and snap jobs, which depend on it). They now depend onreleaseinstead — alongsidebuild-extra-arches— and each attaches its ownwekan-<version>-<platform>.zipto the already-created Release viagh release upload --clobber. The core release now waits only on the amd64 + arm64 bundles. No build steps changed; only the dependency wiring, upload mechanism, and section grouping. Thanks to xet7 and Claude.
Thanks to above GitHub users for their contributions and translators for their translations.