This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryFixes self‑healing version substitution bugs that caused stale v9.57 values in install pages, Docker builds, snaps, Sandstorm appVersion, and Windows Offline.md.
Full changelog
v9.63 2026-06-19 WeKan ® release
This release adds the following features:
-
Fix the wekan.fi install page version never updating from a stale value.
Therelease-all.ymlwebsite job ran every release but the install page's
version stayed frozen at v9.57:releases/release-website.shupdated it with a
sed anchored on>v$OLD</span>, which silently no-op'd once the published
page's value no longer matched theold_versionpassed for a release. Anchor
on the stable<span class="version-number">instead and re-normalize whatever
version is there to the new one, with an assert so a miss fails loudly. Same
self-healing fix applied to the local-flow copy inreleases/version.sh. The
live wekan.fi install page was also corrected to the current version.
Thanks to xet7 and Claude. -
Make the remaining release version substitutions self-healing.
Hardened the last$OLD_VERSION-anchored seds inreleases/version.sh— the
same fragile pattern that froze the DockerARG VERSIONand the install page.
The snapcraft.yaml bundle download was release-critical (same class as the
Docker bug: the snap downloadswekan-<v>-<arch>.zip, so a stale value ships
the wrong bundle under the right name) and was stuck at v9.57; it now anchors
on thewekan-<v>-/releases/download/v<v>/shapes and asserts. The
sandstormappVersionrewrite is now global and self-healing (the redundant
$OLD_NO_DOTS-anchored fixup is dropped), and the Windows Offline.md doc links
self-heal with a soft warning (cosmetic, so they must not fail the release).
snapcraft.yaml and Offline.md were also corrected from their stale v9.57.
Thanks to xet7 and Claude.
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]