Wekan logo

Wekan

Open source kanban board application built with Meteor

Alternative to: trello


About Versions (100)

v9.61

2026-06-19

v9.61 2026-06-19 WeKan ® release

This release adds the following features:

  • Release All Platforms: Set GH_REPO on the bundle-attach steps so gh finds the repository. The win64 / mac-arm64 / s390x / ppc64le bundles each finished building but then failed on gh release upload with failed to run git: fatal: not a git repository. gh tries to detect the target repo from a git remote, but build-win64 checks the repo out into src/ (so the workspace root is not a git repository) and build-mac-arm64 / build-extra-arches do not check it out at all. Set GH_REPO=${{ github.repository }} on all three attach steps so gh targets wekan/wekan directly without git remote detection. The snap job is unaffected (it does a full checkout into the workspace root). Thanks to xet7 and Claude.

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