Wekan logo

Wekan

Open source kanban board application built with Meteor

Alternative to: trello


About Versions (218)

v11.05

2026-08-19

Binaries in these bundles

Each bundle carries a Node.js, a FerretDB and the MongoDB Database Tools. Which source has a given CPU varies from release to release - nodejs.org builds some architectures, unofficial-builds others, and the wekan/node-patches build the ones neither of them does - and not every source publishes a checksum. This is what went into this release, and which downloads were checked against a published SHA256.

BundleBinaryFromVersionCheckedSHA256
amd64FerretDBwekan/FerretDBv1.54.0verifiedcefef799be4d3abd…
amd64Node.jsnodejs.orgv24.19.0verified14b342e71204f811…
arm64FerretDBwekan/FerretDBv1.54.0verifiedd6fc40d8657dc989…
arm64Node.jsnodejs.orgv24.19.0verified01443c1e1a29e531…
armhfFerretDBwekan/FerretDBv1.54.0verified82e6a8e078b366ec…
armhfNode.jswekan/node-patchesv24.19.0verifiedb55350f3071b765a…
armv6FerretDBwekan/FerretDBv1.54.0verified14da6f60445fcce2…
armv6Node.jswekan/node-patchesv24.19.0verified128ded0cda638c1f…
armv7FerretDBwekan/FerretDBv1.54.0verified82e6a8e078b366ec…
armv7Node.jswekan/node-patchesv24.19.0verified8dbe0a9aa8550ad5…
i386FerretDBwekan/FerretDBv1.54.0verifiede80b2672d833d38d…
i386Node.jswekan/node-patchesv24.19.0verified3b0b3bbfe27daf58…
mac-arm64FerretDBwekan/FerretDBv1.54.0verifiedcac5e99177cb9c98…
mac-arm64Node.jsnodejs.orgv24.19.0verified3f1cf157479c1480…
mac-x64FerretDBwekan/FerretDBv1.54.0verified6a12e289a83c32d4…
mac-x64Node.jsnodejs.orgv24.19.0verifiedd35e95230f46f6f0…
ppc64leFerretDBwekan/FerretDBv1.54.0verified1cdde969f9d888b9…
ppc64leNode.jsnodejs.orgv24.19.0verifiedc510c6ce12f07010…
riscv64FerretDBwekan/FerretDBv1.54.0verified748372f58a70a3d0…
riscv64Node.jsunofficial-builds.nodejs.orgv24.19.0verifiedcd1f14af28121480…
s390xFerretDBwekan/FerretDBv1.54.0verifiedbb6028ef6fc61f86…
s390xNode.jsnodejs.orgv24.19.0verifieda4792e65962ffa0a…
win-arm64FerretDBwekan/FerretDBv1.54.0verified37e005e17eb1c3c7…
win-arm64Node.jsnodejs.orgv24.19.0verified8502f4a50b458d4c…
win64FerretDBwekan/FerretDBv1.54.0verified870c892e7bcab272…
win64Node.jsnodejs.orgv24.19.0verified57f71ab3652e797d…

A row saying no checksum published is not a failed check - it is a source that publishes nothing to check against. Those are the ones worth fixing at the source.

v11.05 2026-08-19 WeKan ® release

In short: opened cards with saved dates render normally again, retain their labels and remain editable instead of stopping Blaze reactivity with a date-template context error. Launchpad snap builds now wait for their release bundles and preserve valid artifacts when Snapcraft only fails during post-download cleanup.

PlatformBinaryFromVersionSHA256
amd64Node.jsnodejs.orgv24.19.014b342e71204f811bde6153be8e04b62aef63c236fef92b55f9c83154b409647
amd64FerretDBwekan/FerretDBv1.53.0eae1f0a8f73bfc979738bfff7284d40fd1bc55de2cc56514721fc155c3624f7d
arm64Node.jsnodejs.orgv24.19.001443c1e1a29e531ccad5a46fefa6df490d2189c49f7955904aecdbb0fe86fdc
arm64FerretDBwekan/FerretDBv1.53.0bdc50caee3ac28495b42d2130b94a042a9dd6d3a38f732cac02b648f36c891da
mac-arm64Node.jsnodejs.orgv24.19.03f1cf157479c1480352083105e13faf9d008ede98e7e157746b6df940d197b94
mac-arm64FerretDBwekan/FerretDBv1.53.0cb14ffe93e285903e5a8a9c1821687ddb5b8a979a11c584bf4af534b272c6d3e
mac-x64Node.jsnodejs.orgv24.19.0d35e95230f46f6f0751df497c56622c6735e05d5e1fb1630996a005b9d328fe4
mac-x64FerretDBwekan/FerretDBv1.53.0d97dfa9afa60aa05f25384327de82efe7b71d958ed24c1f66618284294a65cd3

This release fixes the following bug:

Cards with saved dates open and remain editable. Thanks to ClemStrummer and xet7.

Named Blaze arguments had replaced each opened-card date template’s Card context with a plain argument object. Reactive date helpers then called Card methods on that object, stopping card-detail rendering and leaving the board in a refresh loop after a date save. Card details now passes the Card explicitly, while the shared date code accepts both that wrapped context and the direct context used by minicards and Table view. Browser coverage opens a labeled card with all four dates, verifies every badge and label, edits its title, and checks that no date-context exception occurs.

and fixes the following developer-tooling bug:

Launchpad waits for release bundles and keeps validated snaps. Thanks to xet7.

Launchpad snap jobs used to start alongside the extra-architecture bundle jobs, so s390x and ppc64el repeatedly downloaded release assets that did not exist yet. They now wait for those jobs and verify the exact architecture-specific asset before starting a remote build. A missing optional bundle is skipped with its real cause instead of spending hours retrying a permanent 404.

A Snapcraft SSL error during cleanup also used to discard an armhf snap that had already downloaded successfully. The workflow now keeps an artifact only after checking its minimum size and squashfs magic, regardless of the later cleanup status. Release-workflow tests cover the dependency, bundle-name mapping, missing-asset path, step gates, successful cleanup-failure path and invalid-artifact rejection.

Thanks to above GitHub users for their contributions and translators for their translations.