Wekan
Open source kanban board application built with Meteor
Alternative to: trello
About
Versions (100)
v9.61
2026-06-19v9.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 uploadwithfailed to run git: fatal: not a git repository.ghtries to detect the target repo from a git remote, butbuild-win64checks the repo out intosrc/(so the workspace root is not a git repository) andbuild-mac-arm64/build-extra-archesdo not check it out at all. SetGH_REPO=${{ github.repository }}on all three attach steps soghtargetswekan/wekandirectly 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.