Skip to content

wekan

v9.63 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 1mo Productivity & Wikis
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

docker javascript kanban meteor real-time sandstorm
+2 more
snapcraft wekan

Summary

AI summary

Fixes 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.
    The release-all.yml website job ran every release but the install page's
    version stayed frozen at v9.57: releases/release-website.sh updated it with a
    sed anchored on >v$OLD</span>, which silently no-op'd once the published
    page's value no longer matched the old_version passed 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 in releases/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 in releases/version.sh — the
    same fragile pattern that froze the Docker ARG VERSION and the install page.
    The snapcraft.yaml bundle download was release-critical (same class as the
    Docker bug: the snap downloads wekan-<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 the wekan-<v>- / releases/download/v<v>/ shapes and asserts. The
    sandstorm appVersion rewrite 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

Track wekan

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

Beta — feedback welcome: [email protected]