Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2023-31779: wekan/CHANGELOG.md at master · wekan/wekan

Wekan v6.84 and earlier is vulnerable to Cross Site Scripting (XSS). An attacker with user privilege on kanban board can insert JavaScript code in in “Reaction to comment” feature.

CVE
#sql#xss#vulnerability#web#ios#android#mac#windows#google#microsoft#ubuntu#linux#debian#red_hat#apache#nodejs#js#git#java#oracle#kubernetes#php#perl#ldap#nginx#pdf#amd#oauth#auth#ssh#ibm#mongo#postgres#docker#jira#chrome#firefox#sap#ssl

Mac ChangeLog

Required versions of Node.js, MongoDB etc are listed at https://wekan.github.io Download section.

Newest WeKan is on platforms: Snap Candidate, Docker, Kubernetes, Source/Bundle. Download section at https://wekan.github.io

In Progress is:

  • Getting newest WeKan to all platforms, fixing any migration and upgrade issues
  • Adding more platforms
  • Developing all paid features and fixes https://wekan.team/commercial-support/
  • More info and news at #4578 (comment)

Note:

  • Snap Candidate has newest WeKan with MongoDB 6 #4824 (comment)
  • Snap Beta has old WeKan with MongoDB 5 #4780 (comment)
  • Snap Stable has old WeKan 6.09 with MongoDB 3.2.2

How to upgrade WeKan

v6.93 2023-05-29 WeKan ® release

This release fixes the following bugs:

  • Layout fixes for modern-dark after shuffling labels and date field on minicard. Thanks to jghaanstra.

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

v6.92 2023-05-29 WeKan ® release

This release adds the following improvements:

  • Moved minicard labels from above minicard title to below minicard title. Thanks to xet7.
  • Changed Due Date etc dates to be at top of Minicard. Thanks to xet7.

and fixes the following bugs:

  • Fix Docker latest tags at Docker Hub, Quay and GitHub. Thanks to rikhuijzer and xet7.
  • Fixes for Create Card at Calendar. Thanks to DimDz.

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

v6.91 2023-05-27 WeKan ® release

This release adds the following new features:

  • BoardAdmin and Admin can now set board background image URL. Thanks to xet7.

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

v6.90 2023-05-24 WeKan ® release

This release adds the following new features:

  • Added Edit Custom Field Value to api.py. Thanks to RazvanTinca and xet7.

and adds the following updates:

  • Update docker-compose.yml info about Docker images used. Part 1, Part 2. Thanks to xet7.
  • Upgrade Snap Candidate to MongoDB 6.0.6. Thanks to MongoDB developers.
  • Use GitHub Docker Registry. Updated release scripts. Thanks to xet7.
  • Sync Docker Registries. Thanks to xet7.

and fixes the following bugs:

  • To get corrent API docs generated, moved new_checklist_item API to correct file where is other checklist item API. Thanks to xet7.
  • Fix sharedDataFolder persisdent provide by k8s has no permission to mkdir and write. Thanks to new2001y.

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

v6.89 2023-05-12 WeKan ® release

This release fixes the following bugs:

  • Fix for the Create Card at Calendar. Thanks to DimDz.
  • Fixed broken migration migrate-attachments-collectionFS-to-ostrioFiles. Thanks to Aman-Maheshwari.

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

v6.88 2023-05-11 WeKan ® release

This release adds the following new features:

  • Create Card on Calendar View. Thanks to DimDz.

and fixes the following bugs:

  • OpenaAPI: Also ignores ThrowStatement. Thanks to bentiss.

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

v6.87 2023-05-08 WeKan ® release

This release adds the following new features:

  • Added to meteor development options for logging also to …/wekan-log.txt, and showing deprecated API that is Meteor v2.12 new feature. Part 1, Part 2, Part 3, Part 4. Thanks to Meteor developers and xet7.
  • API: Added User and Admin API for New Checklist Item and Edit Card Custom Field. Thanks to DimDz.

and adds the following updates:

  • Updated dependencies. Thanks to developers of dependencies.
  • Upgraded to Meteor 2.12. Thanks to Meteor developers.
  • Updated translations. xet7 fixed all translations of advanced filter description to have correct escaping of slash and backslash, so that bulding bundle of WeKan would not crash to invalid JSON syntax in translations. Thanks to xet7.

and fixes the following bugs:

  • Added X for closing card opened in Global Search. Thanks to deniszulic.

and tried to fix the following bugs:

  • Tried to fix building WeKan OpenAPI docs using Ubuntu 23.04 amd64 with XFCE desktop, but it did not work, still getting error: Failed to parse the source OpenAPI document. Thanks to xet7.

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

v6.86 2023-04-26 WeKan ® release

This release fixes the following CRITICAL SECURITY FIXES:

  • Security fix to InvisibleBleed in WeKan. Escape HTML comment tags so that HTML comments are visible. Thanks to xet7 for fixing.
  • Security Fix to AdminBleed in WeKan, so that non-admin can not change to Admin. Thanks to Christian Pöschl of usd AG Responsible Disclosure Team for reporting and xet7 for fixing.

and adds the following new features:

  • Feature: Show plus sign in front of attachments. Thanks to Meeques and xet7.

and adds the following updates:

  • Upgrade to Meteor 2.12-beta.2. Thanks to Meteor developers.
  • Update Docker Ubuntu base image and Meteor version. Thanks to xet7.

and fixes the following bugs:

  • Fix Exception in callback of async function: TypeError: this._now is not a function. Part 1, Part 2. Thanks to xet7.
  • Remove extra debug message and disable some rarely used feature that produces errors. Thanks to xet7.
  • Revert some migration filename changes. Thanks to xet7.
  • Add back node-gyp related dependencies. Thanks to xet7.

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

v6.85 2023-04-18 WeKan ® release

This release adds the following CRITICAL SECURITY FIXES:

  • Security fix to ReactionBleed in WeKan. It is XSS in feature "Reaction to comment". Thanks to Alexander Starikov at Jet Infosystems (https://jetinfosystems.com/) for reporting and fixing.

and adds the following updates:

  • Updated dependencies. Thanks to xet7.

and fixes the following bugs:

  • Disable file validation temporarily, because it causes data loss of some attachments when upgrading. Thanks to xet7.
  • Added uploadedAt and copies to be migrated when migrating CollectionFS to ostrio-files. Thanks to xet7
  • Added more descriptive times of attachment migrations and uploads. Thanks to xet7.
  • Fix LDAP Group Filtering does not work. Thanks to emilburggraf, psteinforth, craig-silva, Daniel-H76, benh57, falkheiland and xet7.
  • Save files serverside with filename ObjectID, without filename. Thanks to g-roliveira, iamabrantes, Floaz, koelle25, scott-dunt, mfilser and xet7.
  • Fixed count of found cards in Global Search. Thanks to xet7.
  • Fix Card opens full width by opening at left. Thanks to xet7.

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

v6.84 2023-04-11 WeKan ® release

This release fixes the following bugs:

  • Get card drag/drop working for empty swimlane. Thanks to mfilser.
  • Added ‘next week’ due date filter. Thanks to helioguardabaxo.

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

v6.83 2023-04-08 WeKan ® release

This release fixes the following bugs:

  • Fix open card position by opening card to fullscreen. Thanks to SmartPhoneLover, BabyFnord and xet7.

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

v6.82 2023-04-07 WeKan ® release

This release fixes the following bugs:

  • Added missing docs of Snap avatars max size etc. Thanks to xet7.
  • Fix avatar if Meteor.user() is undefined. Thanks to mfilser.
  • Fix broken add_board_member API and return value for remove_board_member. Thanks to gustavengstrom.
  • Try to fix card open position and make card resizeable. Thanks to xet7.

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

v6.81 2023-03-26 WeKan ® release

This release fixes the following bugs:

  • Helm Chart - fix: broken secretEnv indentation. Fixed in already released WeKan Helm Chart 1.2.7. Thanks to Nightreaver.
  • Fix Bug: Cardoptions disappear behind scrollbar in german. Thanks to Meeques and xet7.
  • Add some info about allowed filesizes and filetypes for attachments and avatars. Thanks to Meeques and xet7.
  • Disable MongoDB telemetry and free monitoring in WeKan Snap. Thanks to webenefits and xet7.

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

v6.80 2023-03-23 WeKan ® release

This release adds the following improvements:

  • Helm Charts secretEnv: Modify secret and deployment to allow users to provide secretEnv with empty value. Thanks to jehutyy.

and fixes the following bugs:

  • Custom Fields, display Grid Button only if more than 1 custom field. Thanks to mfilser.
  • Helm Charts: Add missing data-storage as pvc for WRITABLE_PATH. Part 1, Part 2, Part 3. Thanks to Nightreaver, NotTheEvilOne and xet7.

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

v6.79 2023-03-22 WeKan ® release

This release adds the following updates:

  • Upgraded to Meteor 2.11.0. Thanks to Meteor developers.
  • Use MongoDB 6. Thanks to to MongoDB.

and fixes the following bugs:

  • Avatar upload was broken if no size is configured. Thanks to mfilser.

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

v6.78 2023-02-28 WeKan ® release

This release fixes the following CRITICAL SECURITY ISSUES:

  • Try to fix some security issue. Thanks to Responsible Security Disclousure contributors and xet7.

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

v6.77 2023-02-27 WeKan ® release

This release adds the following updates:

  • Updated release scripts Part 1, Part 2, Part 3. Updated release scripts. Thanks to xet7.

and fixes the following bugs:

  • Fixed indentation for image size and compression in docker-compose.yml. Thanks to Entepotenz.
  • Made ☰ menu buttons bigger at minicard and list, they were too hard to click when they were small. Thanks to mohammadZahedian and xet7.
  • Added “Move card to archive” to minicard ☰ menu. Thanks to mohammadZahedian and xet7.
  • Fix attachment migration error about avatarUrl startsWith undefined. Thanks to xet7.
  • Try to fix attachment migrations to ostrioFiles, allow existing files to be migrated. Part 1, Part 2. Thanks to xet7.
  • MongoDB to 5 for beta Snap. MongoDB 5 does not seem to show some errors that only MongoDB 6 has. Thanks to xet7.
  • Use MongoDB 5 at docker-compose.yml. Thanks to xet7.

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

v6.76 2023-02-22 WeKan ® release

This release adds the following updates:

  • Updated release scripts. Thanks to xet7.

and fixes the following bugs:

  • Try to fix build errors on some platforms. Thanks to xet7.
  • Fix at bottom of list Add button to be higher, so that text Add is not over button borders. Part 1, Part 2. Thanks to WeKan commercial support customer and xet7.
  • Removed Mermaid, because newest Mermaid does not work anymore. Thanks to xet7.

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

v6.75 2023-02-21 WeKan ® release

This release fixes the following CRITICAL SECURITY ISSUES:

  • Security Fix of Filebleed in WeKan. That is XSS in filename. Part 1, Part 2. Thanks to responsible security disclosure contributors and xet7.

and adds the following updates:

  • Updated to Node.js v14.21.3. Thanks to Node.js developers. Thanks to Node.js developers.
  • Updated webmanifest to have PWA as fullscreen. Thanks to xet7.

and fixes the following bugs:

  • Fix “Top 10 boards” metric order. Thanks to garciadavy.
  • Swipebox slide background gradient of black to blue, so that back SVG images are visible. Thanks to xet7.
  • Fix typo. Thanks to robert-scheck.

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

v6.74 2023-02-10 WeKan ® release

This release fixes the following bugs:

  • Fix typos in Snap config. Thanks to urmel1960 and xet7.

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

v6.73 2023-02-10 WeKan ® release

This release fixes the following bugs:

  • Update docker-compose.yml: removes quotes, with quotes this setting is not working. Thanks to q16marvin.
  • Fix double quotes around metric label. Thanks to garciadavy.
  • Back to MongoDB 6.x. Thanks to urmel1960 and xet7.
  • Try to fix building WeKan. Thanks to xet7.

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

v6.72 2023-02-02 WeKan ® release

This release adds the following updates:

  • Change back to MongoDB 5, shell and tool. Thanks to xet7.
  • Updated translations to use new Go-based transifex-client https://developers.transifex.com/docs/cli , but it seems now all translations look like 100% translated, maybe something is wrong, so discussing about it with Transifex Support. Part 1, Part 2, Part 3, Part 4.
  • Updated dependencies Part 1, Part 1, Part 1. Thanks to developers of dependencies.

and fixes the following bugs:

  • Small improvements modern-dark theme. Thanks to jghaanstra.

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

v6.71 2023-01-18 WeKan ® release

This release adds the following updates:

  • Forked minio npm package to @wekanteam/minio to update package dependencies. S3/MinIO support In Progress. Thanks to xet7.
  • Updated GitHub Actions. Part 1, Part 2, Part 3, Part 4. Thanks to dependabot.
  • Upgraded to Meteor 2.10.0. Thanks to Meteor developers.

and fixes the following bugs:

  • Fix API Edit card function does nothing. Thanks to gu1ll0me, HEMGDevelopment and xet7.
  • Fix Customfields are not added to new cards created with the API. Thanks to HEMGDevelopment and xet7.

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

v6.70 2023-01-14 WeKan ® release

This release fixes the following bugs:

  • Try to fix User API. Part 1, Part 2. Thanks to xet7.

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

v6.69 2023-01-09 WeKan ® release

This release adds the following updates:

  • Updated dependencies. Thanks to developers of dependencies.

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

v6.68 2023-01-07 WeKan ® release

This release adds the following updates:

  • Upgraded to Meteor 2.9.1. Thanks to Meteor developers.

and fixes the following bugs:

  • Add “use-credentials” directive to site.webmanifest request. Thanks to markormesher.
  • OIDC login loop for integer user ID. Fix 2. Thanks to danielkaiser.

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

v6.67 2023-01-03 WeKan ® release

This release adds the following updates:

  • Updated dependencies. Part 1, Part 2. Thanks to developers of dependencies.

and fixes the following bugs:

  • Fix OIDC login loop for integer user ID. Thanks to danielkaiser and xet7.

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

v6.65 2022-12-27 WeKan ® release

This release adds the following new features:

  • Store files to any cloud storage (like S3, MinIO, etc) mounted as filesystem with Rclone. Works with move to filesystem feature (not move to S3 feature). Docs at https://github.com/wekan/wekan/wiki/Rclone .
  • Store files to S3. In Progress. Note: S3 button does not work yet. Part 1, Part 2, Part 3, Part 4.

and adds the following updates:

  • Update readme badges to be only links, and not load remote images. Part 1, Part 2, Part 3, Part 4. Thanks to xet7.
  • Moved helm charts to https://github.com/wekan/charts. Thanks to xet7.
  • Released newest Helm Chart to https://artifacthub.io/packages/helm/wekan/wekan . Thanks to xet7.
  • Updated dependencies. Thanks to developers of dependencies.

and fixes the following bugs:

  • Fixed Windows bundle build script and updated newest Windows WeKan release. Thanks to xet7.

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

v6.64 2022-12-24 WeKan ® release

This release adds the following updates:

  • Updated release scripts. Thanks to xet7.
  • Update webmanifest for WeKan Android Play Store app. Thanks to xet7.
  • Upgrade to MongoDB 6.0.3. Part 1, Part 2. Thanks to MongoDB developers.

and fixes the following bugs:

  • Fix: changing list color reloads webpage. Thanks to helioguardabaxo.
  • Bug: Adding Users to Groups via OIDC seems to be broken. Thanks to Viehlieb.

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

v6.63 2022-12-22 WeKan ® release

This release adds the following new features:

  • Add link card feature to rules. Thanks to jos-webservices.

and adds the following updates:

  • Updated release scripts. Thanks to xet7.

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

v6.62 2022-12-20 WeKan ® release

This release adds the following updates:

  • Updated release scripts. Thanks to xet7.
  • Added backup sync script. Thanks to xet7.
  • Updated dependencies. Part 1, Part 2. Thanks to developers of dependencies.

and fixes the following bugs:

  • Remove duplicate IDs issue about Attachments not visible. Thanks to mfilser.
  • Fixed installing api2html when generating OpenAPI docs. Thanks to xet7.

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

v6.61 2022-12-15 WeKan ® release

This release adds the following new features:

  • Added newuser to api.py. Thanks to WassimDhib and xet7.
  • For export/print print board/card, added some CSS better. Use browser print preview %20 etc setting to fit to page. Next: Card CSS. Thanks to xet7.

and adds the following updates:

  • Upgraded to Meteor 2.9.0. MongoDB performance upgrades etc: https://blog.meteor.com/new-meteorjs-2-9-and-the-new-scaffold-api-5fcc0f3b1ce5 Thanks to Meteor developers.
  • Updated to Node.js v14.21.2. Part 1, Part 2. Thanks to Node.js developers.
  • Updated dependecies like markdown-it-mermaid. Part 1, Part 2. Thanks to developers of dependencies.
  • Update release scripts like Node.js update script. Thanks to xet7.

and fixes the following bugs:

  • Fixed text not visible at white swimlane at themes dark and exodark. Commented out not in use font Poppins. Custom fonts were previously removed because they did not work, there were errors at browser inspect console. Thanks to Meeques and xet7.
  • Move Desktop Drag Handle setting more right. Thanks to Emile840 and xet7.

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

v6.60 2022-12-01 WeKan ® release

This release adds the following updates:

  • Upgraded to Meteor 2.8.2. This could fix memory leaks. See https://forums.meteor.com/t/meteor-v2-8-memory-leak-in-mongo-driver/59101/23 . Added Mongo sessions count to Admin Panel / Version at bottom of page, see that it is not growing all the time. Thanks to Meteor developers and xet7.

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

v6.59 2022-11-28 WeKan ® release

This release adds the following updates:

  • Bump GitHub Action VeryGoodOpenSource/very_good_coverage from 2.0.0 to 2.1.0. Thanks to dependabot.

and fixes the following bugs:

  • Provide a copy of escapedToHex() from ldapjs. Thanks to nebulade.
  • Removed FOSSA GitHub badge integration, because FOSSA Open Source plan does not show enough details about licenses, and does not allow to fix incorrectly detected licenses. Thanks to xet7.

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

v6.58 2022-11-25 WeKan ® release

This release fixes the following bugs:

  • Try to fix #4754 LDAP CN escape. Please test. Thanks to xet7.

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

v6.57 2022-11-24 WeKan ® release

This release adds the following updates:

  • Updated release scripts. Thanks to xet7.

and fixes the following bugs:

  • Try to fix Unescaped char in CN at LDAP, by updating to ldapjs to 2.3.3 and adding escape. Thanks to xUndero, mfilser, gramakri and xet7.

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

v6.56 2022-11-22 WeKan ® release

This release adds the following new features:

  • Add delete token api. Thanks to aazf.

and adds the following updates:

  • Upgraded to Meteor 2.8.1. Thanks to Meteor developers.
  • Revert max_old_space_size and stack-size. Update markdown-it-mermaid and cli-table3. Thanks to xet7.
  • Updated Meteor version at Dockerfile. Thanks to xet7.

and fixes the following bugs:

  • Try to fix building Snap Candidate. Thanks to xet7.
  • Revert set miniscreen to 250px. Thanks to zlobcek, mfilser and xet7.

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

v6.55 2022-11-05 WeKan ® release

This release adds the following new features:

  • Added LDAP sync Python3 script, that also correctly removes users. Part 1, Part 2. Thanks to hpvb.

and adds the following updates:

  • Commented out ppc64el from release scripts. Thanks to xet7.
  • Use Ubuntu 22.10 base on Docker. Thanks to Ubuntu developers.
  • Updated to Node.js v14.21.1. Thanks to Node.js developers.
  • Updated ostrio:files. Thanks to ostrio:files developers.
  • Updated markdown-it-mermaid. Thanks to xet7.

and fixes the following bugs:

  • Fix Python-Esprima upstream failing. Thanks to bentiss.

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

v6.54 2022-10-24 WeKan ® release

This release adds the following new features:

  • Added development option for using bundle visualizer. Thanks to xet7.
  • In optional WeKan metrics feature, rename metrics key and add a new one. Thanks to Emile840.
  • Drag handle toggle at top left. Each touch/non-touch screen can use different setting, because it’s saved to browser localstorage, not database. For example, when using Firefox Multi-Account Containers AddOn, different browsers etc, when logged in as same user. Part 1, Part 2. Thanks to hatl and xet7.

and adds the following updates:

  • Upgraded to Meteor 2.8.0. Thanks to Meteor developers.
  • OpenPower MiniCloud is discontinued, no ppc64le build server. Looking for other ways to build. Thanks to MiniCloud.

and fixes the following bugs:

  • docker-compose.yml added info about LDAP and disable Password login option at Admin Panel. Thanks to luisfcorreia.
  • Commented out fonts, because after upgrade to Meteor 2.8.0 there was errors in browser inspect console: downloadable font: rejected by sanitizer font-family Roboto Poppins. Thanks to xet7.
  • Try to fix Mermaid Diagram error in Chrome: Maximum call stack size exceeded. Thanks to xet7.
  • Added URL path / for site.webmanifest and pwa-service-worker because of errors in Chrome inspect console. Thanks to xet7.
  • Fix to use metrics related code only when enabled, because got error about userId. Thanks to xet7.
  • Fix metrics to check that socket is defined, because got error about userId. Thanks to xet7.

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

v6.53 2022-10-06 WeKan ® release

This release adds the following updates:

  • Updated release scripts to try fix building bcrypt from source at accounts-password dependency. Part 1, Part 2, Part 3. Thanks to xet7.

and fixes the following bugs:

  • Try to fix Mermaid Diagram error: Maximum call stack size exceeded. Thanks to xet7.
  • Updated README.md about Docker: You can use latest tag to get newest release tag. Thanks to gohrner and xet7.
  • Refine subpath deployment support. Part 1 thanks to schnell18. Part 2 thanks to xet7.

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

v6.52 2022-10-02 WeKan ® release

This release adds the following new features:

  • Added faster way to do actions on minicard menu. Thanks to mohammadZahedian, HT-Marley and xet7.

and adds the following updates:

  • Snap Candidate MongoDb upgrade. Thanks to MongoDB developers.
  • Node to 14.20.1 on Snap. Thanks to Node.js developers.

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

v6.51 2022-09-29 WeKan ® release

This release adds the following updates:

  • Updated to Node.js v14.20.1. Thanks to Node.js developers.

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

v6.50 2022-09-23 WeKan ® release

This release adds the following new features:

  • Added a possibility of getting some WeKan metrics datas. Thanks to Emile840.
  • Added METRICS_ALLOWED_IP_ADDRESSES settings to Docker/Snap/Source https://github.com/wekan/wekan/wiki/Metrics and missing Matomo settings to Snap help. Thanks to xet7.

and adds the following updates:

  • Update CONTRIBUTING.md. Thanks to BlobbyBob.
  • Update link to Meteor repair tools. Thanks to BlobbyBob.
  • Updated markdown-it-mermaid and cli-table3. Thanks to xet7.

and adds the following translations:

  • Added Romanian translation. Updated translations. Thanks to translators.
  • Fix typos and translate comments to English. Thanks to xet7.

and fixes the following bugs:

  • Build: harden GitHub Workflow permissions. Thanks to sashashura.
  • Try to fix again Mermaid Diagram error: Maximum call stack size exceeded. Thanks to xet7.
  • Show translations debug messages only when DEBUG=true. Thanks to xet7.
  • Fix bootstrap and datepicker3 css map missing. Thanks to xet7.

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

v6.49 2022-09-18 WeKan ® release

This release fixes the following bugs:

  • Checklist copy/move dialog was sometimes empty. Thanks to mfilser.

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

v6.48 2022-09-17 WeKan ® release

This release adds the following new features:

  • RegExp possible at Custom Field String Templates. Thanks to mfilser.

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

v6.47 2022-09-16 WeKan ® release

This release adds the following new features:

  • Added hide/show to show counters and members on All Boards to Admin Panel. Thanks to helioguardabaxo.

and fixes the following bugs:

  • Removed Azeri/Azerbaijani from RTL list. Thanks to yarons.

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

v6.46 2022-09-15 WeKan ® release

This release adds the following new features:

  • Added limit description on minicard to three lines. Thanks to helioguardabaxo.
  • Added titles to add and edit checklist items. Thanks to helioguardabaxo.

and adds the following updates:

  • Updated Snap Candidate MongoDB to 5.0.12. Thanks to MongoDB developers.

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

v6.45 2022-09-14 WeKan ® release

This release adds the following new features:

  • Add ARIA in checklist items. Thanks to helioguardabaxo.
  • Heading hierarchy fixed on checklist title to simplify screen reader. Thanks to helioguardabaxo.
  • Add info about RTL languages to Meteor WeKan. Not used in Meteor WeKan yet. Thanks to xet7.
  • Added help button with custom URL. Thanks to helioguardabaxo.

and adds the following updates:

  • Add starting wekan test to arm64/s390x/ppc64el release scripts. Thanks to xet7.

and fixes the following bugs:

  • Avoid non-terminating containers. Thanks to bronger.
  • Fixed WeKan api.py . WeKan API now works in newest WeKan and n8n. Thanks to DimDz and Joffcom.

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

v6.44 2022-09-05 WeKan ® release

This release adds the following new features:

  • Add tab view to sidebar members: people, orgs and teams. Thanks to helioguardabaxo.

and adds the following updates:

  • Updated matb33:collection-hooks. Thanks to developers of dependencies.

and fixes the following bugs:

  • Added missing currentUser. Thanks to xet7.
  • Removed old stuff from Dockerfile. Thanks to xet7.
  • Fix building Dockerfile on Mac M1 etc. Thanks to willman42 and xet7.
  • Fix 2) Due date is not created nor changed, when cards are moved in the calendar view. Thanks to DimDz.

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

v6.43 2022-09-01 WeKan ® release

This release fixes the following bugs:

  • Revert Remove hard-coded port 8080 binding in Dockerfile. Thanks to willman42.
  • Added back autologin, because reverting it broke Google OIDC login. Thanks to xet7.

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

v6.42 2022-08-31 WeKan ® release

This release adds the following new translations:

  • Added translations: English (Malaysia) (en_MY), Japanese (Hiragana) (ja-Hira), Malay (ms). Thanks to dimanLubis.

and fixes the following bugs:

  • Fix check for current user at card details. Thanks to xet7.
  • Comment out CentOS 7 specific settings. Thanks to williamtrelawny and xet7.
  • 00checkStartup, userInfo was missing. Thanks to mfilser.
  • Try to fix EasySearch. Part 2, Part 3. Thanks to danielkaiser and xet7.
  • Revert autologin, because it broke OIDC login with Keycloak. Thanks to wb9688 and xet7.
  • Remove hard-coded port 8080 binding in Dockerfile. Thanks to willman42.

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

v6.41 2022-08-28 WeKan ® release

This release fixes the following bugs:

  • Try to fix EasySearch syntax. Thanks to xet7.

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

v6.40 2022-08-25 WeKan ® release

This release fixes the following bugs:

  • Move/Copy Card dialog didn’t set the last selected board right. Thanks to mfilser.

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

v6.39 2022-08-21 WeKan ® release

This release adds the following new features:

  • Add support to validate avatar uploads by type, size and external program. Thanks to NotTheEvilOne.
  • Attachment using new feature of Meteor Files 2.3.0. Thanks to mfilser.

and adds the following updates:

  • Upgraded Snap candidate MongoDB versions. Thanks to MongoDB developers.

and fixes the following bugs:

  • Set miniscreen to 250px to get Mobile Android Firefox working. Thanks to repmovs.

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

v6.38 2022-08-18 WeKan ® release

This release adds the following new features:

  • Add support to validate attachment uploads by an external program. Thanks to NotTheEvilOne.
  • Attachment upload progress bar + multiple files upload. Thanks to mfilser.
  • Move and copy card dialog remember last selected board. Thanks to mfilser.
  • Copy card copies now attachments too. Thanks to mfilser.
  • Copy / move card and checklists using same code. Thanks to mfilser.

and adds the following updates:

  • Updated to ostrio:files 2.3.0 and standard-minifier-js 2.8.1. Thanks to developers of dependencies.
  • Updated parse-ms. Thanks to developers of dependencies.

and fixes the following bugs:

  • Meteor files 2.2.1 fixes + attachment view. Thanks to mfilser.
  • Fix Validate attachment error at PR Meteor files 2.2.1 fixes + attachment view. Thanks to xet7.

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

v6.37 2022-08-15 WeKan ® release

This release fixes the following CRITICAL SECURITY ISSUES:

  • Updated dependencies like ostrio:files etc. Thanks to developers of dependencies and xet7.

and fixes the following bugs:

  • Fix All Boards: The list of lists on each card with the summary counts is not sorted. Thanks to repmovs.

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

v6.36 2022-08-14 WeKan ® release

This release fixes the following bugs:

  • Revert Fix Open card links in current tab. So now links open in new tab. Thanks to dvsk, mfilser and xet7.
  • Revert Fix URLs to favicons etc for sub-urls, because it broke favicons on subdomain URLs. Thanks to dsvk and xet7.

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

v6.35 2022-08-13 WeKan ® release

This release fixes the following CRITICAL SECURITY ISSUES:

  • Fix Users can delete Boards from global archive (w/o permission). Thanks to Meeques and xet7.

and adds the following updates:

  • Updated dependencies. Thanks to developers of dependencies.

and fixes the following bugs:

  • Fix Typo in CHANGELOG. Thanks to mfilser.
  • Fix _getTopStack(), comment type error. Thanks to mfilser.
  • Set drag handle on touch screen not miniscreen. Thanks to repmovs.
  • Fix Open card links in current tab. Not in new tab anymore. Thanks to bronger, ManZosh and xet7.

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

v6.34 2022-08-05 WeKan ® release

This release adds the following updates:

  • Updated dependencies. Thanks to developers of dependencies.

and fixes the following bugs:

  • Fix and update easysearch. Thanks to danielkaiser.

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

v6.33 2022-08-05 WeKan ® release

This release fixes the following bugs:

  • Try 2 to fix missing variable in WeKan fails to get MongoDB server version. Thanks to simon816 and xet7.

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

v6.32 2022-08-05 WeKan ® release

This release adds the following new features:

  • Add support to validate attachment uploads by type and size. Thanks to NotTheEvilOne.
  • Added attachments file type and size snap settings and help text. Thanks to xet7.
  • Added dependencies for attachments file size and type (HEAD -> master) Thanks to xet7.

and adds the following updates:

  • Updated release build scripts to reinstall bcrypt, upload Windows version etc. Part 1, Part 2, Part 3. Thanks to xet7.
  • Try to fix Snap Candidate. Thanks to xet7.

and fixes the following bugs:

  • Fix In Lists view, Card Details pop-up does not appear in 6.31 release. Thanks to Sdub76, niels, m4teh, r4nc0r, mfilser, medjedovicm and xet7.
  • Try to fix missing variable in WeKan fails to get MongoDB server version. Thanks to simon816 and xet7.

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

v6.31 2022-07-31 WeKan ® release

This release adds the following new features:

  • Added LaTex support to all input fields with markdown-it-mathjax3. Examples: https://github.com/wekan/wekan/wiki/LaTeX . Thanks to DoktorScience.
  • Rescue Save description on card exit. Thanks to Viehlieb.

and adds the following updates:

  • Snap Candidate to MongoDB 5.0.10 etc. Thanks to MongoDB developers and xet7.

and fixes the following bugs:

  • Fix URLs to favicons etc. Thanks to letmp, Meeques and xet7.
  • Fix the bug that displayed a card popup to all swimlanes for public board (when a user is not logged). Thanks to Emile840.
  • Reverted incomplete fix about bug where opening card scrolls to wrong place. Thanks to danceb, DimDz, mfilser, Emile840, derbolle, xplodwild and xet7.
  • Fix Login Page Error, Lists can’t move anymore, reverted incomplete Change Lists Width. Thanks to johnnytolengo, gda140 and xet7.

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

v6.30 2022-07-11 WeKan ® release

This release adds the following new features:

  • Automatic login with OIDC. Thanks to Viehlieb.
  • OIDC/OAuth2 autologin settings for Docker/Snap/Source/Bundle platforms. Thanks to xet7.

and tries to fix the following bugs:

  • Try to fix Snap. Thanks to xet7.
  • On CentOS 7 Docker there is seccomp issue with glibc 6, so setting it to unconfined to get WeKan working. Thanks to m-brangeon.
  • Fix uploading attachments. Thanks to BabyFnord and xet7.

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

v6.29 2022-07-11 WeKan ® release

This release adds the following features:

  • Resizeable size of list width and height. Size is not saved yet. In Progress. Thanks to NLBlackEagle and xet7.
  • 00checkStartup, on error give more details on current user which run’s wekan. Thanks to mfilser.

and adds the following updates:

  • Updated to Node.js v14.20.0. Thanks to Node.js developers.
  • Docker base image to Ubuntu 22.04. Thanks to Ubuntu developers.
  • Updated ostrio:files. Part 1, Part 2. Thanks to developers of dependencies.
  • Updated dependencies. Thanks to developers of dependencies.

and adds the following translations:

  • Added translation Asturia (Spain). Thanks to translators.
  • Added translations: Arabic (Algeria) (ar_DZ), Azerbaijani (az), Azerbaijani (Azerbaijan) (az_AZ), Azerbaijani (Latin) (az@latin). Thanks to translators.

and fixes the following bugs:

  • Do not show archived lists on All Boards. Thanks to helioguardabaxo.
  • Fix div max-width on My Cards table view. Thanks to helioguardabaxo.
  • Fixed one Typo in CSS Style Sheet. Thanks to JonasPfeiferb1.
  • Comment out unused CSS. Thanks to xet7.
  • Move/Copy card closes now the popup if done. Thanks to mfilser.

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

v6.28 2022-06-08 WeKan ® release

This release adds the following updates:

  • Upgraded to Meteor 2.7.3. Thanks to Meteor developers.

and adds the following translations:

  • Added translations: Moroccan Arabic (ary) and Standard Moroccan Tamazight (zgh). Thanks to translators.
  • Try to detect Japanese (Japan) better. Thanks to takenoko14 at Transifex and xet7.

and fixes the following bugs:

  • Removed lightbox that caused bugs like Maximum stack size exceeded. TODO later: Add a new way to open attachment image bigger. Thanks to xet7.
  • Move and copy card set sorting. Thanks to mfilser.
  • Updated dependencies. Try to fix Binary release on releases.wekan.team lacks the CSS. Thanks to znerol, mrcancer91, BabyFnord and xet7.

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

v6.27 2022-05-28 WeKan ® release

This release adds the following updates:

  • Upgraded to Meteor 2.7.3-beta.0. Thanks to Meteor developers.

and fixes the following bugs:

  • Fix opening card scrolls to wrong position when many swimlanes and card at bottom of board. Thanks to xet7.
  • Removed wekan-accounts-sandstorm .test-app directory, that could not be git cloned on Windows. Thanks to xet7.
  • Try to fix Snap. Part 1, Part 2, Part 3, Part 4, Part 5, Part 6, Part 7, Part 8. Thanks to xet7.
  • WeKan Gantt GPLv2: Try to fix Gantt, by adding translations, but is not visible yet. Thanks to xet7.

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

v6.26 2022-05-21 WeKan ® release

This release adds the following updates:

  • Updated to Node.js v14.19.3. Thanks to Node.js developers.

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

v6.25 2022-05-21 WeKan ® release

This release adds the following new features:

  • Attachment rename. Thanks to mfilser.

and fixes the following bugs:

  • Fix Bullets in label selection popup. Related to import nib css reset. Thanks to AuspeXeu, mfilser and xet7.
  • Fix images not showing correctly, by updating packages like jquery, removing handlebars, changing image attachment view big image popup from swipebox to lightbox, and changing import nib related code. Thanks to xet7.

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

v6.24 2022-05-18 WeKan ® release

This release fixes the following bugs:

  • Fix redirects needs to be done in sync. Thanks to nebulade and xet7.
  • Added missing ‘import nib’ stylesheet reset that removes extra li bullet points. Thanks to mfilser and xet7.

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

v6.23 2022-05-17 WeKan ® release

This release adds the following updates:

  • Merged branch upgrade-meteor 2.7.2 to master. Thanks to xet7.
  • Upgrade to Meteor 2.7.2. Thanks to Meteor developers.
  • When developing with Meteor on macOS, get current IP address. Thanks to xet7.
  • Updated meteor-upgrade branch to Node.js v14.19.2. Thanks to Node.js developers.
  • Added back to meteor-upgrade branch packages WeKan lockout, ldap, oidc, cas. Thanks to xet7.
  • Added fixes to meteor-upgrade branch Sandstorm accounts. Thanks to mfilser.
  • Added backup to meteor-upgrade branch Sandstorm Accounts. Thanks to xet7.
  • Improvements to future WeKan Snap core20. Does not work yet. In Progress. Thanks to xet7.
  • Updated MongoDB 5 rawCollection deprecated update to updateMany (or updateOne). Thanks to xet7.
  • Added --trace-warnings to start-wekan.sh. Thanks to xet7.
  • Meteor-upgrade: Fix language auto-detection. Thanks to imajus.
  • Meteor-upgrade: Fix broken useraccounts UI i18n. Thanks to imajus.
  • Meteor-upgrade: Rename isoCode to tag (cause they are IETF tags actually). Thanks to imajus.
  • Meteor-upgrade: Add missing language names. Thanks to imajus.
  • Added 30 new languages, now about 105 total. Thanks to translators and xet7.
  • Use MongoDB 5 at docker-compose.yml. Thanks to MongoDB.

and fixes the following bugs:

  • Fix Copy Board. Thanks to mfilser.
  • Fix FileStoreStrategy, moveToStorage, wrong variable in error handling. Thanks to mfilser.
  • Multi-File Storage code was missing after merge. Thanks to mfilser.
  • Card Details dates in user language format. Part 1, Part 2, Part 3. Thanks to mfilser.
  • Converted Stylus to CSS. Removed Stylus. This change removed many error messages. Thanks to xet7.

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

v6.22 2022-05-09 WeKan ® release

  • Updated to Node.js v14.19.2. Thanks to Node.js developers.

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

v6.21 2022-04-28 WeKan ® release

This release fixes the following bugs:

  • Fix themes. Thanks to TheExo.
  • Try to fix Snap by adding cypress and jest for cypress-image-snapshot and jest-image-snapshot. Thanks to xet7.

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

v6.20 2022-04-25 WeKan ® release

This release fixes the following bugs:

  • Fix Dockerfile: Ubuntu 22.04 causes Python trouble. Thanks to bronger.
  • FileStoreStrategyFactory, added logic to determine the right file storage strategy to use. Thanks to mfilser.

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

v6.19 2022-04-22 WeKan ® release

This release adds the following new features:

  • Added to All Boards: Members list and board card count per list. Thanks to helioguardabaxo.
  • Added to All Boards MiniScreen: Members list and board card count per list. Thanks to mfilser and xet7.
  • Added All Boards Settings popup title. Thanks to xet7.
  • Updated All Boards Settings icon. Thanks to xet7.
  • Added to Board Settings: Minicard Settings and All Boards Settings improvements. Thanks to xet7.
  • Added Table View to My Cards. Thanks to helioguardabaxo.
  • Fix syntax in myCards.jade. Thanks to xet7.
  • Multi file storage for moving between MongoDB GridFS and filesystem. Thanks to mfilser.

and adds the following updates:

  • Updated dependencies. Part 1, Part 2, Part 3. Thanks to developers of dependencies.
  • Updated meteor-spk. Thanks to meteor-spk developers.

and fixes the following bugs:

  • Fix Board Settings / All Boards Settings options has some bug. Thanks to helioguardabaxo.
  • .gitignore, ignore all vim swap files. Thanks to mfilser.

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

v6.18 2022-04-08 WeKan ® release

This release adds the following new features:

  • New theme "exodark". Thanks to TheExo.
  • Show bigger logo on tab- Thanks to Meeques, helioguardabaxo and xet7.

and fixes the following bugs:

  • Fix Card Description on dark theme is too dark. Thanks to TheExo.
  • Removed browser contect policy so that attachments would be visible. Part 1, Part 2. Thanks to xet7.

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

v6.17 2022-04-06 WeKan ® release

This release adds the following updates:

  • Updated dependencies. Thanks to xet7.

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

v6.16 2022-04-06 WeKan ® release

This release fixes the following bugs:

  • Added HTML viewer to description on minicard. Thanks to helioguardabaxo.
  • Remove incomplete translated changelogs. Thanks to ocdtrekkie.
  • Fix Can’t add attachments because of Content-Security-Policy. Thanks to Ben0it-T and xet7.
  • Try to fix Duplicate Board. Thanks to xet7.
  • Try to fix Trello import Attachment and links not defined. In Progress, does not work yet. Thanks to akhudushin, hatl, 2447254731 and xet7.
  • Comment out Trello attachment import until it’s implemented with API key. Thanks to xet7.
  • Try to fix Snap WRITABLE_FILES. Thanks to xet7.

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

v6.15 2022-04-05 WeKan ® release

This release add the following new features:

  • Show description text on minicard. Thanks to helioguardabaxo.

and fixes the following bugs:

  • Card Details List-Dropdown is now filled too if the card is opened from global search. Thanks to mfilser.
  • UI improvements on maximized card header. Thanks to helioguardabaxo.
  • Fix oidc login when no group data is present. Thanks to danielkaiser.
  • Fix LDAP authentication doesn’t support multiple emails in LDAP accounts. Thanks to buzztiaan and NURDspace.
  • Added missing characters to Subtasks jade template. Thanks to xet7.

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

v6.14 2022-04-03 WeKan ® release

This release fixes the following bugs:

  • WRITABLE_PATH must be writable, otherwise abort starting Wekan. Thanks to mfilser.
  • Better error message layout if Wekan can not start. Thanks to mfilser.
  • Try to fix Attachments.insert is not a function. Thanks to ChrisMagnuson and xet7.
  • Some torodb fixes. In Progress. Part 1, Part 2. Thanks to xet7.
  • Not ZFS, it uses many gigabytes of RAM. Thanks to xet7.
  • Added WRITABLE_PATH to rebuild-wekan.sh meteor commands. Thanks to xet7.
  • Fix list color too close with moderndark theme on mobile view. Thanks to gerald41, Meeques, Go-rom, mfilser, jghaanstra and xet7.
  • Fixed docker-compose.yml WRITABLE_PATH. Thanks to xet7.
  • Updated WRITABLE_PATH at start-wekan.sh and start-wekan.bat. Thanks to xet7.
  • Try to fix Snap WRITABLE_PATH. Thanks to xet7.
  • Snap: Try to delete incomplete uploads when starting. Thanks to xet7.

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

v6.13 2022-04-01 WeKan ® release

This release adds the following new features:

  • Added Perl scripts for Asana export to WeKan ®. Thanks to GeekRuthie.
  • Add get list and board cards count to API. Thanks to helioguardabaxo.
  • Added translations: English (Brazil) en-BR and Czech (Czech Republic) cs-CZ. Thanks to translators.
  • Added WRITABLE_PATH to Windows start-wekan.bat. Thanks to BabyFnord and xet7.

and adds the following updates:

  • Changed from volta to n. Added info about developing on Ubuntu 22.04. Thanks to xet7.
  • Added some more info about building on Windows, not tested yet. Thanks to xet7.
  • Updated URL to meteor-spk. Thanks to xet7.
  • Updated dependencies. Part 1, Part 2. Thanks to developers of dependencies.

and fixes the following bugs:

  • Attachment migration, try to ignore error on Cloudron on removing old index cardId. Thanks to mfilser.
  • Fix Import Done Button do not redirect. Thanks to Ben0it-T.
  • Fix Duplicate board and create board from template doesn’t open board. Thanks to Ben0it-T.

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

v6.12 2022-03-11 WeKan ® release

This release adds the following new features:

  • Feature/empower sso oicd data propagation. Part 1, Part 2. Thanks to Viehlieb.
  • Add linkedBoard Activities to sidebar. Thanks to Ben0it-T.
  • Added Snap WRITABLE_PATH. Thanks to xet7.
  • Docs for Snap WRITABLE_PATH. Thanks to xet7.

and fixes the following bugs:

  • Fix Boards.uniqueTitle not working as expected. Part 1, Part 2. Thanks to Ben0it-T.
  • Attachments fixes after migration to meteor files (image preview, global search). Thanks to mfilser.

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

v6.11 2022-03-03 WeKan ® release

This release adds the following updates:

  • Updated In Progress future Snap configs. Thanks to xet7.

and tries to fix the following bugs:

  • Try to fix Snap. Thanks to xet7.

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

v6.10 2022-03-02 WeKan ® release

This release adds the following new features:

  • Switch from CollectionFS to Meteor-Files. NOTE: This does not yet have migration feature to filesystem or S3. Thanks to imajus, mfilser and xet7.
  • Added Meteor-Files WRITEABLE_PATH for Sandstorm, Snap and Source. Thanks to xet7.
  • Added WRITABLE_PATH to be usable when developing with meteor command, and to torodb. Thanks to xet7.
  • Enabled building Sandstorm WeKan, now that file uploading with Meteor-Files works. Thanks to imajus, mfilser and xet7.

and adds the following updates:

  • Updated to Node.js v14.19.0. Thanks to Node.js developers.
  • Use Node 14 at rebuild-wekan.sh. Thanks to xet7.
  • Updated dependencies. Part 1, Part 2. Thanks to developers of dependencies.

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

v6.09 2022-02-28 WeKan ® release

This release tries to fix the following bugs:

  • Try to fix Admin Panel / Disable Registration and Disable Forgot Password. Thanks to urmel1960, Ben0it-T and xet7.

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

v6.08 2022-02-27 WeKan ® release

This release tries to fix the following bugs:

  • Try to allow register and login. Thanks to xet7.

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

v6.07 2022-02-26 WeKan ® release

This release fixes the following bugs:

  • Fix Forgot Password to be optional. Thanks to xet7.

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

v6.06 2022-02-26 WeKan ® release

This release adds the following new features:

  • Feature/shortcuts for label assignment. Thanks to Viehlieb.
  • Feature/propagate OIDC data. Thanks to Viehlieb.

and fixes the following bugs:

  • Global search: Card Details popup opens now in normal view even if maximized card is configured. Thanks to mfilser.
  • Card details, fix header while scrolling. Thanks to mfilser.
  • Add subscription to announcements, so that system wide announcements are shown to all. Thanks to pablo-ng.
  • Fixed Disable Self-Registration. Added Disable Forgot Password to same Admin Panel page. Thanks to xet7.

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

v6.05 2022-02-07 WeKan ® release

This release adds the following updates:

  • Update release scripts to merge latest changes. Thanks to xet7.

and fixes the following bugs:

  • Fix copy move card. Thanks to mfilser.

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

v6.04 2022-02-07 WeKan ® release

This release fixes the following bugs:

  • Fixed Copy card to list does not work, by reverting clientside changes of PR 4333. Thanks to Meeques, PaulITsoft and xet7.
  • Fixed Problem with selecting action in rule window. Thanks to Meeques and xet7.

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

v6.03 2022-02-07 WeKan ® release

This release adds the following updates:

  • Updated to Node.js v12.22.10. Thanks to Node.js developers.

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

v6.02 2022-02-06 WeKan ® release

This release adds the following updates:

  • Updated dependencies. Thanks to developers of dependencies.

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

v6.01 2022-02-06 WeKan ® release

This release adds the following updates:

  • Updated to Node.js v14.19.0. Thanks to Node.js developers.

and fixes the following bugs:

  • Fixed WeKan on Sandstorm. Thanks to xet7.
  • Fixed building fibers. Thanks to xet7.

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

v6.00 2022-02-05 WeKan ® release

This release adds the following new features:

  • Adding list select at card details. Thanks to mfilser.

and adds the following updates:

  • Updated release scripts. Thanks to xet7.

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

v5.99 2022-02-04 WeKan ® release

This release adds the following changes:

  • Revert rounded corners minicard on moderndark theme. Thanks to jghaanstra.

and fixes the following bugs:

  • Remove not working options from rebuild-wekan.sh. Thanks to xet7.

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

v5.98 2022-02-03 WeKan ® release

This release adds the following CRITICAL SECURITY UPDATES:

  • Updated to Node.js v12.22.10. Thanks to Node.js developers.

and adds the following new features:

  • Make card corners round. Thanks to Meeques and xet7.
  • Copy checklist. Thanks to mfilser.

and adds the following new translations:

  • Added translation: Galician (Spain). Part 1, Part 2, Part 3. Thanks to translators.

and fixes the following bugs:

  • Fix typo in tests. Thanks to xet7.
  • Try to fix tests by adding puppeteer back. Part 1, Part 2. Thanks to xet7.
  • Removed unnecessary space between checklist title and first checklist item if checklist progress is 0%. Thanks to mfilser.
  • Lists now moveable when swimlane requires scrolling. Thanks to mfilser.
  • Add more stack and heap to Node.js at all WeKan platforms. Thanks to xet7.

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

v5.97 2022-01-23 WeKan ® release

This release fixes the following bugs:

  • Fix can’t add Checklist on cardType-linkedBoard. Thanks to Ben0it-T.
  • Fix comments for cards that link to a board are not shown. Thanks to Ben0it-T.
  • Fix Snap OAUTH2_REQUEST_PERMISSIONS of Google/OAuth2/OIDC login. Thanks to xet7.

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

v5.96 2022-01-23 WeKan ® release

This release adds the following new features:

  • Move checklist and card popup restore last selected board value. Thanks to mfilser.

and fixes the following bugs:

  • Fix Layout "Modern Dark", Card Color, List Header and mouse hover. Thanks to mfilser.
  • Try to fix OAUTH2_REQUEST_PERMISSIONS by removing quotes. Thanks to pcurie and xet7.
  • Fix notification drawer always on top. Thanks to Azorimor.
  • Fix comments not loading on cardType-linkedBoard. Thanks to Ben0it-T.

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

v5.95 2022-01-18 WeKan ® release

This release adds the following new features:

  • Move copy card remembers the last confirmed field values. Thanks to mfilser.
  • Added “move checklist” and created a "Checklist Action Menu". Thanks to mfilser.
  • Add checklist item - each line becomes new item. Thanks to mfilser.
  • Add progress bar to checklist. Thanks to mfilser.

and adds the following updates:

  • Update ISSUE_TEMPLATE.md: Use comments and rephrase. Thanks to xeruf.
  • Updated WeKan s390x bundle build script. Thanks to xet7.
  • Use different distro for building WeKan releases. Thanks to xet7.

and fixes the following bugs:

  • Custom Field StringTemplates didn’t save the last input value on desktop view after pressing Ctrl+Enter. Thanks to mfilser.

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

v5.94 2022-01-16 WeKan ® release

This release adds the following new features:

  • Added copy button to card title. Thanks to mfilser.

and fixes the following bugs:

  • Fix Card, List and Comment colors not visible at some themes. Thanks to Meeques, Go-rom and xet7.

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

v5.93 2022-01-14 WeKan ® release

This release tries to fix the following bugs:

  • Try to fix Sandstorm WeKan package. This did not fix it. Do not try broken experimental Sandstorm WeKan versions yet. Part 1, Part 2. Thanks to xet7.

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

v5.92 2022-01-13 WeKan ® release

This release adds the following CRITICAL SECURITY UPDATES:

  • Upgraded markdown-it to 12.3.2. Thanks to markdown-it developers.

and adds the following new translations:

  • Added translations: Estonian (Estonia) et_EE, Russian (Ukraine) ru_UA, Ukrainian (Ukraine) uk_UA. Part 1, Part 2. Thanks to translators.

and fixes the following bugs:

  • Fixed OpenAPI docs generating has some swagger error. Thanks to bentiss.

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

v5.91 2022-01-11 WeKan ® release

This release adds the following CRITICAL SECURITY UPDATES:

  • Updated to Node.js v12.22.9. Thanks to Node.js developers.

and adds the following updates:

  • Added release scripts for starting and stopping services. Thanks to xet7.
  • Updated rebuild-wekan.sh script about installing dependencies. Part1, Part2. Thanks to xet7.
  • In install scripts, use Volta Node and NPM install manager, made with Rust https://volta.sh . Volta uses home directory also with "npm -g install", no sudo needed. xet7 found info about Volta from Miniflare docs. Part 1, Part 2. Thanks to Volta developers.
  • Updated dependencies. Thanks to developers of dependencies.

and fixes the following bugs:

  • Fix user mentions. Thanks to Ben0it-T.

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

v5.90 2021-12-26 WeKan ® release

This release fixes the following bugs:

  • Fix Create Board from Template not opening. Thanks to Ben0it-T and xet7.

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

v5.89 2021-12-26 WeKan ® release

This release adds the following new features:

  • Edit team/org now update users.teams.teamDisplayName / users.orgs.orgDisplayName. Thanks to Ben0it-T.
  • Trello api.py: Added for using newest Trello API, to show Trello boards/cards/actions/reactions JSON and download Trello attachments as binary files from S3. Thanks to xet7.
  • Trello api.py: Added additional TODO notes. Thanks to xet7.
  • Added Info about Shared Templates In Progress. Thanks to xet7.

and fixes the following bugs:

  • Fix getLabels exception in template helper. Thanks to Ben0it-T.
  • Fixed Templates are Missing, Error: Site not Found “/templates” is missing in the URL. Shared Templates part 5: Make visible Create template board checkbox and templates at All Boards page, In Progress. Thanks to xet7.
  • Fixed Duplicate board. Thanks to Ben0it-T and xet7.

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

v5.88 2021-12-22 WeKan ® release

This release adds to following CRITICAL SECURITY FIXES:

  • User now should only see archived cards belonging to boards to which he has permission. Thanks to jrsupplee.
  • Fix Boards.userBoards() method to take into account organizations and teams of the user when determining which boards are accessible. Thanks to jrsupplee.

and adds the following new features:

  • New debug search operator that should help debugging future problems with search. Thanks to jrsupplee.
  • New org and team search operators for finding cards belonging to boards with the given organization or team. Thanks to jrsupplee.
  • New admin report to list boards. Thanks to jrsupplee.

and adds the following accessibility improvements:

  • Made WeKan zoomable by recommendation of Axe browser extension #459 (comment) by changing meta viewport settings at https://github.com/wekan/wekan/blob/master/client/components/main/layouts.jade#L3 , in some commit of this WeKan v5.88. Thanks to xet7.

and fixes the following bugs:

  • Fixed Mermaid Diagram error: Maximum call stack size exceeded. Part 1, Part 2, Part 3. Thanks to xet7.

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

v5.87 2021-12-19 WeKan ® release

This release adds the following updates:

  • Changed Docker base image to ubuntu:rolling. Thanks to xet7.

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

v5.86 2021-12-19 WeKan ® release

This release fixes the following bugs:

  • Fix: BoardAdmin can’t edit or delete others comments on cards. Thanks to Ben0it-T.

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

v5.85 2021-12-17 WeKan ® release

This release adds the following updates:

  • Updated to Node.js v12.22.8. Thanks to Node.js developers.

and fixes the following bugs:

  • Fix mobile card details for Modern Dark theme. Thanks to jghaanstra.
  • Fixed undefinded added member to board. Thanks to Emile840.

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

v5.84 2021-12-15 WeKan ® release

This release adds the following new features:

  • Kubernetes 1.22 support and basic helm test. Thanks to varac.
  • Added Helm Chart usage docs. Thanks to varac.
  • Add full name if exists in email-invite-subject for user to invite. Thanks to Emile840.
  • Sort Organizations, Teams and People. Thanks to Emile840.

and fixes the following bugs:

  • List title doesn’t overlap with hamburger menu anymore. Thanks to mfilser.
  • Fix legal notice traduction bug when refreshing sign in page. Thanks to Emile840.
  • Fix: Clicking to view Lists or Swimlanes Archive adds temporarily many empty Lists to board. Thanks to Ben0it-T.

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

v5.83 2021-11-30 WeKan ® release

This release adds to following new improvements:

  • Changed delete checklist dialog to a popup. Thanks to mfilser.
  • Dragging minicards scrolls now vertically at the end of the screen. Thanks to mfilser.

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

v5.82 2021-11-29 WeKan ® release

This release removes the following new features:

  • Revert change from WeKan v5.81: At Sandstorm, every WeKan user is now WeKan Admin and has Admin Panel. Thanks to ocdtrekkie and xet7.

and adds the following new features:

  • List header contains now a button to add the card to the bottom of the list. Thanks to mfilser.

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

v5.81 2021-11-29 WeKan ® release

This release adds the following new features:

  • At Sandstorm, every WeKan user is now WeKan Admin and has WeKan Admin Panel. This could help export, board member permissions, etc. Thanks to PizzaProgram and xet7.

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

v5.80 2021-11-26 WeKan ® release

This release adds the following new features:

  • Show helper at label drag/drop if label popup opened from card details popup. Thanks to mfilser.
  • Show or hide members and assignee(s) on minicard. Thanks to Ben0it-T.
  • List adding has now a cancel button. Thanks to mfilser.
  • CustomFields Currency, autofocus on edit. Thanks to mfilser.
  • Attachments, show file size in KB in card details. Thanks to mfilser.
  • Sidebar Member Settings Popup has now a Popup title. Thanks to mfilser.
  • Add copy text button to most textarea fields. Thanks to mfilser.
  • Copy text button at most textarea fields is now translatable. Part 1, Part 2. Thanks to xet7.

and adds the following updates:

  • Docker build script to be executeable. Thanks to xet7.
  • Drag drop jquery-ui update + screen and list scroll. Thanks to mfilser.
  • Settings, add some space between radio buttons. Thanks to mfilser.

and fixes the following bugs:

  • Default Top Left Corner Logo Image display few seconds before a display of custom Top Left Corner Logo Image. Thanks to Emile840.
  • App reconnect link wasn’t clickable. Thanks to mfilser.
  • Copy card URL works now again. Thanks to mfilser.
  • Fix: On mobile infinite scrolling didn’t work. Thanks to mfilser.
  • Custom Field StringTemplates didn’t save the last input value on touch devices. Thanks to mfilser.
  • Move cards to top/bottom ignores the current filter if active. Thanks to mfilser.
  • Moving many cards with multi selection drag/drop to another list keeps the card order. Thanks to mfilser.
  • Sidebar multi selection actions keep now the card sorting (cards moving, cards to archive etc). Thanks to mfilser.

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

v5.79 2021-11-25 WeKan ® release

This release fixes the following bugs:

  • Fix label width oversize bug. Thanks to mfilser.
  • Fixed label popup at desktop view (add and remove labels). Thanks to mfilser.

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

v5.78 2021-11-17 WeKan ® release

This release fixes the following bugs:

  • Fix: Sandstorm WeKan Admin Panel version info broken. Thanks to ocdtrekkie and xet7.

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

v5.77 2021-11-16 WeKan ® release

This release adds the following updates:

  • Updated Docker Ubuntu base image. Thanks to Ubuntu developers.

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

v5.76 2021-11-16 WeKan ® release

This release adds the following new features:

  • Global search load card details. Thanks to mfilser.
  • Layout improvement: Adding organisations to the board. Thanks to Ben0it-T.
  • App reconnect is now possible if the connection was interrupted. Thanks to mfilser.
  • Boards view has now drag handles at desktop view if drag handles are enabled. Thanks to mfilser.
  • Account configuration of option loginExpirationInDays is now possible. Thanks to mfilser.
  • Part 2: Added remaining of Account configuration of option loginExpirationInDays for Snap. Thanks to xet7.
  • Improve multi selection sidebar opening and closing. Thanks to marook.

and adds the following updates:

  • Added release scripts for building local Docker images and pushing them to Quay.io and Docker Hub. Thanks to xet7.

and fixes the following bugs:

  • Fixed trim whitespace at multiline editor fields. Thanks to mfilser.
  • Fixed placeholder was not visible at list view (mobile view). Thanks to mfilser.
  • Fix list adding to bottom. Thanks to mfilser.

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

v5.75 2021-11-12 WeKan ® release

This release adds the following new features:

  • Card popup close color remove move bottom delete. Thanks to mfilser.
  • Comment edit has now a cancel button. Thanks to mfilser.
  • Checklist and items drag drop scrollable mobile view. Thanks to mfilser.

and adds the following updates:

  • Updated release scripts. Thanks to xet7.

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

v5.74 2021-11-11 WeKan ® release

This release fixes the following bugs:

  • Docker fix failed export and timezone. Thanks to mfilser.

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

v5.73 2021-11-11 WeKan ® release

This release adds the following new features:

  • Added NodeJS Statistics to Admin Panel/Versio. Thanks to Ben0it-T.
  • Card detail popup loads now comments if opened from board search. Thanks to mfilser.

and adds the following updates:

  • Updated dependencies Part 1, Part 2. Thanks to developers of dependencies.

and fixes the following bugs:

  • Card Details, add missing hr line before Activity title. Thanks to Ben0it-T.
  • Sidebar search only opens the card as popup on mobile view. Thanks to mfilser.
  • Fixed a bug related to the default text of the OIDC button. Thanks to Emile840.
  • Fix: Impossible to export board to excel where title exceeding 31 chars. Thanks to Ben0it-T.

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

v5.72 2021-10-31 WeKan ® release

This release adds the following new features:

  • Add a possibility for non-admin users (who have an email on a given domain name in Admin Panel) to invite new users for registration. Thanks to Emile840.

and fixes the following bugs:

  • Try to fix: Filter List by Title - Hide empty lists in Swimlane view. Thanks to Ben0it-T.
  • Card labels on minicard withouth text are now at the same line again. Thanks to mfilser.
  • Rename “Domaine” to “Domain” that is more like English. Thanks to xet7.

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

v5.71 2021-10-29 WeKan ® release

This release adds the following updates:

  • Updated dependencies. Thanks to developers of dependencies.

and fixes the following bugs:

  • Fix: Filter List by Card Title. Thanks to Ben0it-T.
  • Add info about upgrades to GitHub issue template. Part 1, Part 2. Thanks to xet7.

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

v5.70 2021-10-28 WeKan ® release

This release fixes the following bugs:

  • Fix bug related to Admin Panel teams management. Thanks to Emile840.
  • Docker: Try to fix "Failed export and unexpected container restart". Added timezone and localtime. Part 1, Part 2. Thanks to akitzing, mfilser and xet7.

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

v5.69 2021-10-28 WeKan ® release

This release adds the following updates:

  • Updated Docker base image to Ubuntu 21.10 Impish. Thanks to Ubuntu developers.

and fixes the following bugs:

  • Fix Docs: Only MAIL_URL and MAIL_FROM for email settings. Not Admin Panel anymore. Thanks to niklasdahlheimer.
  • Popup fixes: Archive cards, upload attachements etc. Thanks to mfilser.

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

v5.68 2021-10-27 WeKan ® release

This release adds the following new features:

  • Labels are now drag/drop/sortable. Thanks to mfilser.

and fixes the following bugs:

  • Fix labels desktop view add and delete. Thanks to mfilser.

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

v5.67 2021-10-27 WeKan ® release

This release fixes the following bugs:

  • Fix typo. Thanks to xet7.

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

v5.66 2021-10-27 WeKan ® release

This release adds the following new features:

  • api.py: List All Public Boards. Thanks to xet7.
  • api.py: List Custom Fields of Board. Thanks to xet7.
  • api.py: Info of one Custom Field. Thanks to xet7.
  • api.py: Add Custom Fields to Board. Does not work yet, error: Settings must be object. Thanks to xet7.
  • Add full name if exists in email-invite-subject or when tagging someone with @ while commenting a card. Thanks to Emile840.
  • Popup sorting number. Thanks to mfilser.
  • At mobile view the card details are opened as Popup. Thanks to mfilser.
  • Add card button has now a cancel button. Thanks to mfilser.
  • Global search checklistitems and custom fields boolean. Thanks to mfilser.
  • Board View, sort cards button also in mobile view. Thanks to mfilser.
  • Minicard label popup. Thanks to mfilser.
  • Re-enables custom schemes auto linking. Thanks to chrisi51.
  • Board search remove limit. Thanks to mfilser.
  • Add a possibility of selecting displayed users in Admin Panel. Thanks to Emile840.

and adds the following updates:

  • Updated dependencies. Part 1, Part 2. Thanks to developers of dependencies.
  • Added npm publish script for releases. Thanks to xet7.

and fixes the following bugs:

  • Fix infinite loading of public boards. Thanks to mfilser.
  • Fix: Setting overtime not working. Thanks to Ben0it-T.
  • Fix main scrollbar. Thanks to mfilser.
  • Try to fix orphanedAttachments. Thanks to Madko and xet7.
  • Fix markdown header quick access. Thanks to mfilser.
  • Fix Filter List by Card Title. Thanks to Ben0it-T.
  • Fix long textarea editing. Thanks to mfilser.
  • Boards weren’t loaded because of missing filter. Thanks to mfilser.
  • Fix Card details Custom Fields popup empty hr sections and plus icon. Thanks to mfilser.
  • Card popup search and global search improvements. Thanks to mfilser.
  • Comment out showing Search All Boards logs in console. Thanks to mfilser and xet7.
  • Long labels on card and minicard are wrapped if too long. Thanks to mfilser.
  • Card dates, if deleted rules didn’t apply on "unset date fields". Thanks to mfilser.
  • Comment, added confirm delete popup. Thanks to mfilser.
  • Fix: Filter List by Card Title. Thanks to Ben0it-T.

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

v5.65 2021-10-12 WeKan ® release

This release adds to following CRITICAL SECURITY UPDATES:

  • Updated to Node.js v12.22.7. Thanks to Node.js developers.

and fixes the following bugs:

  • Excel Export: Export only comments for cards that are not linked. Thanks to Ben0it-T.
  • If OIDC button text was customized, the default text will be added if a user click on Sign In. Thanks to Emile840.

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

v5.64 2021-10-09 WeKan ® release

This release adds the following new features:

  • Excel Export : add board description, add comments worksheet. Thanks to Ben0it-T.

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

v5.63 2021-10-07 Wekan release

This release adds the following new features:

  • Allow setting custom kubernetes labels when using the helm chart. Thanks to ariep.

and fixes the following bugs:

  • Fixed SMTP by reverting MAIL_SERVICE changes. Thanks to xet7.

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

v5.62 2021-10-04 Wekan release

This release adds the following new features:

  • Allow word match for rules -> title filter. Thanks to ilvar.
  • CSV/TSV/Excel Export translatable and fixed, CSV semicolon option added. Thanks to Ben0it-T.
  • Added week numbers to dates at card, minicard, Custom Field dates, DatePicker and Calendar. Part 1, Part 2. Thanks to xet7.
  • Confirm Archive Card. Thanks to xet7.

and fixes the following bugs:

  • Clean up /tmp after Docker build. This drastically reduces docker image size from ~280 MB to ~180 MB. Thanks to ilvar.
  • Removed extra quotes from Export menu. Thanks to xet7.

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

v5.61 2021-09-25 Wekan release

This release adds the following new features:

  • Search by name or username or emails address when adding a new user to a board. Thanks to Emile840.

and fixes the following bugs:

  • Fixed REST API, it shoud work now by Admin user. Reverted Allow board members to use more of API of Wekan v5.35. Thanks to tomhughes and xet7.
  • Wekan Gantt GPL: Fix Tasks not displayed in Gantt screen. Thanks to MrLovegreen and khjde1207.

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

v5.60 2021-09-22 Wekan release

This release adds the following new features:

  • Toggle opened card Custom Fields layout between Grid and one per row. Thanks to xet7.

and adds the following updates:

  • Updated Docker base image to newer Ubuntu. Thanks to xet7.
  • Try to add Docker image to GitHub Docker Image Registry. Thanks to xet7.
  • Update build scripts to install npm from NodeSource, and meteor with npm. Thanks to Meteor developers.

and fixes the following bugs:

  • Try to fix Bug: Card number equal to #0 when creating a sub-task from a card. Thanks to marcungeschikts, olivierlambert and xet7.

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

v5.59 2021-09-17 Wekan release

This release adds the following new features:

  • Admin Panel/People: Possibility of adding a team to all selected users. Thanks to Emile840.
  • Add / remove team members as board members when adding / removing team from board. Thanks to Emile840.
  • Added more translations to: Admin Panel/People: Possibility of adding a team to all selected users. Thanks to xet7.
  • Enter new password 2 times when registering. Thanks to sh2515 and xet7.
  • Sum of cards. In Progress, not ready yet. Part 1: Add Custom Field options for field sum. Part 2: Show option for custom field sum only for currency and number custom fields. Thanks to xet7.
  • Admin Panel/Settings/Layout: Customize OIDC button text. Thanks to Emile840.
  • At card attachments, show play and fullscreen controls for video webm/mp4/ogg, and play controls for audio mp3/ogg. Thanks to luistiktok and xet7.

and fixes the following bugs:

  • Links to devel branch are broken; use master instead. Thanks to garrison.
  • Fix first user creation for via OIDC. Thanks to ww-daniel-mora.
  • When list has just one card, to show ‘card’ instead of 'cards’. Thanks to helioguardabaxo.
  • Fix: Linked card cannot change date. Thanks to Ben0it-T.
  • Try to fix: Can’t delete attachment. Thanks to luistiktok and xet7.

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

v5.58 2021-09-01 Wekan release

This release fixes the following bugs:

    1. Edit profile and modify password menus are not displayed if SSO authentication is used. 2) Board filtering will be displayed only if user belongs to atleast one team or organization. Thanks to Emile840.

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

v5.57 2021-08-31 Wekan release

This release adds the following updates:

  • Updated build scripts. Thanks to xet7.

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

v5.56 2021-08-31 Wekan release

This release adds the following updates:

  • Updated dependencies. Thanks to developers of dependencies.

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

v5.55 2021-08-31 Wekan release

This release adds to following CRITICAL SECURITY UPDATES:

  • Updated to Node.js v12.22.6. Thanks to Node.js developers.

and fixes the following bugs:

  • Fixed bugs:
    1. Public Boards page shows only “Add Board” button, not any Public Boards.
    2. When at Admin Panel / Boards visibility / Private only, public board still accessible publicly by it’s public board URL. Thanks to Emile840.

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

v5.54 2021-08-28 Wekan release

This release adds the following new features:

  • Admin panel: Added a parameter to display or not the visibility of a board in private mode only. Thanks to Emile840.

and fixes the following bugs:

  • Fix: Incorrect card numbers for sub tasks. Thanks to syndimann.

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

v5.53 2021-08-27 Wekan release

This release fixes the following bugs:

  • Try to fix MAIL_FROM. Thanks to xet7.

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

v5.52 2021-08-26 Wekan release

This release adds the following new features:

  • Added MAIL_SERVICE settings for Well Known Email Services Part 1, Part 2. https://github.com/wekan/wekan/wiki/Troubleshooting-Mail . Please test. Thanks to xet7.
  • All Boards page: Possibility of filtering board by team or organization. Thanks to Emile840.
  • Fixed translation of “Clear Filter” for "All boards page: Possibility of filtering board by team or organization". Thanks to xet7.

and adds the following new translations:

  • Added Chinese (Simplified) (zh-Hans or zh-CN). Thanks to translators.

and fixes the following bugs:

  • Initials not required for new user that is created at Admin Panel. Thanks to xet7.
  • Delete user is now possible at Admin Panel. But you should remove user first from all boards, because otherwise there could be bug of empty avatars at boards, that need to be removed manually from database. Thanks to xet7.
  • Fixed Save button not clickable in maximized card view. Thanks to hatl, urmel1960 and syndimann.
  • Fixed New wide card edit view is all jumbled on mobile. Thanks to jdaviescoates and xet7.

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

v5.51 2021-08-17 Wekan release

This release fixes the following bugs:

  • Fixed exception in global search. Thanks to syndimann.

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

v5.50 2021-08-15 Wekan release

This release fixes the following bugs:

  • Fix: Save user initials and fullname when a new user is created. Thanks to syndimann.

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

v5.49 2021-08-14 Wekan release

This release adds the following new features:

  • Text “Search” now translatable at Card Add Member/Assignee. Thanks to xet7.
  • Add Card Comment Reactions. Thanks to syndimann.

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

v5.48 2021-08-11 Wekan release

This release adds the following CRITICAL SECURITY UPDATES:

  • Updated to Node.js v12.22.5. Thanks to Node.js developers.
  • Also jszip update in some of included update commits.

and adds the following new features:

  • Searchfields for members and assignees card popups. Thanks to syndimann.

and adds the following updates:

  • Updated dependencies. Thanks to developers of dependencies.

and adds the following new translations:

  • French (Switzerland) (fr_CH). Thanks to translators.

and fixes the following bugs:

  • Fixed: Can’t save user without Initials. Thanks to devagleo and xet7.

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

v5.47 2021-08-05 Wekan release

This release adds the following updates:

  • Updated dependencies. Thanks to developers of dependencies.

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

v5.46 2021-08-05 Wekan release

This release adds the following updates:

  • Updated dependencies. Thanks to developers of dependencies.

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

v5.45 2021-08-05 Wekan release

This release adds the following new features:

  • Special handles to notify board or card members in a comment. Thanks to syndimann.

and fixes the following bugs:

  • Fix: Show missing user mentions popover when posting comments in maximized card layout. Thanks to syndimann.

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

v5.44 2021-08-03 Wekan release

This release adds the following updates:

  • Wekan v5.43 and v5.44 for helm. Thanks to xet7.

and fixes the following bugs:

  • Fix: Consecutive Card numbering when a card is moved to another board or copied. Thanks to syndimann.

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

v5.43 2021-08-03 Wekan release

This release adds the following new features:

  • Consecutive boardwise card numbering. Thanks to syndimann.

and adds the following updates:

  • Update Helm Chart apiVersion, pin image version. This makes this Chart compatible with flux helm-controller, which requires v2 charts. Thanks to varac.
  • Wekan v5.42 for helm. Thanks to xet7.

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

v5.42 2021-08-01 Wekan release

This release adds the following CRITICAL SECURITY UPDATES:

  • Updated to Node.js v12.22.4. Thanks to Node.js developers.

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

v5.41 2021-07-26 Wekan release

This release fixes the following bugs:

  • Fixed Wekan JSON import fails. Thanks to BartoszBroda and xet7.

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

v5.40 2021-07-25 Wekan release

This release fixes the following bugs:

  • Fixed Delete of Planning Poker doesn’t work. Thanks to xet7.

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

v5.39 2021-07-24 Wekan release

This release adds the following new features:

  • LDAP AD Simple Auth. Thanks to indika-dev.
  • LDAP AD Simple Auth: Added settings for all remaining Wekan Standalone (non-Sandstorm) platforms and Docs to https://github.com/wekan/wekan/wiki/LDAP-AD-Simple-Auth . Thanks to xet7.
  • Convert Checklist Item to Card. Thanks to helioguardabaxo.
  • Organizations and Teams are taken into account when displaying board at All Boards page. Thanks to Emile840.

and adds the following new translations:

  • English (Italy). Thanks to translators.

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

v5.38 2021-07-18 Wekan release

This release adds the following new features:

  • Added Code View </> button when RICHER_CARD_COMMENT_EDITOR=true and in desktop view where is enough screen space for buttons (not added to mobile view). Thanks to xet7.

and adds the following updates:

  • Updated dependencies Part 1, Part 2. Thanks to developers of dependencies.
  • Updated to Node.js v12.22.3. Thanks to Node.js developers.

and fixes the following bugs:

  • Fixed Line break which is wrongly added in Cards description and Cards comments. Thanks to Emile840 and xet7.
  • Fixed rebuild-wekan.sh. Thanks to xet7.
  • Small fixes for ModernDark theme. Thanks to jghaanstra.

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

v5.37 2021-07-04 Wekan release

This release adds the following CRITICAL SECURITY UPDATES:

  • Updated to Node.js v12.22.2. Thanks to Node.js developers.

and fixes the following bugs:

  • Building OpenAPI docs is broken in Wekan v3.56. Thanks to bentiss.

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

v5.36 2021-06-29 Wekan release

This release adds the following new features:

  • Added some controls and warning messages when user try to delete an organization or team that has at least one user belongs to it. Thanks to Emile840.
  • Shared Templates. In Progress. Part 1. Template Containers visible at All Boards page, with white border around board icon. Part 2. Ablity to Add Template Container, checkbox in Create Board popup. Do not create Template Container by default, when creating user. Part 3. Template container titles “Card/List/Board Templates” automatically translated. Thanks to xet7. Part 4. Hide this Shared Templates feature while it’s not finished yet. Added back creating Template Container by default, when creating user. Thanks to xet7.
  • Added testsuite. Thanks to jankapunkt.
  • Delete user at REST API and Admin Panel/People/People. There is still bug of leaving empty user avatars to boards: boards members, card members and assignees have empty users. So it would be better to delete user from all boards before deleting user. Thanks to darren-teo and xet7.

and adds the following improvements:

  • Removed unused exceljs from client bundle. This decreased Wekan browserside frontend amount of Javascript from 5.4 MB to 4.3 MB. Thanks to jankapunkt.
  • Added note: With Docker, please don’t use latest tag. Only use release tags. See #3874 . Part 1, Part 2. Thanks to xet7.

and fixes the following bugs:

  • Fixed tests, that need to be in tests directory to not get build errors. Thanks to xet7.
  • Try to fix tests. Part 1, Part 2, Part 3. Thanks to xet7.
  • Fixed “Search All Boards” instructions are gone. Thanks to ClaudiaK21 and xet7.

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

v5.35 2021-06-14 Wekan release

This release adds the following new features:

  • Wait Spinners can now be translated Part 1, Part 1. Added Wait Spinners docs: https://github.com/wekan/wekan/wiki/Wait-Spinners . Thanks to xet7.
  • Maximize Card. Part 1, Part 2. Thanks to mfilser and xet7.
  • Export Card to PDF. In Progress, does not work yet. Part 1, Part 2. Thanks to xet7.

and removes some not needed files:

  • Reduced Wekan bundle size from 636 MB to 467 MB by deleting all dependencies of lucasantoniassi:accounts-lockout and including only required 10 files. Wekan Docker image size changed from 269.6 MB to 165.1 MB. Thanks to xet7.

and adds the following improvements:

  • Add border and update label colors for better visibility. Thanks to xet7.

and adds the following updates:

  • Updated dependencies. Thanks to developers of dependencies.

and fixes the following bugs:

  • Manual sort number 0 accepted. Thanks to mfilser.
  • Allow board members to use more of API. Please add issue (or pull request) if this allows too much. Part 1, Part 2. Thanks to JayVii and xet7.

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

v5.34 2021-06-11 Wekan release

This release adds the following new features:

  • View and change card sort number. Thanks to mfilser.
  • More spinners + configureable in admin panel. Thanks to mfilser.
  • Added remaining spinner settings. Thanks to xet7.

and adds the following new improvements:

  • Card Description has now the same color on view and editing. Thanks to mfilser.
  • Development in docker container. Thanks to mfilser.

and fixes the following bugs:

  • Fix Google SSO to access Wekan has not been working by reverting Wekan v5.31 not-working fixes to OAUTH2_LOGIN_STYLE=redirect Has No Effect. Thanks to unpokitodxfavor and xet7.
  • CustomFields were not created after adding 1 card. Thanks to mfilser.
  • Try to fix BUG: Database error attempting to change a account. Thanks to bbyszio and xet7.

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

v5.33 2021-06-10 Wekan release

This release adds the following new features:

  • Assigning a user to a team or an organization. Thanks to Emile840.

and adds the following new improvements:

  • Custom Fields stringtemplate, autofocus the last input box. Thanks to mfilser.

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

v5.32 2021-06-09 Wekan release

This release adds the following new features:

  • Moved many button texts etc to tooltips. Added more tooltips. Thanks to JFa-Orkis and xet7.

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

v5.31 2021-06-09 Wekan release

This release adds the following new features:

  • Admin Panel: Edit Organizations and Teams. Thanks to Emile840.
  • Admin Panel: Delete Organizations and Teams. Thanks to xet7.
  • Admin Panel Organizations/Teams: Show confirm text above delete button. Thanks to xet7.
  • Gantt: Retain links created between tasks. Part 1: Database changes, not active in MIT Wekan. Thanks to benjaminhrivera.

and adds the following updates:

  • Removed extra package. Thanks to xet7.
  • Updated dependencies. Thanks to developers of dependencies.

and fixes the following bugs:

  • Now new boards do not have any labels added by default. Thanks to tedkoch and xet7.
  • Try to fix OAUTH2_LOGIN_STYLE=redirect Has No Effect. Thanks to 1ubuntuuser and xet7.
  • Try to fix: Wekan UI fails to finish import of closed Trello boards. Thanks to berezovskyi and xet7.
  • Partial Fix: Vote and Planning Poker: Setting date and time now works for some languages that have ascii characters in date format. Thanks to xet7.

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

v5.30 2021-06-03 Wekan release

This release adds the following new features:

  • Planning Poker / Scrum Poker, see https://github.com/wekan/wekan/wiki/Planning-Poker . Thanks to helioguardabaxo.

and fixes the following bugs:

  • Fixed Python API example: Edit card, etc. Thanks to Lucky-Shi and xet7.
  • Default language is still used although this one has been modified previously. Thanks to Emile840.
  • Moved Keyboard Shortcuts from bottom to top of Sidebar. Thanks to ClaudiaK21 and xet7.

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

v5.29 2021-05-29 Wekan release

This release adds the following new features:

  • Excel parent card name export. Thanks to marcungeschikts and Enishowk.

and adds the following updates:

  • Updated dependencies Part 1, Part 2, Part 3. Thanks to developers of dependencies.
  • Added updated Forgot Password page to GitHub issue template Part 1, Part 2. Thanks to xet7.

and fixes the following bugs:

  • Try to fix Snap: Removed linting packages. Thanks to xet7.
  • Removed not working GitHub workflow. Thanks to xet7.
  • Fix typos. Thanks to spasche.
  • Fix: Impersonate user can now export Excel/CSV/TSV/JSON. Impersonate user and export Excel/CSV/TSV/JSON is now logged into database table impersonatedUsers. Thanks to xet7.
  • Fixed Importing JSON exports fails. Thanks to KeptnArgo and xet7.

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

v5.28 2021-05-07 Wekan release

This release adds the following new features:

  • Mermaid Diagram. Thanks to xuguotong and xet7.

and adds the following updates:

  • Updated dependencies Part 1, Part 2, Part 3. Thanks to developers of dependencies.

and fixes the following bugs:

  • Fix: BG color of StartDate. Thanks to listenerri.

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

v5.27 2021-04-29 Wekan release

This release fixes the following bugs:

  • Fixed Non-ASCII attachment filename will crash when downloading. Thanks to xet7.

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

v5.26 2021-04-28 Wekan release

This release adds the following new features:

  • Feature/mini card subtask count. Thanks to ryanMushy.

and fixes the following bugs:

  • Bring back Almost-Due for Start Date. Thanks to darren-teo.

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

v5.25 2021-04-27 Wekan release

This release adds the following new features:

  • Swimlane in Export to Excel. Thanks to Keelan and ryanMushy.

and adds the following updates:

  • Updated release scripts. Thanks to xet7.

and fixes the following bugs:

  • Added missing PostgreSQL password to ToroDB. Thanks to xet7.
  • Fixed language name of Deutsch (Schweiz). Thanks to urmel1960.
  • Bugfix/Summernote on paste. Thanks to ryanMushy.
  • OpenAPI: Better handle nested schemas. Thanks to bentiss.

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

v5.24 2021-04-24 Wekan release

This release adds the following new features:

  • Copy Swimlane. Thanks to jrsupplee.

and adds the following updates:

  • Updated dependencies. Thanks to developers of dependencies.

and fixes the following bugs:

  • Fix Snap: Delete extra symlink that prevented building Snap. Thanks to xet7.

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

v5.23 2021-04-22 Wekan release

This release adds the following new features:

  • Filtering by due date. Thanks to mcrute.

and adds the following updates:

  • Updated dependencies. Thanks to developers of dependencies.

and fixes the following bugs:

  • Fix: Trello data without labels definition. Thanks to jrsupplee.
  • Bug fix for Due Cards. Thanks to jrsupplee.
  • Fix: The bg color of start at button is almost-due. Thanks to listenerri.

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

v5.22 2021-04-16 Wekan release

This release adds the following new translations:

  • Added German (Switzerland) (de_CH) (Schwiizerdütsch). Updated translations. Part 1, Part 2, Part 3. Thanks to translators.

and fixes the following bugs:

  • Remove allowedValues from Cards.type schema. Thanks to jrsupplee.

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

v5.21 2021-04-16 Wekan release

This release adds the following new features:

  • Summernote Rich Text Editor:
    1. Add new button to insert a URL link.
    2. Add new popover allowing you to edit existing URL links.
    3. Enable spell check.
    4. Allow client side grammerly extension. Thanks to ryanMushy.

and adds the following updates:

  • Upgraded to Meteor 2.2. Thanks to Meteor developers.

and fixes the following bugs:

  • Bugfix, date format not changed to local format. Thanks to mfilser.

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

v5.20 2021-04-14 Wekan release

This release fixes the following bugs:

  • OpenAPI: rework the allowedValues to allow for imported variables. Thanks to bentiss.

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

v5.19 2021-04-14 Wekan release

This release adds the following new features:

  • Custom Field "String Template". Thanks to tod31.
    1. Admin reports. An option added to the admin panel that has reports an admin can run. Right now it has two reports for attachments and broken cards. 2) Add the creator avatar to cardDetails and minicard. Avatar is only shown if it is selected in card settings. 3) Added a new search operator creator. 4) Bug fix for multiple label predicates. Thanks to jrsupplee.
  • Update Admin Panel Rules report icon and add missing translations. Thanks to xet7.

and adds the following updates:

  • Upgraded to Meteor 2.1.1 an updated dependencies. Thanks to developers of dependencies.
  • Updated to Node.js v12.22.1. Thanks to Node.js developers.
  • Updated release scripts. Thanks to xet7.
  • Updated caniuse-lite etc dependencies. Thanks to developers of dependencies.

and fixes the following bugs:

  • Revert stable tag, because it did break Wekan version numbers. Thanks to xet7.
  • Updating ARM Dockerfile. Thanks to loganballard.
  • Added latest arm64 bundle symlink. Thanks to xet7.
  • Bug fix: Rules for moving from list/swimlane. Thanks to jrsupplee.
  • Fixed Elements are duplicated on the view "My cards". Rewrite routine for building the My Cards hierarchical list. Use a separate publication for retrieving My Cards. Fixed bug with limit and skip projection. Thanks to jrsupplee.
  • Popover needs to be destroyed anytime the details panel is closed. Thanks to ryanMushy.

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

v5.18 2021-04-14 Wekan release

Not released version, because some version numbers not changed in all release files.

v5.17 2021-04-01 Wekan release

This release fixes the following bugs:

  • Fix Link dialog closes card when clicking in dialog. Thanks to ryanMushy.

and adds the following updates:

  • Added stable tag release script. Thanks to xet7.

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

v5.16 2021-04-01 Wekan release

This release adds the following new features:

  • Added stable tag. Thanks to rynr and xet7.
  • Added back Summernote editor. Removed emoji picker. Thanks to ryanMushy and xet7.

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

v5.15 2021-03-31 Wekan release

This release fixes the following bugs:

  • Fixed card sort reset. Thanks to ednamaeG.
  • Fix bug in My Cards and Global Search. Thanks to jrsupplee.
  • Fix bug in Due Cards introduced by last bug fix. Thanks to jrsupplee.
  • Fixed Bug: Move Swimlane to Archive does not work anymore. Fixed lint in router.js. Thanks to marcungeschikts and xet7.

and adds the following updates:

  • Updated sandstorm release script and added new node update script Part 1, Part 2, Part 3, Part 4, Part 5. Thanks to xet7.
  • Updated to Node.js v12.22.0 Part 1, Part 2. Thanks to Node.js developers.
  • Fixed release website script Part 1, Part 2. Thanks to xet7.

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

v5.14 2021-03-29 Wekan release

This release adds the following new features:

  • Clean-up Global Search, Due Cards, and My Cards. New environment variable RESULTS_PER_PAGE for search results. Thanks to jrsupplee.
  • Added environment variable RESULTS_PER_PAGE to all Wekan platforms. Thanks to xet7.

and adds the following updates:

  • Updated release scripts. Thanks to xet7.

and fixes the following bugs:

  • Require signed-in user for My Cards, Due Cards, and global search. Thanks to jrsupplee.

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

v5.13 2021-03-28 Wekan release

This release fixes the following bugs:

  • Fixed Sandstorm Wekan attachments upload. Thanks to xet7.

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

v5.12 2021-03-28 Wekan release

This release fixes the following bugs:

  • Fix HTTP not defined. Thanks to xet7.

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

v5.11 2021-03-28 Wekan release

This release adds the following new features:

  • Added emoji picker to card description edit and card comment edit. Removed and disabled Summernote wysiwyg editor, package-lock.json etc. Thanks to xet7.

and adds the following updates:

  • Updated dependencies. Fixed lint. Thanks to xet7.

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

v5.10 2021-03-28 Wekan release

This release adds the following new features:

  • Move swimlane from one board to another. Thanks to jrsupplee.
  • Added translatable Move Swimlane popup title. Thanks to xet7.
  • REST API: Export one attachment. Thanks to vagnernascimento.

and adds the following updates:

  • Updated package-lock.json. Thanks to developers of dependencies.

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

v5.09 2021-03-26 Wekan release

This release adds the following improvements:

  • Replace edit icon by plus-square on new links. Thanks to sim51.

and fixes the following bugs:

  • Fix openapi docs generation. Thanks to bentiss.

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

v5.08 2021-03-26 Wekan release

This release adds the following new features:

  • Admin Panel/Settings/Accounts: Hide system messages of all users. Thanks to bbyszio, r4nc0r and xet7.

and adds the following improvements:

  • Add Trello attached links to the card description. Thanks to jrsupplee.
  • Added package-lock.json and updated .gitignore. Thanks to xet7.

and adds the following new translations:

  • Added translation: español de América Latina. Thanks to translators.

and fixes the following bugs:

  • Fix typos in translations. Thanks to xet7.

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

v5.07 2021-03-19 Wekan release

This release fixes the following bugs:

  • Fixed sort cards feature. Thanks to ednamaeG.

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

v5.06 2021-03-18 Wekan release

This release fixes the following bugs:

  • Fixed Bug: Calendar & parent cards URLs used absolute URLs. Thanks to Majed6.
  • Fixed Bug: copy to clipboard uses pathname. Thanks to Majed6.

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

v5.05 2021-03-11 Wekan release

This release fixes the following bugs:

  • Change URL scheme recognition for allowing abasurl to link. Thanks to tod31 and chrisi51.

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

v5.04 2021-03-07 Wekan release

This release adds the following speed improvements:

  • Speed improvement: Delete presences older than one week, and add database index to presences serverId. Thanks to xet7.

and adds the following new features:

  • Added autolinking settings in Admin Panel. Thanks to chrisi51.
  • Add custom field editing to the REST API. Thanks to dudeofawesome.
  • Related to custom field editing, Fixed generating API docs and Wekan Custom Fields REST API. Thanks to xet7.

and adds back the following platforms:

  • OpenPower Minicloud emergency maintenance has finished, so can now build Wekan for ppc64le. Thanks to OpenPower Minicloud.

and fixes the following bugs:

  • Try to fix Snap: Removed fibers multi arch from Snap, because Snap build servers do not build correctly with it. Thanks to xet7.
  • Fix search on labels server error. Thanks to jrsupplee.
  • Fixed Bug: inconsistent use of relative/absolute URLs. Thanks to Majed6.

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

v5.03 2021-03-03 Wekan release

This release adds the following changes:

  • Hide email settings from Sandstorm Wekan Admin Panel. Thanks to ocdtrekkie and xet7.

and fixes the following bugs:

  • Revert Removed extra imports of Meteor. Hopefully fixes email notifications and rules on old cars not working. Thanks to xet7.
  • Fixed Bug: Link at board title can not be edited. Thanks to jonesrussell42, aiac, bbyszio and xet7.

Thanks to above GitHub and Wekan vanila.io community users for their contributions and translators for their translations.

v5.02 2021-03-02 Wekan release

This release adds the following improvements:

  • Added sort to edit card REST API. Thanks to ChrisMagnuson.
  • Add attachmentId to the Webhook data. Thanks to n8ores.

and fixes the following bugs:

  • Fix SMTP port lost after upgrade. STMP settings are made only with environment variables on non-Sandstorm platforms. Note: Sending email on Sandstorm Wekan does not work yet. Thanks to jrsupplee and xet7.
  • Removed extra imports of Meteor. Thanks to xet7.

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

v5.01 2021-02-26 Wekan release

This release fixes the following bugs:

  • Fix typo in activities code. Fixes can not edit Custom Field. Thanks to n8ores.

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

v5.00 2021-02-25 Wekan release

This release fixes the following bugs:

  • Fixed Unable to remove old Board, reappears. Thanks to chirrut2, uusijani, cimm, anicolaides, Philipoo0 and xet7.

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

v4.99 2021-02-25 Wekan release

This release fixes the following CRITICAL SECURITY ISSUES:

  • Fixed SMTP password visible to Admin at Admin Panel by using browser inspect to see behind asterisks. Thanks to Georg Krause and xet7.

and adds the following updates:

  • Update wekan/releases/up.sh script: Can not build ppc64le version because OpenPower Minicloud is having emergency maintenance. Thanks to xet7.
  • Updated to Meteor 2.1. Thanks to Meteor developers.

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

v4.98 2021-02-24 Wekan release

This release adds the following CRITICAL SECURITY FIXES:

  • Updated Node.js to v12.21.0. Thanks to Node.js developers.

and adds the following new features:

  • Added sort feature for viewing of cards. Thanks to ednamaeG.
  • Made sort cards feature translatable. Thanks to xet7.

and fixes the following bugs:

  • Fix development script to escape character. Thanks to xet7.
  • Fix bugs with customFields in Webhooks. Thanks to n8ores.

and adds the following improvements:

  • Global Search Updates. Thanks to jrsupplee.
  • Updated GitHub issue template links. Thanks to atlantsecurity and xet7.
  • Admin Panel/People/People/New User: Added Initials. Thanks to xet7.

and adds the following updates:

  • Update release-bundle.sh script: Can not build ppc64le version because OpenPower Minicloud is having emergency maintenance. Thanks to xet7.
  • Update release.sh script: Also build Sandstorm version of Wekan with same script. Thanks to xet7.

and adds the following new translations:

  • Added translation: Persian (Iran). Thanks to translators.

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

v4.97 2021-02-24 Wekan release

Release skipped, because not all required files had new version number updated yet.

v4.96 2021-02-13 Wekan release

This release adds the following new features:

  • Add /api/boards_count endpoint for statistics. Thanks to pichouk.
  • Added possibility to specify hours in single digits in 24 hour format. Thanks to lindhork.
  • Added replacement from comma to dot. Thanks to lindhork.

and adds the following improvements:

  • Checklistitems are now inserted always at the end of the checklist. Thanks to mfilser.
  • Teams/Organizations: Added more code to Admin Panel for saving and editing. In Progress, does not work yet. Thanks to xet7.
  • Mobile View, list header is now always at top and only lists/cards view have a scroll area. Thanks to mfilser.
  • Added ChangeLog update script. Thanks to xet7.
  • Helm: Made SecretEnv a secret and added default mongodb name as Wekan. Thanks to meerkampdvv.
  • Checklist drag handle now at the left side (same place as for the checklist items). Thanks to mfilser.
  • Lists, show also 0 cards at column description. Thanks to mfilser.

and adds the following updates:

  • Updated Node.js to v12.20.2. Thanks to Node.js developers.

and fixes the following bugs:

  • Minicard, remove red line below member avatar icon. Thanks to mfilser.
  • Added padding. Thanks to lindhork.
  • Changed default behaviour for BIGEVENTS that no activity matches it. Thanks to bronger.
  • Modern theme: Remove font color when the card has a color. Thanks to helioguardabaxo.

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

v4.95 2021-02-08 Wekan release

This release adds back the following features:

  • Added back Custom Fields sorting, because it now does not prevent loading boards. Thanks to mfilser.

and adds the following updates:

  • Updated dependencies. Thanks to xet7.
  • Fix typo. Thanks to xet7.
  • Updated release scripts Part 1, Part 2. Thanks to xet7.

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

v4.94 2021-02-08 Wekan release

This release adds the following new features:

  • Settings, “Show cards count” now works at mobile view too. Thanks to mfilser.

and adds the following updates:

  • Updated dependencies. Thanks to developers of dependencies.
  • Update release scripts. Thanks to xet7.

and fixes the following bugs:

  • Fix bug in adding new users. Thanks to jrsupplee.
  • Fixed Board does not load, by disabling Custom Fields sorting. Thanks to marcungeschikts, olivierlambert and xet7.
  • Fixed lint. Thanks to xet7.

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

4.93 2021-02-06 Wekan release

This release adds the following new features:

  • Add the ability to call get_user operation with username. Thanks to magicbelette.

and adds the following updates:

  • Updated Ubuntu base image in Dockerfile. Thanks to Ubuntu and xet7.

and fixes the following bugs:

  • Set the language on TAPi18n when user selects language. Thanks to jrsupplee.
  • Fix bug in uniqueTitle. Thanks to jrsupplee.
  • Fixed file permissions in build scripts. Thanks to xet7.
  • Red line below the avatar now correctly on FireFox. Thanks to mfilser.
  • Notifications, enable line wrapping. Thanks to mfilser.

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

v4.92 2021-02-03 Wekan release

This release adds the following improvements:

  • Import user mapping improvements. Thanks to jrsupplee.
  • Added Createtoken API. Part 1, Part 2. Thanks to magicbelette and xet7.
  • Sorted archives. Part 1, Part 2. Thanks to bronger, jrsupplee and xet7.

and adds the following updates:

  • Updated dependencies. Thanks to developers of dependencies.

and fixes the following bugs:

  • Don’t reload page when returning default sort. Thanks to jrsupplee.
  • Avatar overlaped notifications. Thanks to mfilser.
  • Hopeful fix for i18n not working in onRendered(). Thanks to jrsupplee.
  • Disable some console.log code, that is only needed while developing. Thanks to xet7.
  • Try fix removed nonexistent document error. Thanks to Brulf, TheMasterFX and xet7.
  • Fixed Cards and CustomFields sorted alphabetically. Thanks to mfilser.
  • Notifications avatar overlaped at mobile view. Thanks to mfilser.

and improves some security related info:

  • Added badge for CII Best Practices. Thanks to CII and xet7.
  • Added PGP public key for sending security vulnerability reports. Thanks to xet7.
  • Updated security report email address. Thanks to xet7.

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

v4.91 2021-01-29 Wekan release

This release fixes the following bugs:

  • Use new RegExp(…) to define a regex. Thanks to jrsupplee.
  • Fixed typos in docker-compose.yml. Thanks to farfoodyou and xet7.

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

v4.90 2021-01-28 Wekan release

This release adds the following new features:

  • Create unique board names when importing. Thanks to jrsupplee.

and fixes the following bugs:

  • Added missing backtick quotes. Thanks to xet7.
  • Fix some bugs when importing Wekan JSON. Thanks to jrsupplee.

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

v4.89 2021-01-28 Wekan release

This release fixes the following bugs:

  • Try to fix quotes in Global Search. Thanks to xet7.

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

v4.88 2021-01-28 Wekan release

This release adds the following new features:

  • Additional URL schemes: SolidWorks PDM (conisio:) and abas ERP (abasurl:). Thanks to tod31.

and adds the following improvements:

  • Mobile and Desktop have now the same Quick Access view + scrollable. Thanks to mfilser.
  • Global Search Update. Thanks to jrsupplee.
  • Added many more fields to Export to Excel, and better formatting. Does not yet have all fields. Thanks to xet7.

and fixes the following bugs:

  • Changed method to create initials same as others for new user of oidc. Thanks to sato-64bit.
  • Removed quotes from docker-compose.yml settings. Thanks to XL-Reaper, Vinc89 and xet7.
  • Repair LDAP_REJECT_UNAUTHORIZED=false CVE-2021-3309. Thanks to robert-scheck.

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

v4.87 2021-01-26 Wekan release

This release fixes the following bugs:

  • Reject by default LDAP connections not authorized via CA trust store. Thanks to robert-scheck.
  • Handle ‘\n’ line breaks in PEM-encoded SSL/TLS certificates. Thanks to robert-scheck.

and adds the following improvements

  • Try parallel build of releases, does it work. Thanks to xet7.

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

v4.86 2021-01-25 Wekan release

This release adds the following improvements:

  • Added PWA related category, orientation, screenshots, maskable icon and IARC rating ID. Thanks to xet7.
  • Added PWA related monochrome icon. Thanks to xet7.
  • Mention Wekan GitHub Discussions at readme. Thanks to xet7.

and adds the following updates:

  • Use Node 12.20.1 in rebuild-wekan.sh. Thanks to xet7.

and fixes the following bugs:

  • Move call to URL search to onRendered. Thanks to jrsupplee.

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

v4.85 2021-01-23 Wekan release

This release adds the following new features:

  • Option to add custom field to all cards. Thanks to jrsupplee.
  • Added checkbox as an option to custom field create dialog. Thanks to jrsupplee.

and adds the following improvements:

  • Display My Cards lists using inline-grid. Thanks to jrsupplee.
  • Added board title link and background color to My Cards. Thanks to helioguardabaxo.
  • Use simple border at My Cards. Thanks to helioguardabaxo.

and adds the following updates:

  • Updated dependencies. Part 1, Part 2. Thanks to developers of dependencies.

and fixes the following bugs:

  • WIP Limit: Limited number of cards highlighting to true overbooking. Thanks to bronger.
  • Revert table-cell back to inline-block at my-cards-list-wrapper. Thanks to jrsupplee and xet7.
  • Fix for search operators with uppercase letters. Thanks to jrsupplee.
  • Boards.copyTitle - escape string used in regex. Thanks to jrsupplee.
  • Bug fix: import regex escape function. Thanks to jrsupplee.

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

v4.84 2021-01-22 Wekan release

This release adds the following new features:

  • Search All Boards: Added list of board, list and color names. Added operators for due, created and modified. Added support for clicking list titles, label names and board titles. Make some heading translatable. Set focus back to search phrase input after clicking a predicate. Fixed some spacing issues. Thanks to jrsupplee.

and fixes the following bugs:

  • Fixed Upper/lowercase errors in some languages due to .toLowerCase. Thanks to bronger and xet7.
  • Tried to fix possible prototype pollution reported by Deepcode.ai. Thanks to Deepcode.ai and xet7.
  • Disable some logs that are not needed anymore. Thanks to xet7.
  • Rules not copied during board copy. Thanks to jrsupplee.

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

v4.83 2021-01-20 Wekan release

This release adds the following new features:

  • When copying a board, copy Custom Fields to new board. Thanks to jrsupplee.

and adds the following updates:

  • Upgrade to Meteor 2.0. Thanks to Meteor developers.

and fixes the following bugs:

  • Custom field definitions duplicated on copy and move. Thanks to jrsupplee.

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

v4.82 2021-01-20 Wekan release

This release adds the following new features:

  • Export to Excel XLSX. Does work, but does not export all fields yet correctly. In Progress. Part 1. Part 2. Thanks to gameendman, alfredgu and xet7.
  • Trello Import Custom Fields. Adds a new custom field type of checkbox to make importing Trello checkbox fields easier. Thanks to jrsupplee and xet7.

and adds the following features back after fixing:

  • Cards, custom fields are displayed in alphabetic order. This was added in Wekan v4.71, removed in Wekan v4.81 and added back at Wekan v4.82. Thanks to mfilser.

and adds the following new translations:

  • Translations: Added ar-EG = Arabic (Egypt), simply Masri (مَصرى, [ˈmɑsˤɾi], Egyptian, Masr refers to Cairo). Thanks to translators and xet7.

and fixes the following bugs:

  • Display custom date fields in a shortened form on minicard. Thanks to jrsupplee and xet7.
  • Fixed Card activity shows only 20 last entries of activities and comments, by changing limit to 500 entries. Thanks to xet7.
  • Fixed LDAP Group Filters not working in docker. Thanks to Sancretor.

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

v4.81 2021-01-18 Wekan release

This release adds the following new features:

  • Global Search: Use translated color names. Thanks to jrsupplee and xet7.

and fixes the following bugs:

  • Restore original working Dockerfile. Thanks to gpalyu and xet7.
  • Reverted Cards, custom fields are displayed in alphabetic order from Wekan v4.71 https://github.com/wekan/wekan/pulls/3417 because it caused board not loading. Thanks to olivierlambert and xet7.

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

v4.80 2021-01-18 Wekan release

This release adds the following improvements:

  • Global Search fixes and updates. Thanks to jrsupplee.
  • Use table-cell instead of inline-block in my-cards-list-wrapper CSS. Thanks to johappel and xet7.
  • Use multi stage build based on Node images. Thanks to GavinLilly.
  • Try to use buster base images, because when using Wekan Alpine, registering new user of Wekan does not work, maybe because of glibc/musl. Thanks to GavinLilly and xet7.
  • Use MongoDB setFeatureCompatibilityVersion 4.2 on Snap. TODO: Docker. Thanks to GuidoDr and xet7.

and adds the following updates:

  • Update dependencies. Thanks to developers of dependencies.

and fixes the following bugs:

  • Fixed Linked card makes board not load when CustomField definition is undefined. Thanks to olivierlambert and xet7.

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

v4.79 2021-01-17 Wekan release

This release adds the following new features:

  • At Search All Cards, now it’s possible to click found card to open it. Thanks to xet7.

and fixes the following bugs:

  • Fixed: Linked card makes board not load. Thanks to akitzing, galletl, pdonias, olivierlambert and xet7.

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

v4.78 2021-01-16 Wekan release

This release adds the following new features:

  • Search All Boards. Currently limited to 50 results. Will be improved later. Thanks to jrsuplee and xet7.

and fixes the following bugs:

  • HTML is not needed in Rules translations, so disabled it. Thanks to jrsuplee and xet7.
  • Limit amount of data in publications where possible. Thanks to xet7.
  • Fixed Display issues with assignee on minicard. Thanks to bronger and xet7.
  • Limit visibility of Global Search, My Cards and Due Cards to logged in users, because they do not work without logging in. Thanks to xet7.

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

v4.77 2021-01-13 Wekan release

This release adds the following new features:

  • Show membertype (admin, normal etc) in avatar/initials tooltip for board members. Thanks to bronger and xet7.

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

v4.76 2021-01-13 Wekan release

This release adds the following new features:

  • Try to allow links to onenote, mailspring and file. Thanks to lime918, rgalonso, ocdtrekkie, gkarachuk and xet7.

and adds the following improvements:

  • Removed wekan- from export filenames for whitelabeling. Thanks to xet7.

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

v4.75 2021-01-11 Wekan release

This release adds the following CRITICAL SECURITY FIXES:

  • Due Cards and Broken Cards: In All Users view, fixed to show cards only from other users Public Boards. Not anymore from private boards. Thanks to xet7.

and adds the following updates:

  • Upgrade to Meteor 1.12.1. Thanks to Meteor developers.

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

v4.74 2021-01-10 Wekan release

This release adds the following improvements:

  • My Cards and Due Cards: Added popup title and horizontal line between menu options. Thanks to xet7.

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

v4.73 2021-01-10 Wekan release

This release adds the following new features:

  • Broken Cards for debugging. Thanks to jrsupplee.
  • “Broken Cards” to be translatable. Thanks to xet7.
  • Added Broken Cards to User Settings menu. Thanks to xet7.

and adds the following improvements:

  • My Cards: Make code forgiving of possible null values for a card’s board, swimlane, or list. Added a new Due Cards page that displays cards with a Due date for either just the user or all users. Thanks to jrsupplee.

and fixes the following bugs:

  • Fixed Spanish language names to lowercase español. Thanks to xet7.

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

v4.72 2021-01-09 Wekan release

This release fixes the following bugs:

  • Fixed badges at readme. Thanks to kuchengrab.
  • Changed Sandstorm menus to be more similar like other Wekan versions, make Export visible, etc. Thanks to PizzaProgram and xet7.

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

v4.71 2021-01-08 Wekan release

This release adds the following new features:

  • My Cards add Due Date sort. Thanks to jrsupplee.

and adds the following improvements:

  • Update to My Cards. Thanks to jrsupplee.
  • Cards, custom fields are displayed in alphabetic order. Thanks to mfilser.

and fixes the following bugs:

  • Fixed Color picker of lists is empty. Fixed error about existing file at Wekan Docker version. Thanks to bronger and xet7.

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

v4.70 2021-01-04 Wekan release

This release adds the following CRITICAL SECURITY FIXES:

  • Upgrade to Node.js 12.20.1. Thanks to Node developers.

and adds the following new features:

  • Added many new translations to Wekan, now there is total 60 translations in Wekan. Updated translations. Organized pull-translations.sh alphabetically by language name. Thanks to translators and xet7.
  • Added markdown and emoji to My Cards board, swimlane and list names. Thanks to xet7.
  • Show Admin Panel / People and Version also on mobile MiniScreen. Thanks to xet7.

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

v4.69 2021-01-02 Wekan release

This release adds the following new features:

  • Teams/Organizations to Admin Panel. In Progress. Part 2. Part 3. Thanks to xet7.
  • My Cards. Thanks to jrsupplee.

and adds the following UI changes:

  • Moved Public/Archive/Templates/etc options to click right top username Member Settings menu, where My Cards also is. Thanks to xet7.
  • Reorder My Cards to be first at menu. Thanks to xet7.

and fixes the following bugs:

  • New Checklistitems are now autoresized too. Thanks to mfilser.
  • Swimlane + and = Icons resized for better handling at mobile view. Thanks to mfilser.

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

v4.68 2020-12-29 Wekan release

This release fixes the following bugs:

  • Checklist-Items, Drag-Drop Handle now at the left side. Thanks to mfilser.
  • Checklist-Items, Autoresize the textarea vertically to fit the user-input. Thanks to mfilser.

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

v4.67 2020-12-29 Wekan release

This release adds the following new features:

  • Teams/Organizations to Admin Panel. In Progress. Part 1. Thanks to xet7.

and fixes the following bugs:

  • Checklist Mini-Screen, appendTo: ‘parent’ not necessary anymore. Thanks to mfilser.
  • Allow to edit email verified and initials at Admin Panel/People/People. Thanks to xet7.

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

v4.66 2020-12-27 Wekan release

This release fixes the following bugs:

  • Fix Mobile miniscreen: Drag handle not visible in long checklist item text. Thanks to xet7.

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

v4.65 2020-12-26 Wekan release

This release fixes the following bugs:

  • Fixed Drag and drop between checklists closes the card sometimes on Firefox. xet7 thanks mfilser about similar fix of appendTo parent that did work here too to fix this. Thanks to mfilser and xet7.

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

v4.64 2020-12-24 Wekan release

This release fixes the following bugs:

  • Dark theme button background fix. Thanks to jasontamez.

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

v4.63 2020-12-21 Wekan release

This release fixes the following bugs:

  • Fixed Remove Cover button gives JS error. Thanks to tsukasa1989 and xet7.

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

v4.62 2020-12-18 Wekan release

This release fixes the following bugs:

  • Treat unknown attachment types as binary on board import/clone. Thanks to daniel-eder.
  • Fix Move card from a board to another does not work anymore. Thanks to lezioul and xet7.
  • Add some permission code, to see does it fix something. Thanks to xet7.
  • Fix delete board button not visible. Thanks to airtraxx and xet7.
  • Board: When removing member from board, remove also from assignees. Admin Panel/People: 1) Allow edit user that does not have email address. 2) When creating new user, require username and email address, and save also fullname. 3) Some in progress code for deleting user, that does not work correctly yet, so deleting user is not enabled yet. Thanks to airtraxx and xet7.

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

v4.61 2020-12-16 Wekan release

This release fixes the following bugs:

  • Removed cookie code that is not in use. Thanks to xet7.
  • Allow normal user to delete checklist item. Thanks to Samunosuke and xet7.

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

v4.60 2020-12-15 Wekan release

This release adds the following updates:

  • Update dependencies. Part 1, Part 2. Thanks to developers of dependencies.

and fixes the following bugs:

  • Prevent normal user deleting or modifying too much. Allow normal user to export board. Part1, Part2. Thanks to Samunosuke, pgh2357 and xet7.

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

v4.59 2020-12-10 Wekan release

This release fixes the following bugs:

  • Fix not all checklist items being imported/cloned. Thanks to daniel-eder.

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

v4.58 2020-12-09 Wekan release

This release fixes the following bugs:

  • Fix issues when duplicating board. Thanks to daniel-eder.

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

v4.57 2020-12-08 Wekan release

This release adds the following new features:

  • Helm: Introduce secretEnv for secret value provisioning. Thanks to ThoreKr.
  • REST API: List attachments of a board, with download URLs of attachments. In Progress. Part 1, Part 2, Part 3. For using this, Python code example: https://github.com/wekan/wekan/wiki/New-card-with-Python3-and-REST-API . Thanks to xet7.
  • REST API: Added Wekan REST API Python CLI, for adding card, etc. In Progress, downloading attachments does not work yet. Part1, Part2. Thanks to xet7.
  • Drag handles at checklist items on mobile view. Thanks to mfilser.

and adds the following updates:

  • Upgrade to Meteor 1.12. Thanks to Meteor developers.
  • Upgrade to Node 12.20.0. Thanks to Node developers.

and fixes the following bugs:

  • Fixed Quay Docker builds that failed because of Docker Hub rate limits by copying base images from Docker Hub to Quay. Part1, Part2, Part3. Thanks to xet7.
  • Hide duplicate create board button, because it did not show board templates correctly. Thanks to xet7.
  • Minicard, reduce space after assignees label. Thanks to mfilser.

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

v4.56 2020-11-30 Wekan release

This release adds the following new features:

  • Added date notification icons. This partially resolves #3363. Thanks to helioguardabaxo.
  • Attempt to implement date activities notification Part1 and Part2. Thanks to helioguardabaxo.
  • Sticky swimlane. Thanks to progressify and xet7.
    1. New default: sudo snap set wekan mongo-log-destination=’devnull’. Other options: syslog/snapcommon. This should lower amount of disk usage and logs. 2) Tried to fix command: sudo snap set wekan mongo-url=’…’. Thanks to xet7.

and adds the following improvements:

  • Improvements in activities design. Thanks to helioguardabaxo.

and fixes the following bugs:

  • Fix typo on MONGO_URL on Snap. Thanks to xet7.
  • Fix: Update helm mongodb dependency. Thanks to jiangytcn.

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

v4.55 2020-11-21 Wekan release

This release adds the following improvements:

  • Set minimum height to icons at All Boards page. Thanks to xet7.
  • Increase avatar size. Thanks to centralhardware.
  • Modern Dark theme: card details as lightbox. Thanks to jghaanstra.

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

v4.54 2020-11-17 Wekan release

This release adds the following new features:

  • Add keyboard shortcut / for search. Thanks to helioguardabaxo.
  • Added back variable auto height of icons at All Boards page. Thanks to xet7.

and adds the following updates:

  • Upgrade to Node.js 12.19.1. Thanks to Node.js developers.

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

v4.53 2020-11-15 Wekan release

This release adds the following updates:

  • Use Quay for Docker builds, because Docker Hub builds show ENOMEM error. Thanks to xet7.
  • Update Docker upgrade info. Thanks to xet7.
  • Use latest MongoDB on Docker. Thanks to xet7.
  • In rebuild-wekan.sh install dependencies, Install npm. Thanks to xet7.
  • In rebuild-wekan.sh install dependencies, uncomment chown. Thanks to xet7.
  • Update markdown-it and markdown-it-emoji dependencies. Thanks to developers of markdown-it and markdown-it-emoji.

and adds the following improvements:

  • Minor improvements to Modern Dark theme. Thanks to jghaanstra.
  • Added missing bottom padding to lists. Thanks to danger89.

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

v4.52 2020-11-12 Wekan release

This release adds the following improvements:

  • Some more small improvements to Modern Dark theme. Thanks to jghaanstra.

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

v4.51 2020-11-11 Wekan release

This release adds the following new features:

  • Board admin can edit and delete comments as well. Thanks to mfilser.
  • Drag handles for checklist. Thanks to mfilser.
  • Custom URL Schemes autolinked. Thanks to brian-j.

and adds the following improvements:

  • Improvements to Modern Dark Theme. Thanks to jghaanstra.

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

v4.50 2020-11-10 Wekan release

This release adds the following new features:

  • Add ‘Modern Dark’ theme Part1 and Part2. Thanks to jghaanstra, helioguardabaxo and xet7.

and fixes the following bugs:

  • Fix edit description to require only one click. Thanks to uusijani and xet7.

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

v4.49 2020-11-04 Wekan release

This release adds the following new features:

  • LDAP: Sync email address. Thanks to gramakri.

and adds the following changes:

  • Changed board icons bigger at All Boards page. Thanks to xet7.

and adds the following translations:

  • Translate some part of Gantt chart of Wekan Gantt GPL version. This only adds translations to all Wekan versions, not any GPL code to MIT version. Thanks to xet7.

and fixes the following bugs:

  • Fix Trello import. Thanks to elct9620 and xet7.

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

v4.48 2020-11-02 Wekan release

This release adds the following new features:

  • Smaller board icons to All Boards Page, and use full page width, so more board icons fit visible at once. Removed variable height, because different heights made it look a little unbalanced. Thanks to xet7.
  • Admin Panel / Settings / Layout / Custom Top Left Corner Logo Height. Thanks to xet7.
  • When RICHER_CARD_COMMENT_EDITOR=true, use richer editor also when editing card description. Thanks to xet7.

and removes the following dependencies:

  • Removed hot-module-replacement and mdg:meteor-apm-agent. Thanks to xet7.

and fixes the following bugs:

  • Fix Clone Board. Thanks to e-gaulue and xet7.

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

v4.47 2020-11-01 Wekan release

This release fixes the following bugs:

  • Fix: OAuth2 fails with self-signed server certificate and Added related settings for OAUTH2_CA_CERT that is optional OAuth2 CA Cert. Thanks to faust64 and xet7.

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

v4.46 2020-10-30 Wekan release

This release adds the following updates:

  • Upgrade to Meteor 2.0-beta.4. Thanks to Meteor developers.

and fixes the following bugs:

  • Fix: Use current boardId when a worker moves a card. Thanks to jtbairdsr.

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

v4.45 2020-10-30 Wekan release

This release fixes the following bugs:

  • Fix can not upload and download files, by changing back to Node.js 12.19.0 and adding fast-render. Current file storing to MongoDB code was not yet compatible with newer Node.js. Thanks to eskogito and xet7.

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

v4.44 2020-10-28 Wekan release

This release adds the following new features:

  • For development, add Meteor 2.0 Hot Module Replacement. More info at https://forums.meteor.com/t/meteor-2-0-beta-with-hot-module-replacement-hmr/54313/8 . Thanks to zodern.

and adds the following updates:

  • Upgrade to Node.js 14.15.0. Thanks to Node.js and Meteor.js developers.
  • Upgrade to Meteor 2.0-beta.3. Removed fast-render and ostrio:cookies. Thanks to Meteor.js developers and xet7.

and fixes the following bugs:

  • Fixed: With ORACLE_OIM_ENABLED, allow setting OAUTH2_REQUEST_PERMISSIONS with environment variable. Thanks to xet7.
  • Changed public board changing Swimlanes/Lists/Calendar view and changing Hide minicard label text from using cookies to using browser localStorage, to remove some errors from browser inspect console. Thanks to xet7.
  • Fix Modern theme board canvas background. Thanks to helioguardabaxo.
  • Fix: 1) Expose moving cards on mobile to workers. 2) Hide the move to another board functionality in the submenu (only from the worker) so that the worker is still constrained to a single board. Thanks to jtbairdsr.

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

v4.43 2020-10-20 Wekan release

This release adds the following new features:

  • Allow more than one assignee. Thanks to xet7.

and fixes the following bugs:

  • Fixed CSV/TSV export. Please test and report any problems at issue #3173. Thanks to xet7.

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

v4.42 2020-10-14 Wekan release

This release adds the following updates:

  • Upgrade to Node.js 12.19.0. Thanks to Node.js developers.

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

v4.41 2020-10-03 Wekan release

This release adds the following new features:

  • Login with OIDC OAuth2 Oracle on premise identity manager OIM, with setting ORACLE_OIM_ENABLED=true. More info at wiki. Thanks to xet7.
  • At Admin Panel / Layout: Text below Custom Login Logo. Can have markdown formatting. Thanks to xet7.

and adds the following updates:

  • Update dependencies. Thanks to developers of dependencies.

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

v4.40 2020-09-18 Wekan release

This release adds the following new features:

  • Custom Logo for Login and Top Left Corner. Optional link when clicking logo. Settings at Admin Panel / Layout. Part 1, Part 2, Part 3. Thanks to xet7.

and adds the following updates:

  • Upgrade to Meteor v1.11.1. Thanks to Meteor developers.

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

v4.39 2020-09-17 Wekan release

This release adds the following new features:

  • Impersonate one user and related translatable strings. Thanks to Akuket and xet7.

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

v4.38 2020-09-16 Wekan release

This release fixes the following CRITICAL VULNERABILITIES:

  • Upgrade to Node.js v12.18.4. Thanks to Node.js developers.

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

v4.37 2020-09-15 Wekan release

This release adds the following UI improvements:

  • UI improvements in filter, multi-selection and rules. Thanks to helioguardabaxo and xet7.

and adds the following updates:

  • Update release scripts. Thanks to xet7.

and fixes the following bugs:

  • Fix parse error in docker-compose.yml. Thanks to devilmengcry.

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

v4.36 2020-09-15 Wekan release

This release adds the following new features:

  • Added translations for date selection popups. Thanks to xet7.

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

v4.35 2020-09-14 Wekan release

This release tries to fix the following bugs:

  • Try to fix Snap. Thanks to xet7.

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

v4.34 2020-09-14 Wekan release

This release tries to fix the following bugs:

  • Try to fix Snap. Thanks to xet7.

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

v4.33 2020-09-14 Wekan release

This release adds the following login settings:

  • Added some CAS and SAML settings. Not tested. Please test and send pull requests if it does not work. See https://github.com/wekan/wekan/wiki/SAML and https://github.com/wekan/wekan/wiki/CAS . Thanks to xet7.

and updates some dependencies:

  • Update dependencies. Thanks to developers of dependencies.

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

v4.32 2020-09-13 Wekan release

This release tried to fix the following bugs:

  • Try to fix Snap. Thanks to xet7.

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

v4.31 2020-09-13 Wekan release

This release tried to fix the following bugs:

  • Try to fix Snap. Thanks to xet7.

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

v4.30 2020-09-13 Wekan release

This release adds the following new features and improvements:

  • Add setting for OAUTH2_ADFS_ENABLED=true for SSO Integration with ADFS 4.0 using OAuth 2 and OpenID. Thanks to phaseshift3r.
  • Add setting OAUTH2_ADFS_ENABLED=false for most platforms. Remove mouse scroll settings of already removed custom scrollbar. Add testing for both string and boolean version of true. Thanks to xet7.
  • Design improvements in templates, card details and custom fields and related change to translation. Thanks to helioguardabaxo and xet7.

and adds the following updates:

  • Use forked & updated version of gridfs-stream. Thanks to blaggacao.
  • Update dependencies. Thanks to blaggacao.
  • Update npm-mongo dependency. Thanks to filipenevola.

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

v4.29 2020-09-11 Wekan release

This release adds the following new features:

  • Changed markdown from marked to markdown-it and added emoji support https://github.com/wekan/wekan/wiki/Emoji . Thanks to xet7.

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

v4.28 2020-09-11 Wekan release

This release updates some dependencies:

  • Update some dependencies. Thanks to developers of dependencies.

and fixes the following bugs:

  • Fix card scrollbar on Windows. Thanks to tborychowski.
  • Try to fix language names. Thanks to buplet, xoas and xet7.

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

v4.27 2020-09-09 Wekan release

This release fixes the following bugs:

  • Reverted incomplete fix for "Checklist + card title with starting number and point", because it disabled some markdown. Also more fixes to GFM checklist not displayed properly. Thanks to xet7.

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

v4.26 2020-09-05 Wekan release

This release adds the following quality checks:

  • Added GitHub automatic code quality analysis. Thanks to xet7.

and updates the following dependencies:

  • bl. Thanks to developers of dependencies.
  • Delete markdown demo that is not in use. Thanks to xet7.
  • Update markdown and xss Thanks to developers of dependencies.

and fixes the following bugs:

  • Disable list formatting and converting to HTML. This fixes markdown numbering and viewing bugs. Thanks to xet7.

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

v4.25 2020-08-31 Wekan release

This release adds the following docker-compose.yml changes:

  • Mongo 4.4 does not work. Mongo 4.2 and 3.x works. Thanks to GuidoDr for info. Related #3247

and adds the following Nextcloud documentation:

  • Improving documentation for Nextcloud integration. Thanks to relikd.

and removes the following code and allows double quotes in code:

  • Removed custom scrollbar 1 and 2. Also in eslint settings allowed double quotes in code. Thanks to tborychowski and xet7.

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

v4.24 2020-08-27 Wekan release

This release adds the following updates:

  • Upgrade to Meteor 1.11. Thanks to Meteor developers.
  • Update bcrypt. Thanks to bcrypt developers.
  • Update dependencies. Thanks to developers of dependencies.

and adds the following translations:

  • Add Trigger and Action header words to Rule Details. Thanks to helioguardabaxo.
  • Add Spanish (Peru) (es_PE). Thanks to translators.

and adds the following mouse scroll settings:

  • Add setting for mouse scroll deltafactor. Fix snap setting for mouse scroll amount. Thanks to danger89 and xet7.

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

v4.23 2020-08-13 Wekan release

This release fixes following CRITICAL VULNERABILITIES:

  • Update vulnerable dependency elliptic that is dependency of meteor-node-stubs that is dependency of Wekan. Thanks to filipenevola, neeldug, L25inux and xet7.

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

v4.22 2020-07-23 Wekan release

This release adds back these features:

  • Export to JSON and HTML .zip file that also fixes #3216 Clone Boards not working. Thanks to xet7.

and hides these features temporarily:

  • Hide CSV export until it’s fixed in EdgeHTML compatible way. Thanks to xet7.

and adds the following updates:

  • Upgrade to Node 12.18.3. Thanks to Node developers.

and fixes the following bugs:

  • Fix Snap. This fix was already included to Wekan v4.21 to get it released. TODO: Sometime migrate from Caddy v1 to Caddy v2. Thanks to xet7.
  • Fix detecting current IP address on rebuild-wekan.sh. Thanks to xet7.

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

v4.21 2020-07-21 Wekan release

This release adds the following new features:

  • REST API: Changed edit_card and get_card_by_customfields to return full documents. Thanks to gvespignani70.

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

v4.20 2020-07-20 Wekan release

This release adds the following updates:

  • Update dependencies Part1 and Part2. Thanks to developers of dependencies and xet7.

and fixes the following bugs:

  • Change slug on card rename. Thanks to NicoP-S.
  • Add missing Wekan logo sizes for PWAs and Apps. Thanks to xet7.

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

v4.19 2020-07-18 Wekan release

This release adds the following features:

  • Add support for EdgeHTML browser (Microsoft Legacy Edge, not based on Chromium) by removing incompatible csv-stringify package. CSV export will be fixed later. Thanks to xet7.

and adds the following updates:

  • Update dependencies Part1, Part2, Part3, Part4. Thanks to developers of dependencies and xet7.

and fixes the following bugs:

  • Checklist Item PUT API: boolean cast on isFinished. Thanks to Robert-Lebedeu.

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

v4.18 2020-07-10 Wekan release

This release adds the following updates:

  • Upgrade to Node 12.18.2. Thanks to Node developers and xet7.
  • Update dependencies. Thanks to dependency developers and xet7.

and fixes the following bugs:

  • All logged in users are now allowed to reorder boards by dragging at All Boards page and Public Boards page. Thanks to xet7.
  • Fix running meteor for dev in rebuild-wekan.sh. Thanks to xet7.
  • Fix start-wekan.bat and Windows bundle install. Thanks to xet7.
  • Fix typo. Thanks to Lua00808.
  • Fix creating user misbehaving in some special case. Thanks to salleman33.

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

v4.17 2020-06-18 Wekan release

This release fixes the following bugs:

  • Revert finding correct user changes that were made at Wekan v4.16. Thanks to xet7.
  • Fix activities view on mobile devices. Thanks to marc1006.
  • Add back checks about can user export CSV/TSV. Thanks to marc1006 and xet7.

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

v4.16 2020-06-17 Wekan release

This release adds the following features:

  • Add find-replace.sh script for development. Thanks to xet7.

and adds the following updates:

  • Upgrade to Node 12.18.1. Thanks to Node developers and xet7.

and fixes the following bugs:

  • OpenAPI: Fix jsdoc/operation matching. Thanks to bentiss.
  • Fix finding corrent user Part1 and Part2. Thanks to salleman33 and xet7.
  • Try to prevent errors on CSV/TSV export. Thanks to xet7.

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

v4.15 2020-06-16 Wekan release

This release fixes the following bugs:

  • Fix lint errors Part1 and Part2. Thanks to xet7.

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

v4.14 2020-06-16 Wekan release

This release adds the following new features:

  • Add user option to hide finished checklist items. Strikethrough checked items. Thanks to marc1006.
  • Added the possibility to start a vote via API edit_card. And added some better visibility to see what was voted. Thanks to NicoP-S.

and adds the following updates:

  • Update dependencies. Thanks to xet7.

and fixes the following bugs:

  • Fix infinite scrolling for activities. Thanks to marc1006.
  • Remove top and bottom margin for hidden checklist items. Thanks to marc1006.
  • Alignment and spacing of minicard labels. Thanks to hgustafsson.
  • Fix: Unable to delete a custom field in a board. Thanks to xet7.

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

v4.13 2020-06-09 Wekan release

This release adds the following updates:

  • OpenShift template updates, Thanks to jimmyjones2:
    1. Remove status fields (this is created by Kubernetes at run time)
    2. The latest MongoDB by default available with OpenShift is 3.6
    3. Change MongoDB service name to contain wekan to avoid potentially conflicting with other mongodb instances in the same project.

and fixes the following bugs:

  • Copy the labels only if the target board is different. Thanks to marc1006.
  • Fix condition whether a card is in list. Thanks to marc1006.

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

v4.12 2020-06-08 Wekan release

This release fixes the following CRITICAL SECURITY VULNERABILITIES:

  • Fix XSS bug reported 2020-05-24 by swsjona: Part 1, Part 2, Part 3, Part 4. Logged in users could run javascript in input fields. This was partially fixed at v3.85, but at some fields XSS was still possible. This affects at least Wekan versions v3.12-v4.12. After this fix, Javascript in input fields is not executed. Thanks to swsjona, marc1006 and xet7.

and adds the following new features:

  • Change default view to Swimlanes: Part 1, Part 2, Part 3 Change dropdown order to Swimlanes/Lists/Calendar, Part 4.1. Public board default view to Swimlane. Part 4.2. When changing Public board view (sets view cookie), also reload page so view is changed immediately. Thanks to xet7.
  • Use markdown in Swimlane titles. Thanks to xet7.

and adds the following updates:

  • Update minifier-css. Thanks to xet7.

and fixes the following bugs:

  • Fix indent Part1, Part 2. Thanks to xet7.

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

v4.11 2020-06-04 Wekan release

This release adds the following new platforms:

  • Using arm64 bundle on Raspberry Pi OS arm64 with MongoDB 4.2.x for RasPi3 and RasPi4. Thanks to Raspberry Pi OS devs, MongoDB devs and xet7.
  • s390x RHEL 8. Thanks to IBM, Red Hat Linux, Linux Foundation and xet7.

and adds the following updates:

  • Upgrade to Node v12.18.0. Thanks to Node developers and xet7.
  • Update markedjs package. Thanks to marc1006.
  • Add fibers. Thanks to xet7.

and adds the following new features:

  • Add Calendar Month Event List view. Thanks to xet7.
  • Added dates & assignees to REST API calls. Thanks to GitGramm.

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

v4.10 2020-05-30 Wekan release

This release adds the following new features:

  • Added an API to get the cards for a specific custom field value. Thanks to gvespignani70.

and adds the following updates:

  • Upgrade to Node v12.17.0. Thanks to Node developers and xet7.

and fixes the following bugs:

  • Fix email verification in sendSMTPTestEmail. Thanks to marc1006.
  • Try to Fix Registration broken “Templates board id is required” with ugly hack. If it works, ugly becomes beautiful. Thanks to marc1006.

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

v4.09 2020-05-27 Wekan release

This release fixes the following bugs:

  • Fix vote export & export/import currency custom field to CSV/TSV. Thanks to brymut.

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

v4.08 2020-05-26 Wekan release

This release adds the following new features:

  • Add the ‘Currency’ Custom Field type. Thanks to habenamare.

and adds the following updates:

  • Add some changes to Modern theme. Thanks to jeroenstoker and xet7.

and fixes the following bugs:

  • Fix typo that caused parse error. Thanks to xet7.

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

v4.07 2020-05-26 Wekan release

This release fixes the following bugs:

  • Fix move selection. Thanks to marc1006.
  • Fix Python API generation. Thanks to marc1006.
  • Fix default value of sort. Thanks to marc1006.

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

v4.06 2020-05-25 Wekan release

This release fixes the following bugs:

  • Fix Card export CSV, check for vote undefined. Thanks to xet7.

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

v4.05 2020-05-25 Wekan release

This release adds the following new features:

  • Import/Export Custom Fields in CSV/TSV. Thanks to brymut.

and adds the following updates:

  • Update packages. Thanks to xet7.

and fixes the following bugs:

  • Try to fix Snap 1, 2. Later reverted those like other ostrio-files changes too. Thanks to xet7.
  • Add default attachments store path /var/snap/wekan/common/uploads where attachments will be stored. Thanks to xet7.
  • Make scrollParentContainer() more robust as it’s used in a timeout callback. Example exception: Exception in setTimeout callback: TypeError: Cannot read property ‘parentComponent’ of null. Probably there is a better fix for this. Thanks to marc1006.
  • Fix error link not available. Fixes: Exception in template helper: TypeError: Cannot read property ‘link’ of undefined. Thanks to marc1006.
  • Fix minicard cover functionality. Otherwise, if this.coverId is undefined then Attachments.findOne() would return any attachment. Thanks to marc1006.
  • Some fixes suggested by deepcode.ai. Thanks to marc1006.
  • Sorry marc1006, I had to revert deepcode.ai arrow function fixes because Python API docs generator does not work all when code has arrow functions. Thanks to xet7.
  • Move In Progress ostrio-files changes to separate branch, and revert ostrio-files changes, so that: Export to CSV/TSV with custom fields works, Attachments are not exported to disk, It is possible to build arm64/s390x versions again. Thanks to xet7.

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

v4.04 2020-05-24 Wekan release

Please use v4.05 or newer instead, that works better.

This release adds the following features:

  • Found Time Tracking GPLv3 software “Titra” with integration to Wekan. Thanks to willhseitz.
  • Theme: Natural. You can select it from Board Settings / Change color / natural. Thanks to compumatter and helioguardabaxo.
  • Theme: Modern. Thanks to jeroenstoker com and helioguardabaxo.
  • Export board to HTML static page .zip archive. Thanks to Lewiscowles1986.

and fixes the following bugs:

  • Change the swimlaneid of a card only if a new target swimlaneid is selected. Thanks to marc1006.
  • Set ‘*’ as default value for swimlane and list name in card move action. Thanks to hickorysb and marc1006.

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

v4.03 2020-05-16 Wekan release

This release adds the following features:

  • Theme: Clearblue. You can select it from Board Settings / Change color / clearblue. Thanks to CidKramer.

and fixes the following bugs:

  • Fix Can’t Scroll on All Boards on mobile phone. Added drag handles. Thanks to xet7.
  • Try to fix Sandstorm Wekan Export menu. Thanks to xet7.

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

v4.02 2020-05-15 Wekan release

This release adds the following server platforms:

  • Android arm64/x64. Thanks to xet7.

and adds the following features:

  • Install Wekan to mobile homescreen icon and use fullscreen PWA. Docs for iOS and Android at wiki PWA page. Thanks to xet7.
  • Add options to rebuild-wekan.sh to run Meteor in development mode where after file change it rebuilds. Thanks to xet7.

and adds the following updates:

  • Update dependencies. Thanks to xet7.

and adds the following translations:

  • Add Spanish (Chile). Thanks to isos, Transifex user.

and fixes the following bugs:

  • Fix Deleting linked card makes board not load. Thanks to marc1006 and xet7.
  • Fix getStartDayOfWeek once again. Thanks to marc1006.
  • Fix shortcuts list and support card shortcuts when hovering a card. Thanks to marc1006.
  • Add white-space:normal to copy-to-clipboard button in card details. Thanks to helioguardabaxo.
  • Fix avatar-image class. Thanks to krupupakku.
  • Fix Swimlanes ID missing in new boards. Thanks to krupupakku.
  • Fix REST API so Create card does now allow an empty member list. Thanks to wackazong.

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

v4.01 2020-04-28 Wekan release

This release adds the following updates:

  • Upgrade to Node v12.16.3. Thanks to Node developers and xet7.

and fixes the following bugs:

  • Fix Docker builds. Thanks to xet7.
  • Fix Cards and Users API docs at https://wekan.github.io/api/ not generated because of syntax error and new Javascript syntax. Wekan uses wekan/releases/generate-docs*.sh Python code to generate OpenAPI docs, it did not show any errors while generating docs, only left out parts of API docs. This affected Wekan versions v3.94-v4.00. Thanks to pvcon13 and xet7.
  • Fix list header height when cards count is shown. Thanks to marc1006.
  • Smaller height for Add Board button. Thanks to xet7.

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

v4.00 2020-04-27 Wekan release

This release fixes the following bugs:

  • Make sure that the board header buttons fit into one line even for devices with 360px width resolution. Thanks to marc1006.

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

v3.99 2020-04-27 Wekan release

This release fixes the following bugs:

  • Fix Boards are very hard to tap in mobile. Thanks to marc1006.

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

v3.98 2020-04-25 Wekan release

News:

  • There is now many mobile and desktop webbrowser fixes. Please test does your favourite Javascript enabled webbrowser work, and add issues if something does not work, and there is no existing issue about that yet.
  • Desktop browser mode has setting for Show/Hide drag handles: top right click username / Change Settings / Show desktop drag handles. You can request desktop website also at mobile webbrowsers on Android. At iOS requesting desktop website did not seem to work yet.
  • At iOS Safari and Chrome, to see swimlane buttons you need to scroll to right. Fixes to this and other issues are welcome as pull request.

This release adds the following new features:

  • Pre-fill the title of checklists (Trello-style). Thanks to boeserwolf.
  • Implement option to change the first day of the week in user settings. Thanks to marc1006.
  • Add babel to build chain and linter. Enables fancy Javascript language features like optional chaining, for developer happiness. Thanks to boeserwolf.
  • Use only one ‘Apply’ button for applying the user settings. Thanks to marc1006.
  • Allow variable height for board list items. Allow words in title/description to be able to break and wrap onto the next line. Thanks to marc1006.

and adds the following updates:

  • Upgrade to Meteor 1.10.2. Thanks to Meteor developers and xet7.
  • Set Snap MongoDB compatibility to 4.2 according to Meteor ChangeLog. Thanks to xet7.

and fixes the following bugs:

  • Multiple lint issue fixes. Thanks to marc1006.
  • Fix lint errors in lint error fix. Thanks to xet7.
  • Fix getStartDayOfWeek function. Thanks to marc1006 and boeserwolf.
  • Improve mobile devices support Part1 and Part2. Thanks to marc1006.
  • Fix Wekan not load at all in Firefox v.68 for Android. Thanks to xet7.
  • Fix comment typo in docker-compose.yml. Thanks to VictorioBerra.

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

v3.97 2020-04-19 Wekan release

This release adds the following new features:

  • Sortable boards. Thanks to boeserwolf.
  • Added dockerfiles for multi-arch builds and manifest. In Progress. Thanks to brokencode64.
  • Make linked card clickable. Thanks to boeserwolf.

and fixes the following bugs:

  • Fix using checklists on mobile and iPad. Thanks to devinsm.
  • Improve card layout on mobile devices. Thanks to marc1006.
  • Make OCP OAuth work with Openshift 4.x. Thanks to ckavili.
  • Remove old warning from Sandstorm import board data loss, because bug has been already fixed. Thanks to aputsiaq and xet7.

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

v3.96 2020-04-15 Wekan release

This release adds the following Sandstorm updates:

  • This is the first Sandstorm Wekan release that uses newest Meteor 1.10.1 and Node 12.x. Now all Wekan platforms use newest Meteor and Node 12.x LTS. Thanks to kentonv and xet7.
  • Fix capnp workaround to work with newest Meteor and Node 12.x. Thanks to kentonv.
  • Update Sandstorm release script for newest Meteor and Node 12.x. Thanks to xet7.
  • Remove Meteor 1.8.x files because Sandstorm Wekan now uses newest Meteor. Thanks to xet7.

and adds the following new features:

  • Hide password auth with environment variable PASSWORD_LOGIN_ENABLED=false. Snap example: sudo snap set wekan password-login-enabled=’false’ . Thanks to salleman33.

and fixes the following bugs:

  • Fix Board admins can not clone or archive their boards at All Boards page. Thanks to salleman33.
  • Fix <p> margin in card labels. Thanks to boeserwolf.

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

v3.95 2020-04-12 Wekan release

This release adds the following new features:

  • Add gitpod config. This adds support for Gitpod.io, a free automated dev environment that makes contributing and generally working on GitHub projects much easier. It allows anyone to start a ready-to-code dev environment for any branch, issue and pull request with a single click. Thanks to juniormendonca.
  • Public boards overview. Thanks to NicoP-S.

and fixes the following bugs:

  • Fix styling issue in notifications drawer. Thanks to boeserwolf.
  • Fix error in notifications cleanup cron. Thanks to jtbairdsr.

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

v3.94 2020-04-12 Wekan release

This release adds the following new features:

  • Public vote. Thanks to NicoP-S.
  • Add robots.txt disallow all. Thanks to xet7.

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

v3.93 2020-04-10 Wekan release

This release adds the following new features:

  • Trello vote import & hide export button if with_api is disabled. Thanks to NicoP-S.
  • When adding a user to a board that has subtasks, also add user to the subtask board. Thanks to slvrpdr.

and adds the following updates:

  • Upgrade to Node v12.16.2 Part1 and Part2. Thanks to Node developers and xet7.

and fixes the following bugs:

  • Fix bug that prevents editing or deleting comments. Thanks to jtbairdsr.

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

v3.92 2020-04-09 Wekan release

This release adds the following new features:

  • Scheduler to clean up read notifications. Also added a button to manually remove all read notifications, and a fix to prevent users form getting notifications for their own actions. Thanks to jtbairdsr.
  • Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2 to all Wekan platforms. Thanks to xet7.

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

v3.91 2020-04-08 Wekan release

This release adds the following new features:

  • OpenShift: Route template added to helm chart for Openshift v4x cluster. Thanks to ckavili.
  • Filter by Assignee. Thanks to daniel-eder.
  • Vote on Card. Thanks to NicoP-S and xet7.

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

v3.90 2020-04-06 Wekan release

This release makes the following updates:

  • Update dependencies.

and updates the following translations:

  • Update layouts.js for zh-TW language name. Thanks to doggy8088.

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

v3.89 2020-04-05 Wekan release

This release adds the following new features:

  • Create subtasks in parenttask swimlane. Thanks to TOSCom-DanielEder.
  • When searching cards in a board, also search from Custom Fields. Thanks to slvrpdr.

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

v3.88 2020-04-02 Wekan release

This release adds the following new features:

  • Notification drawer like Trello. Thanks to jtbairdsr and xet7.

and makes the following UI changes:

  • Minicard labels on the top and title on bottom. Thanks to helioguardabaxo and xet7.

and fixes the following bugs:

  • Fix start-wekan.sh MongoDB port to 27017. Thanks to Keelan and xet7.

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

v3.87 2020-04-01 Wekan release

This release makes the following UI changes:

  • Move “Rules” from “Board View” to "Board Settings". Thanks to helioguardabaxo and xet7.
  • Improvements on card details visualization. Thanks to helioguardabaxo and xet7.
  • Hide duplicate “Hide system messages” at Change Settings/Member Settings, because it’s also on card slider. Thanks to notohiro and xet7.

and fixes the following bugs:

  • Fix Browser always reload the whole page when I change one of the card color. Fixed by making label colors and text again editable. Regression from Wekan v3.86 2). Thanks to javen9881 and xet7.
  • Fix richer editor submit did not clear edit area. Thanks to xet7.

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

v3.86 2020-03-24 Wekan release

This release fixes the following bugs:

  • Fix Rich editor can not be disabled, regression from changes yesterday at Wekan v3.85. Thanks to uusijani, vjrj and xet7.
    1. Fix Pasting text into a card is adding a line before and after (and multiplies by pasting more) by changing paste “p” to "br". 2) Fixes to summernote and markdown comment editors, related to keeping them open when adding comments, having @member mention not close card, and disabling clicking of @member mention. Thanks to xet7 !

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

v3.85 2020-03-23 Wekan release

This release fixes the following CRITICAL SECURITY VULNERABILITIES:

  • Fix XSS bug reported today 4 hours ago by Cyb3rjunky. Logged in users could run javascript in input fields. This affects Wekan versions v3.12-v3.84. In Wekan v3.12 there was changes for XSS filter to allow inserting images, videos etc on comment WYSIWYG editor so features related to that are now removed. After this fix, Javascript in input fields is not executed. Thanks to Cyb3rjunky and xet7.

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

v3.84 2020-03-16 Wekan release

This release adds the following features:

  • Add settings for mouse wheel scroll inertia and scroll amount Part1 and Part2. For example: sudo snap set wekan scrollinertia=’200’ , sudo snap set wekan scrollamount=’200’ . Thanks to danger89 and xet7.

and adds the following updates:

  • Upgrade to Meteor 1.10.1. Thanks to xet7.
  • Update markdown. Thanks to xet7.
  • Update minimist. Thanks to xet7.
  • Update acorn. Thanks to xet7.
  • Update prettier-eslint. Thanks to xet7.
  • Update ostrio:cookies. Thanks to xet7.
  • Add build time profiling to build script. Thanks to zodern.

and fixes the following bugs:

  • Downgrade stylus to v1.1.0 to speed up building Wekan. This is because building newer stylus v2 takes 52 minutes. After this change, building Wekan takes 3 minutes. Thanks to zodern.
  • Fix: Error when retrieve token from some OIDC due to not necessary scope parameter. Thanks to benoitm76.
  • Fix: img tag did not allow width and height. Removed swipebox from markdown editor img tag and updated marked markdown to newest version. Thanks to hradec and xet7.

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

v3.83 2020-03-01 Wekan release

This release tries to revert remaining the following changes:

  • Revert change made at Wekan v3.81, because building did not work: Try to make Meteor build time shorter by excluding legacy and cordova. This was made possible by Meteor 1.10-rc.2. Thanks to xet7.

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

v3.82 2020-03-01 Wekan release

This release reverts the following changes:

  • Revert change made at Wekan v3.81, because building did not work: Try to make Meteor build time shorter by excluding legacy and cordova. This was made possible by Meteor 1.10-rc.2. Thanks to xet7.

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

v3.81 2020-03-01 Wekan release

This release fixes the following CRITICAL SECURITY VULNERABILITIES and other bugs:

  • Fix critical and moderate security vulnerabilities reported at 2020-02-26 with responsible disclosure by Dejan Zelic, Justin Benjamin and others at Offensive Security, that follow standard 90 days before public disclosure. Thanks to xet7.
  • Fix webhook error that prevented some card etc deleting from web UI of board. Thanks to xet7.
  • Add missing Font Awesome icon to Board Settings Menu. Thanks to xet7.
  • Remove autofocus from many form input boxes so that they would not cause warnings. Thanks to xet7.

and does the following upgrades:

  • Upgrade Meteor to 1.10-rc.2. Thanks to xet7.
  • Try to make Meteor build time shorter by excluding legacy and cordova. This was made possible by Meteor 1.10-rc.2. Thanks to xet7.

and fixes the following bugs:

  • Try to fix afterwards loading of cards by adding fallback when requestIdleCallback is not available. Thanks to xet7.
  • Make profile.initials available in publications. Thanks to NicoP-S.

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

v3.80 2020-02-22 Wekan release

This release adds the following features:

  • Create New User in Admin Panel. Works, but does not save fullname yet, so currently it’s needed to edit add fullname later. Thanks to xet7.

and adds the following updates:

  • Update to Meteor 1.9.1, Node 12.16.1 etc newest dependencies. Thanks to xet7.
  • Update to Meteor 1.9.2. Thanks to xet7.

and fixes the following bugs:

  • Update Sandstorm release build script. Thanks to xet7.
  • Fix docker-compose link. Thanks to pbek.
  • Remove alethes:pages package, that had some indentation error. Package is about pagination, but I did not find any pagination related code in Wekan yet. Thanks to xet7 !

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

v3.79 2020-02-13 Wekan release

This release fixes the following bugs:

  • Fix Card Opened Webhook can not be disabled. Thanks to mvanvoorden and xet7.

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

v3.78 2020-02-12 Wekan release

This release adds the following features:

  • Card Settings / Show on Card: Description Title and Description Text. Thanks to e-stoniauk, 2020product and xet7.

and fixes the following bugs:

  • Remove card element grouping to create compact card layout. Thanks to e-stoniauk, 2020product and xet7.

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

v3.77 2020-02-10 Wekan release

This release removes the following features:

  • Remove hiding comments and activities. Thanks to xet7.

and fixes the following bugs:

  • Fix Copy Card Link to Clipboard button at card title did not work Part 1 and Part2. Thanks to 2020product and xet7.

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

v3.76 2020-02-07 Wekan release

This release adds the following updates:

  • Use Meteor 1.9 and Node.js 12.15.0 on Snap and Docker. This also fixes bug that exporting some boards was not possible, downloading export file failed. Thanks to xet7.

and fixes the following bugs:

  • Fix Bug enable/disable Comments in Card Settings. Thanks to warnt, mdurokov and xet7.
  • Try to disable dragging Swimlanes/Lists/Cards/Checklists/Subtasks on small mobile smartphones webbrowsers, and hide drag handles on mobile web. Thanks to xet7.

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

v3.75 2020-02-05 Wekan release

This release adds the following new features:

  • Fix adding comments. Thanks to xet7.

and fixes the following bugs:

  • Added some working layout changes like activities using less space from https://github.com/wekan/wekan/pull/2920. Thanks to 2020product.
  • Fixed Card Settings not working at Sandstorm. Thanks to xet7.
  • Add Card Description title back. Thanks to xet7.

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

v3.74 2020-02-05 Wekan release

This release adds the following new features:

  • For BoardAdmin, add way to hide parts of a card, at Board Settings/Card Settings/Show on Card: Received, Start, … etc. Add to card title bar Copy card to Clipboard button. Thanks to 2020product and xet7.
  • Set default to RICHER_CARD_COMMENT_EDITOR=false. Thanks to xet7.

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

v3.73 2020-01-29 Wekan release

This release adds the following new features:

  • Login to Wekan with Nextcloud. Thanks to bogie.
  • Add rule action to move cards to other boards. Thanks to peterverraedt.

and fixes the following bugs:

  • Show System Wide Announcement in one line. Thanks to tsia.
  • Fixed board export with attachment in Wekan Meteor 1.9.x version. Thanks to izadpoor.

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

v3.72 2020-01-19 Sandstorm-only Wekan release

This release fixes the following bugs:

  • Try to fix Wekan at Sandstorm. Thanks to xet7.

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

v3.71 2020-01-18 Sandstorm-only Wekan release

This release fixes the following bugs:

  • Try to fix Wekan at Sandstorm by using Meteor 1.8.x and Node 8.17.0 at Sandstorm. Thanks to xet7.

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

v3.70 2020-01-18 Wekan release

This release fixes the following bugs:

  • Add missing LD_LIBRARY_PATH to use libssl and libcurl. Thanks to xet7.
  • Use Meteor 1.8.x on Snap, because Snap builds do not work yet for Meteor 1.9, Node 12.14.1 and MongoDB 4.2.2. Docker version works with Meteor 1.9. Thanks to xet7.
  • Try to fix Node 12 Buffer() deprecation errors. Thanks to xet7.
  • Add Snap Meteor 1.8.x files to lint ignore files. Thanks to xet7.

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

v3.69 2020-01-10 Wekan release

This release fixes the following bugs:

  • Fix docker-compose.yml to not use --smallfiles that is not supported in MongoDB 4.x. Thanks to xet7.

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

v3.68 2020-01-10 Wekan release

This release tries to fix the following bugs:

  • Try to fix Snap by removing MongoDB option --smallfiles that is not supported in MongoDB 4.x Thanks to xet7.

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

v3.67 2020-01-10 Wekan release

This release tries to fix the following bugs:

  • Try to fix Snap. Thanks to xet7.

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

v3.66 2020-01-10 Wekan release

This release tries to fix the following bugs:

  • Try to fix Snap. Thanks to xet7.

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

v3.65 2020-01-10 Wekan release

This release adds the following features:

  • More keyboard shortcuts: c for archive card. Thanks to xet7.

and adds the following updates:

  • Upgrade to Meteor 1.9, Node 12.14.1 and MongoDB 4.2.2. Thanks to xet7.
  • Add more issue repo links to GitHub issue template. Thanks to xet7.

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

v3.64 2020-01-06 Wekan release

This release adds the following warning for CentOS 7 users:

  • WARNING: DO NOT USE SNAP ON CENTOS 7, THERE IS UPDATE BUG. Thanks to andy-twosticks and xet7.

and adds the following features:

  • Wider sidebar. Thanks to vjrj.

and removes the following features:

  • Removed Custom HTML feature that does not work. Thanks to xet7.

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

v3.63 2020-01-06 Wekan release

This release fixes the following bugs:

  • Fix: Unable to find Archive Card/List/Swimlane in board settings. Thanks to neobradley and xet7.

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

v3.62 2020-01-05 Wekan release

This release adds the following features:

  • Add Worker role. This was originally added at Wekan v3.58, reverted at Wekan v3.60 because of bugs, and now after fixes added back. Thanks to xet7.

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

v3.61 2020-01-03 Wekan release

This release adds the following features:

  • Add more Font Awesome icons. This was originally added at Wekan v3.58, removed at Wekan v3.60, and now added back at Wekan v3.61. Thanks to xet7.

and fixes the following bugs:

  • Fix browser javascript console errors when editing profile. This was originally added at Wekan v3.58, removed at Wekan v3.60, and now added back at Wekan v3.61.

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

v3.60 2020-01-03 Wekan release

This release fixes the following bugs:

  • Revert to Wekan v3.57 version of client and models directories, removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7.

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

v3.59 2020-01-03 Wekan release

This release fixes the following bugs:

  • Fix not being able to edit received date. Thanks to xet7.

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

v3.58 2020-01-03 Wekan release

This release adds the following features:

  • Add Worker role. Thanks to xet7.
  • Add more Font Awesome icons. Thanks to xet7.

and fixes the following bugs:

  • Fix: k8s templates update for helm.
    1. Upgrade mongo replica version.
    2. Access mongo via service url.
    3. Change the expose servicePort to numeric. Thanks to jiangytcn.
  • Fix browser console errors when editing user profile name. Thanks to xet7.

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

v3.57 2019-12-22 Wekan release

This release adds the following features:

  • Allow card and checklist API creation for authorized board members. Thanks to Robert-Lebedeu.
  • Visual difference for inactive user in Administration: strikethrough. Thanks to hever and xet7.

and adds the following updates:

  • Upgrade to Meteor 1.8.3 and Node 8.17.0. Update release scripts. Fix ldap background sync documentation part 2. Thanks to xet7.

and fixes the following bugs:

  • Fix: Don’t add a blank space for empty custom fields on minicards. Thanks to roobre and xet7.
  • Fix: Allow to set empty card title, AssignedBy and RequestedBy. Thanks to justinr1234 and xet7.
  • Fix comment text disappearing when clicking outside of comment text area. Fix lint error. Thanks to xet7.
  • Fix ldap background sync documentation. Thanks to koelle25.

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

v3.56 2019-11-21 Wekan release

This release adds the following updates:

  • Update to Meteor 1.8.2. Update dependencies. Thanks to xet7.
  • Fix lint errors and update travis NPM version. Thanks to xet7.
  • Change base image to rolling, that is currently Ubuntu eoan version. Thanks to xet7.
  • It seems Ubuntu eoan package bsdtar has been renamed to libarchive-tools. Thanks to xet7.

and fixes the following bugs:

  • Fix slow scroll on card detail by setting scrollInertia to 0. Thanks to cafeoh.
  • Fix lint errors. Thanks to xet7.
  • Remove eslint option that does not work. Thanks to xet7.
  • Try to fix lint errors. Thanks to xet7.
  • Add to Snap MongoDB logging option --quiet. Thanks to fmeehan and xet7.

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

v3.55 2019-11-19 Wekan release

This release fixes the following bugs:

  • When logged in, use database for setting, so that changes are immediate. Only on public board use cookies. Comment out Collapse CSS that is not in use. Thanks to xet7.
  • Use database when logged in. Part 2. Thanks to xet7.
  • Use database when logged in. Part 3. Thanks to xet7.

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

v3.54 2019-11-18 Wekan release

This release adds the following new features:

  • New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles. Thanks to xet7.
  • New feature, not set visible yet, because switching to it does not work properly yet: Collapsible Swimlanes. Thanks to xet7.

and fixes the following bugs:

  • Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and reload webbrowser page, it can change view. Thanks to xet7.
  • Fix: List sorting commented out. Thanks to xet7.
  • Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile, FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using cookies instead of database. Note: Cookie changes are not always immediate, if there is no effect, you may need to reload webbrowser page. This could be improved later. Thanks to xet7.

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

v3.53 2019-11-14 Wekan release

This release fixes the following bugs:

  • Revert list sorting change of Wekan v3.51 because it reversed alphabetical sorting of lists. Thanks to Dalisay and xet7.

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

v3.52 2019-11-14 Wekan release

This release fixes the following bugs:

  • Add database migration for assignee. Thanks to ocdtrekkie and xet7.

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

v3.51 2019-11-14 Wekan release

This release fixes the following bugs:

  • Change sorting lists to work on desktop drag handle page instead, where it seems to work better. Thanks to xet7.

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

v3.50 2019-11-13 Wekan release

This release adds the following new features:

  • Allowing lists to be sorted by modifiedAt when not in draggable mode. Thanks to whowillcare.
  • Allow user to sort Lists in Board by his own preference boardadmin can star list 1, 2. Thanks to whowillcare.
  • Allowing user to filter list in Filter function not just cards commit. Thanks to whowillcare.
  • Allow user to search Lists in Board. Thanks to whowillcare.
  • Enhancement: Set card times more sensible using the ‘Today’ button in datepicker. Thanks to liske.
  • At card, added Assignee field like Jira, and REST API for it. Parts: Add assignee, Remove Assignee. Avatar icon is at card and assignee details, When selecting new assignee (+) icon, list shows names who to add, More progress, In add assignee popup, avatars are now visible, Add assignee popup title, Prevent more than one assignee, When there is one selected assignee on card, don’t show + button for adding more assignees, because there can only be one assignee, Now assignee is visible also at minicard, Update REST API docs, there can only be one assignee in array. Thanks to xet7.
  • More mobile drag handles, and optional desktop drag handles: In Progress. Parts: Some drag handle fixes, Fix desktop swimlane drag handle position, Fix card, list and swimlane move. Allow moving cards in multiselect mode. Thanks to xet7.

and adds the following updates:

  • Update Node.js to v8.16.2. Thanks to xet7.

and fixes the following bugs:

  • Bug Fix #2093, need to clean up the temporary file. Thanks to whowillcare.
  • Bug Fix #2093: the broken should be prior to file attachment feature introduced. Thanks to whowillcare.
  • Fix typo on exporting subtasks. Thanks to xiorcala.
  • Change the radom to random typo in export.js. Thanks to whowillcare.
  • Fix: List last modify time will be affected by cards dueAt, endAt. Thanks to whowillcare.
  • Revert creating new list to left, now creates again to right. Thanks to whowillcare. Revert New List item moved from right to left. Thanks to derbolle and xet7. 1.
  • REST API: Fix deletion of a single board card. Thanks to liske.
  • cardDate: endDate coloring change. If no due-date timestamp is set => Gray. If end-date timestamp is younger than due-date timestamp => Green. If end-date timestamp is older than due-date timestamp => Red. Thanks to bandresen.
  • Fixed Card Open Webhook Error. Thanks to jymcheong.
  • Fixed OpenAPI docs generation. Thanks to bentiss.
  • Fixed close card button not visible on mobile web. Thanks to xet7.

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

v3.49 2019-10-09 Wekan release

This release fixes the following bugs:

  • Fix prettier errors. Thanks to xet7.

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

v3.48 2019-10-09 Wekan release

This release fixes the following bugs:

  • Make possible to upload attachments using drag-and-drop or Ctrl+V without setting the environmental-variable MAX_IMAGE_PIXEL. Thanks to moserben16.

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

v3.47 2019-10-09 Wekan release

This release fixes the following bugs:

  • REST API: fix handling of members property on card creation.

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

v3.46 2019-10-07 Wekan release

This release fixes the following bugs:

  • More black minicard badges. Thanks to sfahrenholz and xet7.
  • REST API: fix creation of Checklists. Thanks to liske.

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

v3.45 2019-10-03 Wekan release

This release adds the following new features:

  • Cards due timeline will be shown in Calendar view. Thanks to whowillcare.
  • Modified due day reminders in cards.js, so wekan server admin can control the reminder more flexibly. i.e. NOTIFY_DUE_DAYS_BEFORE_AND_AFTER = 0 notification will be sent on due day only. NOTIFY_DUE_DAYS_BEFORE_AND_AFTER = 2,0 it means notification will be sent on both due day and two days before. Thanks to whowillcare.
  • Added modifications the help files, related to NOTIFY_DUE_DAYS_BEFORE_AND_AFTER. Thanks to whowillcare.

and fixes the following bugs:

  • Modified list.style regarding .list-header-name when in mobile mode. It was too close to left arrow. Thanks to whowillcare.

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

v3.44 2019-09-17 Wekan release

This release adds the following languages:

  • Add language: Slovenian. Thanks to translators.

and fixes the following bugs:

  • Fix: in richer editor @ autocomplete doesn’t really insert the username properly. Thanks to whowillcare.

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

v3.43 2019-09-17 Wekan release

This release fixes the following bugs:

  • In richer editor, @user might not get pickup correctly, if it’s formated. Thanks to whowillcare.
  • Table content should have word-wrap. Thanks to whowillcare.
  • Two-way hooks locking mechanism will fail sometime, therefore, change all comment insert or update to direct, which means it won’t invoke any hook. Thanks to whowillcare.

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

v3.42 2019-09-14 Wekan release

This release removed the following new features:

  • Revert drag handle changes of Wekan v3.41. Thanks to Keelan.

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

v3.41 2019-09-13 Wekan release

This release adds the following new features:

  • More Mobile and Desktop drag handles for Swimlanes/Lists/Cards. Part 1. Thanks to xet7.

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

v3.40 2019-09-11 Wekan release

This release fixes the following bugs:

  • Fix subcard selector. Thanks to justinr1234.

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

v3.39 2019-09-11 Wekan release

This release fixes the following bugs:

  • To load all boards, revert Wekan v3.37 Fix Linked cards make load all cards of database. Thanks to xet7.

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

v3.38 2019-09-11 Wekan release

  • Update translations. Thanks to translators.

v3.37 2019-09-07 Wekan release

This release fixes the following bugs:

  • LDAP: Fix USERDN example, when parameters contain spaces. LDAP_AUTHENTIFICATION_USERDN="CN=ldap admin,CN=users,DC=domainmatter,DC=lan" . Thanks to compumatter.
  • Fix: Linked cards make load all cards of database. Thanks to Akuket.
  • Fix Unable to drag select text without closing card details. Thanks to justinr1234.

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

v3.36 2019-09-05 Wekan release

This release adds the following new features:

  • Complete the original author’s webhook functions and add two-way webhook type:
    1. Make webhook function more complete by allowing user to specify name and token of a webhook to increase security.
    2. Allow wekan admin to sepcify a global webhook.
    3. Add new type of two-way webhook that can act on the JSON webhook return payload: 3.1. If the payload data contains cardId, boardId, and comment key words, 3.2. If it has commentId, an existing comment will be modified 3.3. If it doesn’t have commentId, then a new comment will be added, otherwise, does nothing. Thanks to whowillcare.
  • Patch admin search feature to Search in all users, not just “loaded” users in the client. Thanks to Akuket.
  • Devcontainer: Moved MAIL-Vars to not-committed file, and added PATH with meteor to Environment. Thanks to road42.

and fixes the following bugs:

  • Fix incorrect date types for created and updated, so now newest card comments are at top. Thanks to justinr1234.

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

v3.35 2019-08-29 Wekan release

This release fixes the following bugs:

  • Try to fix Snap.

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

v3.34 2019-08-29 Wekan release

This release fixes the following bugs:

  • Snap: Delete all .swp files. Thanks to xet7.

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

v3.33 2019-08-29 Wekan release

This release adds the following new features:

  • Add card color to calendar event. The color of the calendar event will match the card color. Thanks to grmpfhmbl.

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

v3.32 2019-08-29 Wekan release

This release fixes the following bugs:

  • Fix Snap adopt-info. Thanks to popey at Snapcraft forum.

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

v3.31 2019-08-29 Wekan release

This release fixes the following bugs:

  • Try to fix adopt-info. Thanks to ogra at Snapcraft forum.

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

v3.30 2019-08-29 Wekan release

This release fixes the following bugs:

  • Snap: Change version-script to adopt-info to fix dirty. Thanks to popey and daniel at Snapcraft forum.
  • Delete another phantomjs binary from Snap. Thanks to xet7.

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

v3.29 2019-08-29 Wekan release

This release fixes the following bugs:

  • Fix Snap. Thanks to xet7.

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

v3.28 2019-08-29 Wekan release

This release fixes the following bugs:

  • Fix broken Sandstorm release by reverting upgrading MongoDB. Thanks to xet7

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

v3.27 2019-08-29 Wekan release

This release adds the following upgrades:

  • Upgrade Node, Mongo, fibers and qs. Thanks to xet7.

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

v3.26 2019-08-28 Wekan release

This release adds the following new features:

  • Add devcontainer and some related fixes. Thanks to road42.

and fixes the following bugs:

  • Add missing modules. Thanks to GhassenRjab.
  • Add package-lock.json. Thanks to GhassenRjab and xet7.
  • Fix last label undefined. Thanks to justinr1234.
  • Default to BIGEVENTS_PATTERN=NONE so that Wekan sends less email notifications. Thanks to rinnaz and xet7.
  • Fix app hang when Meteor.user() is null and list spinner is loaded bug. Thanks to urakagi.

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

v3.25 2019-08-23 Wekan release

This release adds the following new features:

  • Limit card width to fixed size. Thanks to xet7.

and fixes the following bugs:

  • Fix selecting user accounts when importing from Trello. Thanks to justrinr1234.

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

v3.24 2019-08-22 Wekan release

This release fixes the following bugs:

  • Snap: Delete old MongoDB log, and log to syslog instead, because syslog usually already has log rotation. Thanks to xet7.

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

v3.23 2019-08-20 Wekan release

This release fixes the following bugs:

  • Fix login did not work. Thanks to xet7.

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

v3.22 2019-08-20 Wekan release

This release adds the following new features:

  • Wrap minicard text labels to multiple rows. Thanks to xet7.

and fixes the following bugs:

  • Fix: Some users cannot switch views or languages. Thanks to xet7 and justinr1234.

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

v3.21 2019-08-16 Wekan release

This release adds the following new features:

  • In the filter menu, 1) Turning on “show archive” will request archived lists and show them on the ListView. 2) Turning on “hide empty lists” will hide empty lists on the ListView. Thanks to urakagi.

and fixes the following bugs:

  • Fix mismatched queries. Thanks to justinr1234.
  • Fix Summernote too wide when in mobile screen. Thanks to whowillcare.

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

v3.20 2019-08-15 Wekan release

This release fixes the following security issues:

  • Revert permission change, related #2590 and these comments. Thanks to road42, justinr1234 and xet7.

and adds the following new features:

  • On board, BoardAdmin and normal user can now invite new user directly with email address, without using Admin Panel or registering at /sign-up. Thanks to xet7.

and fixes the following bugs:

  • Fix bug: When on board, clicking Admin Panel redirects to All Boards page, so it did require to click Admin Panel again. Thanks to xet7.

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

v3.18 2019-08-15 Wekan release

This release adds the following new features:

  • Send webhook message when cardDetails is rendered. Thanks to jymcheong.
  • Related to above new feature, Add setting CARD_OPENED_WEBHOOK_ENABLED=false as default. Thanks to xet7.

and adds the following updates:

  • Update base64 dependency. Thanks to xet7.

and fixes the following bugs:

  • Time line is missing delete/edit comments, add English i18n for these two activities, For html email msg needs. Thanks to whowillcare.

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

v3.17 2019-08-13 Wekan release

This release fixes the following bugs:

  • Fix ReferenceError: cardAssignees is not defined. Reverted In-Progress Assignee field, moving it to feature branch. Thanks to saschafoerster and to xet7.

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

v3.16 2019-08-13 Wekan release

This release adds the following new features:

  • Make Admin Panel text like version etc selectable. Thanks to xet7.
  • Add to Admin Panel / Version: Meteor version, MongoDB version, MongoDB storage engine, MongoDB Oplog enabled. Thanks to RocketChat developers for MongoDB detection code and xet7 for other code.
  • Use Meteor 1.8.1 and MongoDB 3.2.22 in Snap. Removed Meteor 1.6.x files. Thanks to xet7.
  • Enable HTML email content for richer comment. Thanks to whowillcare.

and fixes the following bugs:

  • Fix scrollHeight error when the sidebar is not visible. Thanks to Trekky12.
  • Fix insert action for CustomFields API. Thanks to JimCircadian.
  • Fixed a few issues related summernote enabled: 1) @ user couldn’t send out email sometime, due to html format. 2) @ user link wasn’t able to show user info by clicking. Thanks to whowillcare.

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

v3.15 2019-08-11 Wekan release

This release fixes the following bugs:

  • Try to fix Snap. Thanks to xet7.

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

v3.14 2019-08-11 Wekan release

This release adds the following new features:

  • On wekan master specifying ATTACHMENTS_STORE_PATH, it will try its best keeping original attachments, only newer attachments will be stored into specified path. Thanks to whowillcare.
  • Made image upload in summernote as attachment to wekan board instead of base64 string, which would make the comments use less bytes and be able to take advantage of using local file system feature as attachment. Thanks to whowillcare.

and fixes the following bugs:

  • Fix bug: Unable to disable richer comment editor. Thanks to whowillcare.
  • Changed rm to rm -f in wekan snap build, and add packages that somehow didn’t get install during snapcraft build. Thanks to whowillcare.

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

v3.13 2019-08-09 Wekan release

Update translations. Thanks to translators.

v3.12 2019-08-09 Wekan release

This release adds the following new features:

  • Allowing wekan server admin to specify the attachments to be uploaded to server file system instead of mongodb by specifying a system env var: ATTACHMENTS_STORE_PATH. The only caveat for this is if it’s not a brand new wekan, if the wekan server admin switchs to this setting, their old attachments won’t be available anymore, unless someone make a script to export them out to the filesystem. Thanks to whowillcare.
  • Allowing user to insert video, link and image, or paste in html with sanitization. In user comments display area, images can be clicked and shown as swipebox. Thanks to whowillcare.

and fixes the following bugs:

  • Fix comment-editor marking issue. Thanks to whowillcare.
  • Bugfix: style kbd font color became white after introduced summernote editor to card comments. Thanks to whowillcare.
  • Show All Boards / Clone Board and Archive Board only to BoardAdmin/Admin/Sandstorm users on desktop webbrowser view, so that it’s not possible for normal users to make accidental clicks to those. Thanks to derbolle and xet7.
  • Fix bug on editing users informations, switching to other view, staring a board. Thanks to road42.
  • Fix null access with board body. Thanks to justinr1234.

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

v3.11 2019-08-07 Wekan release

This release fixes the following bugs:

  • Remove non-existing file from snapcraft.yaml to get Snap to build. Thanks to xet7.

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

v3.10 2019-08-07 Wekan release

This release fixes the following bugs:

  • Add missing dependencies back and revert deleting phantomjs. Thanks to whowillcare and xet7.

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

v3.09 2019-08-07 Wekan release

This release adds the following features:

  • Hide minicard label text: per user checkbox setting at sidebar. Thanks to xet7.

and fixes the following bugs:

  • Make Save button visible again at Admin Panel People Edit. Thanks to sclerc-chss and xet7.
  • Fix checking if API is enabled. Thanks to justinr1234.

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

v3.08 2019-08-07 Wekan release

This release fixes the following bugs:

  • Removed removing phantomjs from snap, because snap build did stop to error no phantomjs could be removed. Thanks to xet7.

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

v3.07 2019-08-07 Wekan release

This release fixes the following bugs:

  • Try to make release sizes smaller by deleting phantomjs. Thanks to xet7.

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

v3.06 2019-08-07 Wekan release

This release fixes the following bugs:

  • Fix board query. Thanks to justinr1234.

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

v3.05 2019-08-07 Wekan release

This release fixes the following bugs:

  • Fixed LDAP group filtering bug on Snap settings. Thanks to KuenzelIT.

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

v3.04 2019-08-06 Wekan release

This release fixes the following bugs:

  • Fixed Snap: Use Meteor 1.6.0.1 dependencies on Snap on master branch. Thanks to xet7.
  • Hide Admin Panel user delete button until someone has time to fix it. Thanks to xet7.

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

v3.03 2019-08-04 Wekan release

This release adds the following new features:

  • Add RICHER_CARD_COMMENT_EDITOR=true to docker-compose.yml. Thanks to xet7.
  • Add popup to confirm deleting one account. Thanks to Akuket.
  • Add admin setting to prevent users to self deleting their account. Thanks to Akuket.
  • Add Packager.io DEB/RPM Wekan packages for Debian/Ubuntu/CentOS/SLES. Does not work yet, debugging in progress here. Thanks to xet7 and sfahrenholz.
  • Add setting field LDAP_USER_AUTHENTICATION_FIELD=uid. Thanks to Trekky12.

and adds the following upgrades:

  • Upgrade MongoDB to 4.0.11. Thanks to xet7.

and fixes the following bugs:

  • Remove mixmax:smart-disconnect, previously it did disconnect Wekan when browser tab was not active, but because now users are working on multiple boards at different browser tabs and switching all time time, there was constant loading, so now after removing all tabs keeps active. This can increase server CPU usage. Thanks to xet7.

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

v3.02 2019-07-26 Wekan release

This release adds the following updates:

  • Updated Wekan on OpenShift. Thanks to xet7.

and fixes the following bugs:

  • Set LDAP_BACKGROUND_SYNC_INTERVAL=’’ (empty string) so it works and does not crash. Also updated wekan-postgresql docker-compose.yml to use devel branch docker image, because ToroDB requires MongoDB 3.2, it’s not tested yet could newest master branch docker image work with MongoDB 3.2. Thanks to benh57 and xet7.

and tries to fix following bugs:

  • Try to fix Snap. This will be tested soon, does this work. Thanks to xet7.

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

v3.01 2019-07-26 Wekan release

This release adds the following new features:

  • Rich text editor at card comments, based on Summernote. Thanks to whowillcare.
  • Add setting RICHER_CARD_COMMENT_EDITOR=true to Source/Snap/Docker/Sandstorm. Thanks to xet7.

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

v3.00 2019-07-25 Wekan release

This release:

  • works with source, and docker-compose.yml at master branch.
  • Docker release uses Meteor 1.8.1 and MongoDB 4.0.10, so you need to backup your old MongoDB database and restore with --noIndexRestore as described at https://github.com/wekan/wekan/wiki/Backup
  • Snap and Sandstorm builds are not fixed yet, see progress at #2533

This release adds the following new features:

  • Added label text to labels on minicard. Thanks to xet7.
  • Allow to shrink attached/pasted image. Thanks to whowillcare.

and fixes the following bugs:

  • Fix invites. Thanks to justinr1234.
  • Makes LDAP background sync work. If the sync interval is unspecified, falls back to a hourly default. Thanks to pshunter.
  • Prevent isCommentOnly user adding attachments, editing list names, moving lists, and seeing board settings menu. Show non-editable Custom Fields to isCommentOnly user. Thanks to xet7.
  • Many Snap fixes. In Progress. Thanks to justrinr1234.
  • Fixed Dockerfile and docker-compose.yml. Thanks to xet7.

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

v2.99 2019-07-17 Wekan release

This release adds the following new features:

  • Add Corteza theme. In progress. Thanks to xet7.
  • Notify Due Days: System timelines will be showing any user modification for duat startat endat receivedat, also notification to the watchers and if any card is due, about due or past due. ENV variables: NOTIFY_DUE_DAYS_BEFORE_AND_AFTER (default is 2, if 0, will turn off notification for and dued cards), NOTIFY_DUE_AT_HOUR_OF_DAY (any number between 0 - 23, standing for at what hour of a day that the notification will be sent to the watchers). Also bug fix for this, timeOldValue needs to set to “” in params when it’s not set. Thanks to whowillcare.
  • Notify Due Days: Add settings to Snap/Docker/Source. Rename env variables to NOTIFY_DUE_DAYS_BEFORE_AND_AFTER and NOTIFY_DUE_AT_HOUR_OF_DAY. Thanks to xet7.
  • BIGEVENTS_PATTERN: When user being @ in comment, as long as it’s not himself, a notification will be sent out no matter this user is watching the board or not. Introduced a system env var BIGEVENTS_PATTERN default as "due", so any activityType matches the pattern, system will send out notifications to all board members no matter they are watching or tracking the board or not. Owner of the Wekan server can disable the feature by setting this variable to “NONE” or change the pattern to any valid regex. i.e. ‘|’ delimited activityType names. Thanks to whowillcare.
  • Add BIGEVENTS_PATTERN to Source/Snap/Docker. Thanks to xet7.

and adds the following updates:

  • Update Meteor mongo package version. Thanks to xet7.
  • Update dependencies. Thanks to xet7.

and fixes the following bugs:

  • RELAX THEME: Use only in this theme the aggressive red color and big bold serif font style number and card details text emphasis Thanks to hever and xet7.
  • Try to fix docker-compose.yml to use correct master branch that has meteor 1.8.1. Thanks to xet7.
  • Outgoing Webhooks setCustomField: Add board name, card name, custom field name to be visible. Still missing: custom field value, list name, swimlane name. Thanks to xet7.
  • Don’t remove boardoverlay when mouse leaves carddetails. This reduces Wekan board flashiness. Thanks to newhinton.
  • Limit the board list to 2 or 1 for mobile clients. As a mobile user, the board size of in the home page too small, so the user is easily to click on archive or copy button by accident. Increase the board size to 50% for pixel greater than 360 and lesser than 800 and height to 8rem, 100% for any screen is even smaller. This will reduce the accident much more. Thanks to whowillcare.
  • [Add check for board member isActive](https://github.com/wekan/wekan/commit fe42eb1d014c06dfed8114a00b29eac9b08baec6). Thanks to xet7.

and has the following features in progress, not anything visible yet:

  • Teams/Organizations: Add beginnings of database structure. Thanks to xet7.

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

v2.98 2019-07-02 Wekan release

This release adds the following new features, thanks to xet7:

  • Add Wekan v2.95-v2.97 master branch features and fixes to meteor-1.8 branch.

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

v2.97 2019-07-01 Wekan release

This release adds the following new features, thanks to xet7:

  • Add background color names to background colors.
  • Add new background colors: moderatepink, strongcyan, limegreen.
  • Add new background colors with themes: dark, relax.

Note: Due Date etc on cards is visible on all background colors and themes. Hiding is not implemented yet.

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

v2.96 2019-07-01 Wekan release

This release removes the following features, that were added at Wekan v2.95:

  • Remove RELAX MODE and DARK MODE, because they changed look of all existing boards. At some later Wekan release they will be added back as separate themes that can be selected, without changing existing boards. Thanks to chirrut2 and xet7.

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

v2.95 2019-07-01 Wekan release

This release adds the following new features, thanks to xet7:

  • Make list header add card + button more black, to make it more visible.
  • On minicard, make comment icon and number of comments have red color on white rounded background, so it is more visible when there is comments on card.
  • Make card description text more visible with black borders and more white text area.

and adds the following themes to board background colors, thanks to xet7:

  • RELAX MODE, so when green background selected, list background is light green.
  • DARK MODE, when dark background color selected. Please test and send color visibility fixes as pull requests.
  • In RELAX MODE and DARK MODE, hide card fields: received, start, due, end, members, requested, assigned.

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

v2.94 2019-06-29 Wekan release

This release adds the following updates:

  • Prettier & eslint project style update. Thanks to justinr1234.

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

v2.93 2019-06-28 Wekan release

This release fixes the following bugs:

  • LDAP: Check if email attribute is an array, that has many email addresses. Thanks to tdemaret and xet7.

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

v2.92 2019-06-27 Wekan release

This release fixes the following bugs:

  • Fix Outgoing Webhook messages for Checlists, Checklist Items, Card comments, Add/Remove CustomField to board. Not yet fixed is Outgoing Webhook message about setting CustomField value. Thanks to xet7.

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

v2.91 2019-06-27 Wekan release

This release fixes the following bugs:

  • Fix Attachment Outgoing Webhook missing list and swimlane name. Thanks to xet7.

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

v2.90 2019-06-21 Wekan release

This release reverts the following Sandstorm changes:

  • Revert v2.89 setting every Sandstorm Wekan user as admin. Thanks to xet7. Related #2405.

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

v2.89 2019-06-21 Wekan release

This release adds the following Sandstorm features:

  • Sandstorm Wekan: Set everyone as Admin. Please test does this help with Problem with the user management: can’t add users or give wekan admin rights. Thanks to xet7.
  • If board does not exist, redirect to All Boards page, at all Wekan platforms. So now at Sandstorm when loading Wekan grain, if first Sandstorm board is found, it is opened. If first Sandstorm board is not found (it’s deleted or archived), then redirect automatically to All Boards page. Closes #3132. Thanks to xet7.

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

v2.88 2019-06-21 Wekan release

This release adds the following updates:

  • Update translations.

Thanks to translators for their translations.

v2.87 2019-06-21 Wekan release

This release adds the following new features:

  • Rule cardAction - SetDate. Thanks to road42.

and fixes the following bugs:

  • Fix Move card to top/bottom of list. Thanks to road42.
  • Translation fixes. Thanks to road42.

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

v2.86 2019-06-19 Wekan release

This release fixes the following bugs:

  • Fix Wekan unable to Select Text from Description edit box by removing feature of card description submit on click outside. This is because when selecting text and dragging up did trigger submit of description, so description was closed and selecting text failed. This did affect all Chromium-based browsers: Chrome, Chromium, Chromium Edge. Thanks to xet7.

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

v2.85 2019-06-19 Wekan release

This release fixes the following bugs:

  • Fixed bug: rule doesn’t move card to top/bottom. Thanks to road42.

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

v2.84 2019-06-18 Wekan release

This release fixes the following bugs:

  • Buttons for adding rules to a board where missing for isBoardAdmin. Thanks to road42.

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

v2.83 2019-06-17 Wekan release

This release fixes the following bugs:

  • Fix Bug: Unable to click board submenu on mobile. Thanks to xet7.

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

v2.82 2019-06-14 Wekan release

This release fixes the following bugs:

  • Fix OIDC Docker login. Empty string results to empty array at wekan/server/authentication.js. Thanks to xet7.

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

v2.81 2019-06-13 Wekan release

This release fixes the following bugs:

  • Change OAuth2 whitelist default to empty string at snap, so it would be used as array on wekan/server/authentication.js. Thanks to xet7.

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

v2.80 2019-06-13 Wekan release

This release fixes the following bugs:

  • Fix OAuth2 typos in snap-src/bin/config. Thanks to xet7.

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

v2.79 2019-06-13 Wekan release

This release fixes the following bugs:

  • Fix OAuth2 typos in Dockerfile and docker-compose.yml. Thanks to DominikPf.

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

v2.78 2019-06-12 Wekan release

This release fixes the following bugs:

  • Try to fix OIDC login. Thanks to xet7.

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

v2.77 2019-06-11 Wekan release

This release fixes the following bugs:

  • Fix Snap build. Thanks to xet7.

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

v2.76 2019-06-11 Wekan release

This release adds the following new features:

  • Add support for CORS headers “Access-control-allow-headers” and "Access-control-expose-headers". Thanks to risacher and xet7.
  • Support scopes in OAuth2, so that Authentication via OAuth2 with Google is now possible. Thanks to moserben16.

and fixes the following bugs:

  • Fix Scope parsing Issue for OAuth2 Login with simple String. Thanks to DominikPf.
  • Show attachment name in Outgoing Webhook when attachment is added to card. Thanks to xet7. Related #2285.
  • Show attachment name in Outgoing Webhook when attachment is removed from card. Thanks to xet7. Related #2285.
  • Allow BoardAdmin to create board rules. Thanks to road42.
  • Fix typo. Thanks to Jason-Cooke.

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

v2.75 2019-05-22 Wekan release

This release adds the following new features:

  • CAS allowed LDAP groups. Thanks to ppoulard. Please test. Related #2356.

and fixes the following bugs:

  • Fix: OAuth2 Requested Scopes are wrong / cannot be configured. Thanks to DominikPf and xet7. Please test.

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

v2.74 2019-05-14 Wekan release

This release fixes the following bugs:

  • Add missing wekan-ldap#40 code about LDAP_SYNC_ADMIN_STATUS. Thanks to JulianJacobi, n-st, chirrut2 and xet7.

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

v2.73 2019-05-14 Wekan release

This release fixes the following bugs with Apache I-CLA:

  • Card count placement and export API functionality back. Thanks to bentiss.
  • Few fixes for Dockerfile. Thanks to bentiss.

and fixes the following bugs:

  • Fixed #2338 -> Slow opening of big boards with too many archived items. If some Wekan users see errors with this, please empty your browser cache. Thanks to nerminator.

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

v2.72 2019-05-13 Wekan release

This release adds the following new features:

  • Added BIDI support to "Add Card". Related #884. Thanks to guyzyl.

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

v2.71 2019-05-12 Wekan release

This release adds the following new features:

  • Add partentId support on card web API. Thanks to atilaromero.

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

v2.70 2019-05-11 Wekan release

This release adds the following new features:

  • View markdown on List names, Custom Fields (Text and Dropdown), Label names, All Boards view Board names and Board descriptions. Related #2334. Thanks to shaygover and xet7.

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

v2.69 2019-05-11 Wekan release

This release fixes the following translation names:

  • Fix translation name in Wekan menu: oc to Occitan. Thanks to xet7.

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

v2.68 2019-05-10 Wekan release

This release adds the following new features:

  • Option to login to the LDAP server with the user’s own username and password, instead of an administrator key. Default: false (use administrator key). With new setting: LDAP_USER_AUTHENTICATION=true. Thanks to thiagofernando.
  • Added above new LDAP_USER_AUTHENTION=true option to Snap, Docker and Source settings. Thanks to xet7.

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

v2.67 2019-05-10 Wekan release

This release adds the following new features:

  • Move board to Archive button at each board at All Boards page. Thanks to xet7. Related #2389.
  • If adding Subtasks does not work on old board, added wiki page how to make it work again. Thanks to xet7.

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

v2.66 2019-05-09 Wekan release

This release adds the following new features:

  • Delete user feature. Thanks to Akuket.
  • Change to Delete user feature: When last board admin is removed, board is not deleted, other board users can still use it. Thanks to xet7.

and adds the following new translations:

  • Add Chinese (Hong Kong). Thanks to translators.

and fixes the following bugs:

  • Fix OIDC login. Related #2383. Thanks to faust64.
  • Fix missing profile checks. Thanks to justinr1234.
  • Fix RTL issue #884, part 1. Thanks to guyzyl.

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

v2.65 2019-04-24 Wekan release

This release adds the following new features:

  • Now a loading animation is displayed when the authentication is performed. This allows users to know that it’s in progress. Thanks to Akuket.

and removes the following UI duplicates:

  • Remove from card menu, because they also exist at card: members, labels, attachments, dates received/start/due/end. Thanks to sfahrenholz, jrsupplee and xet7.

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

v2.64 2019-04-23 Wekan release

This release adds the following new features:

  • Board Archive: Restore All/Delete All of Cards/Lists/Swimlanes. Thanks to Akuket.

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

v2.63 2019-04-23 Wekan release

This release removes the following Caddy plugins:

  • Remove Caddy plugins http.filter, http.ipfilter and http.realip from Caddy because they are currently broken, preventing download of Caddy during Wekan Snap build. Thanks to xet7.

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

v2.62 2019-04-23 Wekan release

This release fixes the following bugs:

  • Mobile UI: Center cards in list view. Thanks to hupptechnologies.

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

v2.61 2019-04-20 Wekan release

This release adds the following new features:

  • Admin Panel/People: Can now search users by username, full name or email and using regex to find them. Display the number of users. All registered users by default else the number of users selected by the search. Thanks to Akuket.

and adds the following updates:

  • Update to use newest GitHub flawored markdown, because it was found old version was in use. Thanks to shaygover and xet7.
  • Upgrade to Node 8.16.0. Thanks to Node developers and xet7.
  • Upgrade Docker base image to ubuntu:disco. Thanks to Ubuntu developers and xet7.

and fixes the following bugs:

  • Fix Full width of lists and space before first list. Thanks to hupptechnologies.
  • Remove extra quotes from docker-compose.yml. Thanks to hibare.
  • Fix Docker builds by moving all separately cloned wekan/packages/* repos like ldap, oidc, etc code to wekan repo code, so that in build scripts it’s not needed to clone those. Also archived those wekan repos and moved issues to https://github.com/wekan/wekan/issues because changes and development to those packages now happends on wekan/wekan repo. There was also fixes to repo urls etc. Thanks to xet7.
  • Additional updates to meteor-1.8 branch, that contains Meteor 1.8.1 version that works in Docker but not yet at Snap and Sandstorm. Thanks to justinr1234.

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

v2.60 2019-04-08 Wekan release

This release fixes the following bugs:

  • Fix: Description of Board is out of visible after Feature "Duplicate Board". Thanks to sfahrenholz and xet7.

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

v2.59 2019-04-06 Wekan release

This release fixes the following bugs:

  • Add variables for activity notifications, Fixes #2285. Thanks to rinnaz.

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

v2.58 2019-04-06 Wekan release

This release adds the following new features:

  • Duplicate Board. Related #2225. Thanks to Angtrim.
  • Add Duplicate Board tooltip, and remove adding text “Copy” to duplicated board. Thanks to xet7.

and fixes the following bugs:

  • Add proper variables for unjoin card. Thanks to chotaire.
  • Center reduce left margin in card view on mobile browser. Thanks to hupptechnologies.
  • Remove not needed ARGS from Dockerfile to reduce amount of Docker layers. Thanks to folhabranca and xet7.
  • Fix Swimlane Rules don’t work. Thanks to Angtrim.

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

v2.57 2019-04-02 Wekan release

This release fixes the following bugs, thanks to justinr1234:

  • Add proper variables for join card, fixes Incorrect variable replacement on email notifications.

and fixes the following bugs with Apache I-CLA, thanks to bentiss:

  • List: Do not use IntersectionObserver to reduce CPU usage.

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

v2.56 2019-03-27 Wekan release

This release fixes the following bugs, thanks to bentiss with Apache I-CLA:

  • #2250 -> the spinner could be shown on startup and never goes away.
  • The code will now only load extra cards that will be in the current viewport.
  • When 2 users were interacting on the same board, there was a situation where the spinner could show up on the other user, without being able to load the extra cards.
  • The code is now much simpler, thanks to the IntersectionObserver, and all of this for fewer lines of code :)

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

v2.55 2019-03-25 Wekan release

This release fixes the following bugs, thanks to bentiss with Apache I-CLA:

  • Use older [email protected] to fix broken snap and docker build, because newer api2html caused breaking change at api2html/bin/api2html.js:23 has error about "php": "PHP".

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

v2.54 2019-03-25 Wekan release

This release fixes the following bugs:

  • Fix typos.
  • Fix Outgoing Webhook message about created new swimlane.

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

v2.53 2019-03-23 Wekan release

This release fixes the following bugs:

  • Fix filename and URLs. Thanks to xet7.

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

v2.52 2019-03-22 Wekan release

This release adds the following new features:

  • More whitelabeling: Hide Wekan logo and title by default, and don’t show separate option to hide logo at Admin Panel/Layout. Thanks to xet7.
  • Added and then reverted option to redirect OIDC OAuth2 login part1, part 2 and part3. This does not work yet. In Progress. Thanks to xet7.
  • Add LDAP config example, remove extra text. Thanks to xet7.

and fixes the following bugs:

  • Fix IFTTT email sending. Thanks to justinr1234.

Thanks to above GitHub users for their contributions.

v2.51 2019-03-21 Wekan release

This release fixes the following bugs:

  • Fix Unable to change board card title (=Board name) at Templates page. and Unable to change card title in Template part 2. Thanks to andresmanelli.

Thanks to above GitHub users for their contributions.

v2.50 2019-03-21 Wekan release

This release fixes the following bugs:

  • Fix Unable to change card title in Template and Fix Unable to create a new board from a template. Thanks to andresmanelli.

Thanks to above GitHub users for their contributions.

v2.49 2019-03-21 Wekan release

This release fixes the following bugs:

  • The invitation code doesn’t exist - case-sensitive eMail. Thanks to neurolabs.
  • Don’t swallow email errors. Thanks to justinr1234.
  • Migrate customFields model. Modifies the customFields model to keep an array of boardIds where the customField can be used. Adds name matching for labels when copying/moving cards between boards. This way, customFields are not lost when copying/moving a card. Particularly useful when templates have customFields or labels with specific names (not tested for templates yet). Thanks to andresmanelli.
  • Fix dissapearing subtasks. Thanks to andresmanelli.
  • Cards disappear when rearranged on template board. Thanks to andresmanelli.

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

v2.48 2019-03-15 Wekan release

This release fixes the following bugs, thanks to GitHub user xet7:

  • Fix LDAP login.

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

v2.47 2019-03-14 Wekan release

This release fixes the following bugs, thanks to GitHub user xet7:

  • Remove ordering of cards by starred/color/description, so that cards would not reorder all the time.
  • Try to fix LDAP Login: "Login forbidden", ReferenceError: req is not defined.

v2.46 2019-03-13 Wekan release

This release fixes the following bugs:

  • Fix watchers undefined. Thanks to justinr1234.
  • Revert hiding of Subtask boards because of feedback from Wekan users, that need Subtask boards to be visible. Thanks to xet7.

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

v2.45 2019-03-11 Wekan release

This release fixes the following bugs, thanks to andresmanelli:

  • Rename circular card migration to re run the fix.

v2.44 2019-03-11 Wekan release

This release adds the following new features and fixes with Apache I-CLA, thanks to bentiss:

  • Activities: register customFields changes in the activities.
  • customFields: fix leftover from lint. Looks like I forgot to use the camelCase notation here, and this leads to an exception while updating a custom field.
  • Fix imports.

and adds the following new features:

  • Add language: Occitan. Thanks to translators.

and fixes the following bugs:

  • Fix removed checklistItem activity => dangling activities created. Closes #2240. Thanks to andresmanelli.
  • Avoid set self as parent card to cause circular reference, for real. Thanks to andresmanelli.
  • Try to fix Order All Boards by starred, color, board name and board description. Part 2. Works on new Wekan install. Could still have boards keeping reording happening all the time on old Wekan installs. Thanks to xet7. Note: Ordering by starred/color/description was removed at Wekan v2.47.
  • Changed brute force protection package from eluck:accounts-lockout to lucasantoniassi:accounts-lockout that is maintained and works. Added Snap/Docker/Source settings. Thanks to xet7.

Thanks to above Wekan contributors for their contributions.

v2.43 2019-03-08 Wekan release

This release adds the following new features, thanks to xet7:

  • Hide Subtask boards from All Boards. This was reverted in Wekan v2.46 to make Subtask boards visible again.
  • Order All Boards by Starred, Color, Title and Description. This was removed at Wekan v2.47.
  • HTTP header automatic login for 3rd party authentication server method like siteminder, and any webserver that handles authentication and based on it adds HTTP headers to be used for login. Please test.

and adds the following partial fix, thanks to andresmanelli:

  • Add migration to fix circular references. This runs only once, so later there will be another fix to make it run every time.

and reverts the following change of v2.42, because they did not fix anything, thanks to xet7:

  • Revert: Tried to fix snap mongodb-control not starting database.

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

v2.42 2019-03-07 Wekan release

This release tried to fix the following bugs:

  • Tried to fix snap mongodb-control not starting database. Reverted in v2.43, because it did not fix anything.

Thanks to xet7 and qurqar[m] at IRC #wekan.

v2.41 2019-03-07 Wekan release

This release tried to fix the following bugs:

  • Partial Fix: Card was selected as parent card (circular reference) and now board can be not opened anymore with Avoid setting same card as parentCard. Avoid listing templates board in copy/move/more menus. This does not fully work yet, it will be fixed later. Thanks to andresmanelli.

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

v2.40 2019-03-06 Wekan release

This release fixes the following bugs:

  • Part 2: Fix manifest and icon paths. Thanks to xet7.

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

v2.39 2019-03-06 Wekan release

This release fixes the following bugs:

  • Fix manifest and icon paths. Thanks to xet7.

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

v2.38 2019-03-06 Wekan release

This release adds the following new features:

  • Added a Helm Chart to the project, thanks to TechnoTaff.
  • Added support for LDAP admin status sync. Examples: LDAP_SYNC_ADMIN_STATUS=true, LDAP_SYNC_ADMIN_GROUP=group1,group2. Thanks to JulianJacobi and xet7.

and fixes the following bugs:

  • Fix card deletion from archive. Thanks to andresmanelli.
  • Fix card move with wrong swimlaneId. Thanks to andresmanelli. NOTE: This does not yet fix card move with Custom Field, it will be fixed later.
  • Fix: LDAP Authentication with Recursive Group Filtering Does Not Work on Snap. Thanks to apages2.
  • Use ubuntu:cosmic base in Dockerfile. Thanks to xet7.
  • Remove phantomjs binary from Docker/Snap/Stackerfile to reduce size. Thanks to soohwa.

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

v2.37 2019-03-04 Wekan release

This release fixes the following bugs:

  • Fix Adding Labels to cards is not possible anymore.

Thanks to GitHub user xet7 for contributions.

v2.36 2019-03-03 Wekan release

This release adds the following UI changes:

  • Combine hamburger menus at right:
    • Hamburger button open sidebar;
    • Sidebar has at top right Cog icon that opens Board Settings;
    • Hide sidebar arrows.

and fixes the following bugs:

  • Add more Webhook translations. In progress.

and moved the following code around:

  • Forked salleman-oidc to https://github.com/wekan/meteor-accounts-oidc where salleman also has write access, xet7 can make changes directly and GitHub issues are enabled.

Thanks to GitHub user xet7 for contributions.

v2.35 2019-03-01 Wekan release

This release fixes the following bugs:

  • Add Filter fix back, because there was no bug in filter fix.

Thanks to GitHub user xet7 for contributions.

v2.34 2019-03-01 Wekan release

This release tried to fix following bugs, but did not fix anything:

  • Revert Filter fix because of mongodb data tampered. This was added back at Wekan v2.35.

Thanks to GitHub user xet7 for contributions.

v2.33 2019-02-28 Wekan release

This release adds the following upgrades:

  • Upgrade Node.js to v8.15.1.

Thanks to Node.js developers and GitHub user xet7 for contributions.

v2.32 2019-02-28 Wekan release

This release adds the following performance improvements, thanks to justinr1234:

  • New indexes for queries that were missing an index;
  • Bulk querying documents to reduce the number of mongo queries when loading a board;
  • Ensure oplog is being used to query the database by providing a sort key when limit is used querying the boards collection.

and fixes the following bugs related to Template features, thanks to andresmanelli:

  • Fix filtering in swimlane view that was broken since v2.29.

Thanks to above GitHub users for their contributions.

v2.31 2019-02-28 Wekan release

This release fixes the following bugs related to Template features, thanks to GitHub user andresmanelli:

  • Fix copy card.

v2.30 2019-02-28 Wekan release

This release adds the following new Template features, thanks to GitHub user andresmanelli:

  • Fix popup title. Add element title modification;
  • Copy template attachments;
  • Standarize copy functions. Match labels by name.

v2.29 2019-02-27 Wekan release

This release adds the following new features:

  • Swimlane/List/Board/Card templates. In Progress, please test and add comment if you find not listed bugs. Thanks to GitHub user andresmanelli.

v2.28 2019-02-27 Wekan release

This release adds the following new Sandstorm features and fixes:

  • All Boards page so it’s possible to go back from subtask board.
  • Board favorites.
  • New Sandstorm board first user is Admin and has IFTTT Rules and Standalone Wekan Admin Panel. Probably some Admin Panel features do not work yet. Please keep backup of your grains before testing Admin Panel.
  • Linked Cards and Linked Boards.
  • Some not needed options like Logout etc have been hidden from top bar right menu.
  • Import board now works. “Board not found” is not problem anymore, because you can go to All Boards page to change to imported board.

and removes the following features:

  • Remove Welcome Board from Standalone Wekan, to fix Welcome board not translated. Sandstorm Wekan does not have Welcome Board.

Thanks to GitHub user xet7 for contributions.

v2.27 2019-02-27 Wekan release

This release fixes the following bugs:

  • Fix OIDC error “a.join is not a function” by reverting configurable OAUTH2_ID_TOKEN_WHITELIST_FIELDS and OAUTH2_REQUEST_PERMISSIONS from Wekan v2.22-2.26. Thanks to GitHub user xet7.

v2.26 2019-02-25 Wekan release

This release adds the following new features:

  • Add setting EMAIL_NOTIFICATION_TIMEOUT. Defaut 30000 ms (30s). Thanks to GitHub users ngru and xet7.

and fixes the following bugs:

  • REVERTED in v2.27 (Fix OAuth2 requestPermissions. This makes Auth0 login possible with OIDC. Needs testing. Thanks to GitHub user xet7.)

v2.25 2019-02-23 Wekan release

This release fixes the following bugs:

  • Revert file permission changes from v2.24 LDAP changes that caused snap version to not build.

Thanks to GitHub user xet7 for contributions.

v2.24 2019-02-23 Wekan release

This release adds the following new features:

  • [Add LDAP email] matching support](wekan/ldap#39) and related env variables. Thanks to GitHub user stevenpwaters.

and fixes the following bugs:

  • REVERTED in v2.27 (Add missing text .env to wekan/server/authentication.js. Thanks to Vanila Chat user .gitignore.)

Thanks to above contributors, and translators for their translation.

v2.23 2019-02-17 Wekan relase

This release fixes the following bugs:

  • Fix authentication dropdown. Thanks to Akuket.

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

v2.22 2019-02-13 Wekan release

This release adds the following new features:

  • Kadira integration. Thanks to GavinLilly.
  • REVERTED in v2.27 (Add configurable settings OAUTH2_ID_TOKEN_WHITELIST_FIELDS and OAUTH2_REQUEST_PERMISSIONS. Thanks to xet7.)

and fixes the following bugs:

  • Fix: Remove overlap of side bar button with card/list menu button on mobile browser. Thanks to xet7.

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

v2.21 2019-02-12 Wekan release

This release adds the following new features:

  • Bump salleman-oidc to 1.0.12. Thanks to danpatdav.
  • Added parameters for OIDC claim mapping. These mapping parameters take advantage of new code in salleman-oidc 1.0.12 to override the default claim names provided by the userinfo endpoint. Thanks to danpatdav.
  • Add OIDC claim mapping parameters to docker-compose.yml/Snap/Source. Thanks to xet7.

Thanks to above GitHub users for their contributions.

v2.20 2019-02-11 Wekan release

This release adds the following new features:

  • Add OIDC / OAuth2 optional setting DEBUG=true to salleman-oidc and Dockerfile. Thanks to danpatdav.
  • Add OIDC / OAuth2 optional setting DEBUG=true to docker-compose.yml/Snap/Source. Thanks to xet7.

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

v2.19 2019-02-09 Wekan release

This release removes the following new features:

  • Remove oplog from snap. Need to think how to do it properly.

Thanks to GitHub user xet7 for conrtibutions.

v2.18 2019-02-08 Wekan release

This release adds the folloging new features:

  • Improve Authentication: Admin Panel / Layout / Set Default Authentication / Password/LDAP. Thanks to Akuket.
  • Add oplog to snap mongodb. Thanks to xet7.

and fixes the following bugs with Apache I-CLA, thanks to bentiss:

  • Fix swimlanes sorting since "Properly fix horizontal rendering on Chrome and Firefox". The rendering of the new design of the swimlanes was correct, but this commit broke the reordering capability. Having the swimlane header at the same level than the lists of cards makes the whole sortable pattern fail.
    • 2 solutions:
      • revert to only have 1 div per swimlane. But this introduces the firefox bug mentioned, so not ideal
      • force the sortable pattern to do what we want.
    • To force the sortable pattern, we need:
      • add in the helper a clone of the list of cards (to not just move the header)
      • make sure the placeholder never get placed between the header and the list of cards in a swimlane
      • fix the finding of the next and previous list of cards. For all of this to be successful, we need to resize the swimlanes to a known value. This can lead to some visual jumps with scrolling when you drag or drop the swimlanea. I tried to remedy that by computing the new scroll value. Still not ideal however, as there are still some jumps when dropping. Fixes #2159.

Thanks to above GitHub users and translators for contributions.

v2.17 2019-02-04 Wekan release

This release fixes the following bugs:

  • OIDC/OAuth2 BoardView Fix.

Thanks to GitHub gil0109 for contributions, and translator for their translations.

v2.16 2019-02-03 Wekan release

This release fixes the following bugs:

  • Part 2: Fix: Not displaying card content of public board: Snap, Docker and Sandstorm Shared Wekan Board Link with code from ChronikEwok.

Thanks to GitHub user ChronikEwok for contributions.

v2.15 2019-02-03 Wekan release

This release fixes the following bugs:

  • Fix: Not displaying card content of public board: Snap, Docker and Sandstorm Shared Wekan Board Link with code from ChronikEwok.

Thanks to GitHub user ChronikEwok for contributions.

v2.14 2019-02-02 Wekan release

This release fixes the following bugs:

  • Fix Sandstorm export board from web.
  • Fix Error when logging in to Wekan REST API when using Sandstorm Wekan. Sandstorm API works this way: Make API key, and from that key copy API URL and API KEY to below. It saves Wekan board to file. curl http://Bearer:[email protected]:6080/api/boards/sandstorm/export?authToken=#APIKEY > wekanboard.json If later API key does not work, you need to remove it and make a new one.

Thanks to GitHub user xet7 for contributions.

v2.13 2019-02-01 Wekan release

This release adds the following new features with Apache I-CLA, thanks to bentiss:

  • Use infinite-scrolling on lists. This allows to reduce the loading time of a big board. Note that there is an infinite scroll implementation in the mixins, but this doesn’t fit well as the cards in the list can have arbitrary height. The idea to rely on the visibility of a spinner is based on http://www.meteorpedia.com/read/Infinite_Scrolling
  • When writing to minicard, press Shift-Enter on minicard to go to next line below, to continue writing on same minicard 2nd line.

Thanks to GitHub user bentiss for contributions.

v2.12 2019-01-31 Wekan release

This release fixes the following bugs:

  • Bumped the salleman oidc packages versions to include an upstream bug fix.

Thanks to GitHub user danpatdav for contributions.

v2.11 2019-01-31 Wekan release

This release fixes the following bugs:

  • Fix: Bug: Not logged in public board page has calendar. Thanks to xet7.

Thanks to above GitHub users and translators for contributions.

v2.10 2019-01-30 Wekan release

This release adds the following new features:

  • Translations: Add Macedonian. Copied Bulgarian to Macedonian so that required changes will be faster to add. Thanks to translators and therampagerado;

and fixes the following bugs:

  • Revert Sandstorm API changes that were done at Wekan v2.05 to fix #2143. Thanks to pantraining and xet7.

Thanks to above GitHub users and translators for contributions.

v2.09 2019-01-28 Wekan release

This release fixes the following bugs with Apache I-CLA, thanks to bentiss:

  • Fix vertical automatic scrolling when opening a card.

Thanks to GitHub user bentiss for contributions.

v2.08 2019-01-28 Wekan release

This release fixes the following bugs with Apache I-CLA, thanks to bentiss:

  • Make the max height of the swimlane not too big](https://github.com/wekan/wekan/commit/ae82f43078546902e199d985a922ebf7041a4917). We take a full screen minus the header height;
  • Properly fix horizontal rendering on Chrome and Firefox. This reverts commit 74cf9e2573 "- Fix Firefox left-rigth scrollbar." This reverts commit 9dd8216dfb "- Fix cards below swimlane title in Firefox" by making previous fix" And this partially reverts commit dd88eb4cc. The root of the issue was that I was adding a new div and nesting the list of lists in this new list. This resulted in some weird behavior that Firefox could not handled properly Revert to a code colser to v2.02, by just having the swimlane header in a separate line, and keep only one flex element. Fixes #2137

Thanks to GitHub user bentiss for contributions, and translators for their translations.

v2.07 2019-01-28 Wekan release

This release fixes the following bugs:

  • Fix Firefox left-rigth scrollbar.

Thanks to GitHub user xet7 for contributions.

v2.06 2019-01-27 Wekan release

This release fixes the following bugs:

  • Fix cards below swimlane title in Firefox by making previous fix Firefox-only.

Thanks to GitHub user xet7 for contributions.

v2.05 2019-01-27 Wekan release

This release fixes the following bugs partially:

  • Add back scrollbars that were hidden when trying to fix another bug. This makes scrollbars work in Chromium/Chrome, but adds back bug to Firefox that cards are below of swimlane title - this Firefox bug is fixed in Wekan v2.06.
  • Try to have some progress on Wekan Sandstorm API. I did not get it fully working yet.

Thanks to GitHub user xet7 for contributions.

v2.04 2019-01-26 Wekan release

This release fixes the following bugs with Apache I-CLA, thanks to bentiss:

  • Bugfix for swimlanes, simplify setting color, fix rendering on Firefox.

Thanks to GitHub user bentiss for contributions, and translators for their translations.

v2.03 2019-01-25 Wekan NOT RELEASED because of bug that was fixed in v2.04 above

This release adds the following new features with Apache I-CLA, thanks to bentiss:

  • Change Swimlane/List/Card color with color picker at webbrowser and REST API;
  • Lists-Color: Only colorize the bottom border, and make the background clearer to visually separate the header from the list of cards;
  • Change Swimlane to Horizontal;
  • Change IFTTT wizard color names to color picker;
  • REST API: Add new card to the end of the list. If we keep the 0 value, the card might be inserted in the middle of the list, making it hard to find it later on. Always append the card at the end of the list by setting a sort value based on the number of cards in the list.

and fixes the following bugs with Apache I-CLA, thanks to bentiss:

  • Fix set_board_member_permission;
  • Fix the sort field when inserting a swimlane or a list. This has the side effect of always inserting the element at the end;
  • Make sure Swimlanes and Lists have a populated sort field. When moving around the swimlanes or the lists, if one element has a sort with a null value, the computation of the new sort value is aborted, meaning that there are glitches in the UI. This happens on the first swimlane created with the new board, or when a swimlane or a list gets added through the API;
  • UI: Lists: Make sure all lists boxes are the same height. When Show card count is enabled, the lists with the card counts have two lines of text while the lists without have only one. This results in the box around the list headers are not of the same size and this is visible when setting a color to the list.

Thanks to GitHub user bentiss for contributions, and translators for their translations.

v2.02 2019-01-22 Wekan release

This release adds the following new features with Apache I-CLA, thanks to bentiss:

  • Add per card color: Card / Hamburger menu / Set Color with color picker;
  • OpenAPI and generating of REST API Docs;
  • Allow to retrieve full export of board from the REST API through generic authentication. When the board is big, retrieving individual cards is heavy for both the server and the number of requests. Allowing the API to directly call on export and then treat the data makes the whole process smoother.

and adds the following new features with Apache I-CLA, thanks to xet7 and bentiss:

  • Translate and add color names to IFTTT Rules dropdown, thanks to xet7. Fix to this feature blank item, thanks to bentiss.

and adds these updates:

  • Update translations. Thanks to translators.
  • Added missing translation for 'days’. Thanks to Chartman123.

and fixes these typos;

  • Fix typo, changelog year to 2019. Thanks to xorander00.
  • Fix License to 2019. Thanks to ajRiverav.

Thanks to above GitHub users for their contributions.

v2.01 2019-01-06 Wekan release

Update translations. Thanks to translators.

v2.00 2019-01-04 Wekan release

Update translations. Thanks to translators.

v1.99 2019-01-04 Wekan release

This release adds the following new features:

  • IFTTT Rules improvements. Thanks to Angtrim.
  • Add find.sh bash script that ignores extra directories when searching. xet7 uses this a lot when developing. Thanks to xet7.

Thanks to above GitHub users for their contributions.

v1.98 2019-01-01 Wekan release

This release adds the following new features:

  • Add optional Nginx reverse proxy config to docker-compose.yml and nginx directory. Thanks to MyTheValentinus.

and fixes the following bugs:

  • docker-compose.yml back to MongoDB 3.2.21 because 3.2.22 MongoDB container does not exist yet. Thanks to xet7.
  • Mobile fixes, thanks to hupptechnologies:
    • Move home button / avatar bar from bottom to top. So at top first is home button / avatar, then others.
    • When clicking Move Card, go to correct page position. Currently it’s at empty page position, and there is need to scroll page up to see Move Card options. It should work similarly like Copy Card, that is visible.
    • Also check that other buttons go to visible page.

Thanks to above GitHub users for their contributions.

v1.97 2018-12-26 Wekan release

This release adds the following new features:

  • Upgrade to Node 8.15.0 and MongoDB 3.2.22.
  • Stacksmith: back to Meteor 1.6.x based Wekan, because Meteor 1.8.x based is currently broken.

Thanks to GitHub user xet7 for contributions.

v1.96 2018-12-24 Wekan release

This release adds the following new features:

  • Combine all docker-compose.yml files.

and tries to fix following bugs:

  • Revert "Improve authentication", remove login dropdown and “Default Authentication Method” that were added in Wekan v1.95 because login did not work with email address. It was later found that login did work with username, so later this could be fixed and added back.
  • Fixes to docker-compose.yml so that Wekan Meteor 1.6.x version would work. Most likely Meteor 1.8.x version is still broken.

Thanks to GitHub user xet7 for contributions.

v1.95 2018-12-21 Wekan release

This release adds the following new features:

  • Improve authentication: remove login dropdown, and add setting DEFAULT_AUTHENTICATION_METHOD=ldap or sudo snap set wekan default-authentication-method=’ldap’. Thanks to Akuket. Closes wekan/wekan-ldap#31 NOTE: This was reverted in Wekan v1.96 because login did not work with email address. It was later found that login did work with username, so later this could be fixed and added back.
  • Drag handles and long press on mobile when using desktop mode of mobile browser. Thanks to hupptechnologies.
  • Upgrade to node v8.14.1 . Thanks to xet7.

Thanks to above GitHub users for their contributions.

v1.94 2018-12-18 Wekan release

This release adds the following new features:

  • Admin Panel / Layout / Custom HTML after <body> start, and Custom HTML before </body> end. In progress, does not work yet. Thanks to xet7.
  • Add Bitnami Stacksmith. In progress test version, that does work, but is not released yet. Thanks to j-fuentes.

Thanks to above GitHub users for their contributions.

v1.93 2018-12-16 Wekan release

This release adds the following new features:

  • In translations, only show name “Wekan” in Admin Panel Wekan version. Elsewhere use general descriptions for whitelabeling.

Thanks to GitHub user xet7 and translators for their contributions.

v1.92 2018-12-16 Wekan release

This release fixes the following bugs:

  • Fix Popup class declares member name _current but use current instead. Thanks to peishaofeng.
  • Fix Card scrollbar ignores mousewheel. Thanks to rinnaz and xet7. Closes #2058
  • Fix favicon paths for non-suburl cases. Thanks to xet7. Related #1692

Thanks to above GitHub users for their contributions.

v1.91 2018-12-15 Wekan release

This release fixes the following bugs:

  • Add back mquandalle:perfect-scrollbar package so that Firefox and Chrome stop complaining in browser dev tools console.

Thanks to GitHub users uusijani and xet7 for their contributions.

v1.90 2018-12-15 Wekan release

This release fixes the following bugs:

  • Remove not working duplicate saveMailServerInfo, to remove error from browser dev tools console.

Thanks to GitHub user xet7 for contributions.

v1.89 2018-12-15 Wekan release

This release adds the following new features:

  • Admin Panel / Layout / Custom Product Name now changes webpage title. Related #1196

Thanks to GitHub user xet7 for contributions.

v1.88 2018-12-14 Wekan release

This release fixes the following bugs:

  • Fix: Scrollbar used remote file from CDN, so forked package to https://github.com/wekan/wekan-scrollbar and included non-minified file locally to Wekan, so that using scrollbar works without direct connection to Internet. Wekan should not load any external files by default, as was case before new scrollbar, and is again now after this fix.

Thanks to GitHub user xet7 for contributions.

v1.87 2018-12-13 Wekan release

This release fixes the following bugs:

  • Fix Reference error.

Thanks to GitHub user Akuket for contributions.

v1.86 2018-12-13 Wekan release

This release fixes the following bugs:

  • Fix Cannot login with new LDAP account when auto-registration disabled (request invitation code);
  • Fix Unable to create new account from LDAP.

Thanks to GitHub user Akuket for contributions.

v1.85 2018-12-09 Wekan release

This release fixes the following bugs:

  • Fix Clicking the scrollbar closes the card on Chrome by changing mquandalle:perfect-scrollbar to malihu-jquery-custom-scrollbar. that works also when clicking scrollbar in Chrome. Also added back required packages that were removed in PR.

Thanks to GitHub users hupptechnologies and xet7 for their contributions.

v1.84 2018-12-07 Wekan release

This release fixes the following bugs:

  • Fix 2/8: IFTTT Rule action/trigger "Remove all members from the card".

Thanks to GitHub user BurakTuran9 for contributions.

v1.83 2018-12-06 Wekan release

This release fixes the following bugs:

  • Fix 1/8: IFTTT Rule action/trigger When a checklist is completed. And partial incomplete fix to when all of checklist is set as uncompleted. Help in fixing welcome.

Thanks to GitHub users BurakTuran9 and xet7 for their contributions.

v1.82 2018-12-05 Wekan release

This release fixes the following bugs:

  • Partially #2045 revert Improve authentication, adding back password/LDAP dropdown, because login did now work. NOTE: This was added in v1.71, reverted at v1.73 because login did not work, added back at v1.79, and then reverted partially at v1.82 because login did not work. Related LDAP logout timer does not work yet.

Thanks to GitHub user xet7 for contributions.

v1.81 2018-12-04 Wekan release

This release fixes the following bugs:

  • Remove extra commas , and add missing backslash . Maybe after that login, logout and CORS works.

Thanks to GitHub user xet7 for contributions.

Related #2045, related wekan/wekan-snap#69

v1.80 2018-12-03 Wekan release

This release adds the following new features:

  • Upgrade Node from v8.12 to v8.14

and fixes the following bugs:

  • Revert non-working architectures that were added at v1.79, so now Wekan is just amd64 as before.

Thanks to GitHub user xet7 for contributions.

v1.79 2018-12-03 Wekan release

This release adds the following new features:

  • Improve authentication, removing Login password/LDAP dropdown. NOTE: This was added in v1.71, then reverted at v1.73 because login did not work, and after fix added back at v1.79. Thanks to Akuket.
  • Thanks to xet7:
    • Build snap also on i386, armhf and arm64. Ignore if it fails. More fixes will be added later.
    • Add CORS https://enable-cors.org/server_meteor.html to Standalone Wekan settings.
    • Add missing LDAP and TIMER environment variables.

and fixes the following bugs:

  • Fix: Message box for deleting subtask unreachable. Thanks to hupptechnologies. Closes #1800
  • Fix wrong dates in ChangeLog. Thanks to kelvinhammond.

Thanks to above GitHub users for their contributions.

v1.78 2018-11-20 Wekan release

  • Update translations (de).

v1.77 2018-11-20 Wekan release

  • Update version number. Trying to get Snap automatic review working, so that it would accept new Wekan release.

v1.76 2018-11-20 Wekan release

This release adds the following new features:

  • Add LDAP_FULLNAME_FIELD to configs and other options that were not in all config files. Thanks to alkemyst and xet7.

and fixes the following bugs:

  • Fix: When saving Custom Layout, save also SMTP settings. Thanks to xet7.

Thanks to above GitHub users for their contributions.

v1.75 2018-11-20 Wekan release

This release adds the following new features:

  • Admin Panel / Layout: Hide Logo: Yes / No. This does hide Wekan logo on Login page and Board page. Thanks to xet7.

and fixes the following bugs:

  • Fix Snap database-list-backups command. Thanks to WaryWolf.

Thanks to above GitHub users for their contributions.

v1.74.1 2018-11-18 Wekan Edge release

This release adds the following new features:

  • Full Name from LDAP server via environment variable.

Thanks to GitHub user alkemyst for contributions.

v1.74 2018-11-17 Wekan release

  • Update version number to get this released to snap. Thanks to xet7.

v1.73 2018-11-17 Wekan release

This release fixes the following bugs:

  • Revert Improve authentication to fix Login failure. NOTE: This was added in v1.71, then reverted at v1.73 because login did not work, and after fix added back at v1.79.

Thanks to GitHub users Broxxx3 and xet7 for their contributions.

v1.72 2018-11-17 Wekan release

  • Update translations (fi).

v1.71 2018-11-17 Wekan release

This release adds the following new features and bugfixes:

  • Add languages, thanks to translators:
    • Danish
    • Swahili / Kiswahili
  • Rename Recycle Bin to Archive. Thanks to xet7.
  • Update readme for clarity. Thanks to xet7.
  • Improve authentication, thanks to Akuket:
    • Removing the select box: Now it just checks the user.authenticationMethod value to choose the authentication method.
    • Adding an option to choose the default authentication method with env var.
    • Bug fix that allowed a user to connect with the password method while his user.authenticationMethod is “ldap” for example.
    • Adding a server-side method which allows disconnecting a user after a delay defined by env vars.
    • NOTE: This was added in v1.71, then reverted at v1.73 because login did not work, and after fix added back at v1.79.
  • Improve shell scripts. Thanks to warnerjon12.

Thanks to above GitHub users and translators for their contributions.

v1.70 2018-11-09 Wekan release

This release adds the following new features:

  • Auto create Custom Field to all cards. Show Custom Field Label on minicard.

and fixes the following bugs:

  • Some fixes to Wekan import, thanks to xet7:
    • isCommentOnly and isNoComments are now optional
    • Turn off import error checking, so something is imported anyway, and import does not stop at error.
    • Now most of Sandstorm export do import to Standalone Wekan, but some of imported cards, dates etc are missing.
    • Sandstorm Import Wekan board warning messages are now translateable. But bug “Board not found” still exists.
  • LDAP: Added INTERNAL_LOG_LEVEL. Fix lint and ldap group filter options. Thanks to Akuket.

Thanks to above mentioned GitHub users for their contributions.

v1.69 2018-11-03 Wekan release

  • Update translations.

v1.68 2018-11-03 Wekan release

  • Update translations.

v1.67 2018-11-03 Wekan release

This release adds the following new features to all Wekan platforms:

  • Add Hindi language. Thanks to saurabharch.

and hides the following features at Sandstorm:

  • Hide Linked Card and Linked Board on Sandstorm, because they are only useful when having multiple boards, and at Sandstorm there is only one board per grain. Thanks to ocdtrekkie and xet7. Closes #1982

Thanks to above mentioned GitHub users for their contributions.

v1.66 2018-10-31 Wekan release

This release fixes the following bugs:

  • docker-compose.yml and docker-compose-build.yml, thanks to xet7:
    • Remove single quotes, because settings are quoted automatically.
    • Comment out most settings that have default values.
  • Fix typos in CHANGELOG.md, thanks to Hillside502 and loginKing.
  • Fix typo about ldaps. Documentation said to set LDAP_ENCRYPTION to true if we want to use ldaps, but the code in wekan-ldap does not check if it is set to true, but if the value equals to ‘ssl’ instead. Thanks to imkwx.

Thanks to above mentioned GitHub users for their contributions.

v1.65 2018-10-25 Wekan release

This release adds the following new features, with Apache I-CLA:

  • UI: list headers: show the card count smaller in grey color below list name
  • UI: lists: only output the number of cards for each swimlane

Thanks to GitHub user bentiss for contributions.

v1.64.2 2018-10-25 Wekan Edge release

This release fixes the following bugs:

  • Additional fix to Impossible to connect to LDAP if UserDN contain space(s).

Thanks to GitHub users Akuket and xet7 for their contributions.

v1.64.1 2018-10-25 Wekan Edge release

This release fixes the following bugs:

  • Impossible to connect to LDAP if UserDN contain space(s).

Thanks to GitHub users Akuket and xet7 for their contributions.

v1.64 2018-10-24 Wekan release

  • Update translations.

v1.63 2018-10-24 Wekan release

This release adds the following new features:

REST API: Allow to remove the full list of labels/members through the API, with Apache I-CLA:

  • Models: Cards: an empty string in members or label deletes the list. There is currently no way to remove all members or all labels attached to a card. If an empty string is provided, we can consider as a hint to remove the list from the card.
  • Models: Cards: allow singletons to be assigned to members and labelIds. If we need to set only one member or one label, the data provided will not give us an array, but the only element as a string. We need to detect that and convert the parameter into an array.

Thanks to GitHub user bentiss for contributions.

v1.62 2018-10-24 Wekan release

  • Fix missing dropdown arrow on Chrome. Thanks to xet7. Closes #1964

v1.61 2018-10-24 Wekan release

  • Fix lint error. Thanks to xet7.

v1.60 2018-10-24 Wekan release

  • Update translations.

v1.59 2018-10-24 Wekan release

This release adds the beginning of following new features:

  • Custom Product Name in Admin Panel / Layout. In Progress, setting does not affect change UI yet. Thanks to xet7.

and fixes the following bugs:

  • Fix LDAP User Search Scope. Thanks to Vnimos and Akuket. Related #119
  • Fix Save Admin Panel SMTP password. Thanks to saurabharch and xet7. Closes #1856

Thanks to above mentioned GitHub users for contributions.

v1.58 2018-10-23 Wekan release

This release adds the following new features and fixes, with Apache I-CLA:

  • Also export the cards created with an older wekan instance (without linked cards) (related to #1873);
  • Fix the GET customFields API that was failing;
  • Allow to directly overwrite the members of cards and boards with a PUT call (this avoids to do multiple calls to add and remove users);
  • Allow to change the swimlane of a card from the API.

Thanks to GitHub user bentiss for contributions.

v1.57 2018-10-23 Wekan release

This release adds the following new features:

  • Merge edge into stable. This brings LDAP, Rules, Role "No Comments", etc.
  • Go back to Meteor 1.6.x and MongoDB 3.2.21 that works in Snap etc.

Thanks to GitHub user xet7 for contributions.

v1.55.1 2018-10-16 Wekan Edge release

This release adds the following new features:

  • Automatically close the sidebar.

and fixes the following bugs:

  • LDAP: Include missing LDAP PR so that LDAP works;
  • Improve notifications;
  • Fix deleting Custom Fields, removing broken references;
  • Fix vertical text for swimlanes in IE11;
  • Update broke the ability to mute notifications.

Thanks to GitHub users Akuket, Clement87 and tomodwyer for their contributions.

v1.53.9 2018-10-11 Wekan Edge release

This release adds the following new features:

  • docker-compose.yml in this Edge branch now works with Wekan Edge + Meteor 1.8.1-beta.0 + MongoDB 4.0.3;
  • Snap is still broken. Please use latest Snap release on Edge branch, until this is fixed.

Thanks to GitHub user xet7 for contributions.

v1.53.8 2018-10-10 Wekan Edge release

This release tries to fix the following bugs:

  • Try to fix Docker.

Thanks to GitHub user xet7 for contributions.

v1.53.7 2018-10-10 Wekan Edge release

This release adds the following new features:

  • Try MongoDB 4.0.3

Thanks to GitHub user xet7 for contributions.

v1.53.6 2018-10-10 Wekan Edge release

This release adds the following new features:

  • Add LDAP to Snap Help.

and tries to fix the following bugs:

  • Try to fix snap.

Thanks to GitHub users Akuket and xet7 for their contributions.

v1.53.5 2018-10-10 Wekan Edge relase

This release tries to fix the following bugs:

  • Try to fix snap.

Thanks to GitHub user xet7 for contributions.

v1.53.4 2018-10-10 Wekan Edge release

This release adds the following new features:

  • Upgrade Hoek.

Thanks to GitHub user xet7 for contributions.

v1.53.3 2018-10-10 Wekan Edge release

This release adds the following new features:

  • Upgrade to Meteor 1.8.1-beta.0. with these commits. So now it’s possible to use MongoDB 2.6 - 4.0.

Thanks to GitHub user xet7 for contributions.

v1.53.2 2018-10-10 Wekan Edge release

This release adds the following new features:

  • Add LDAP package to Docker and Snap.

Thanks to GitHub user xet7 for contributions.

v1.53.1 2018-10-10 Wekan Edge release

This release adds the following new features:

  • LDAP. Please test and add info about bugs;
  • Add LDAP support and authentications dropdown menu on login page;
  • REST API: Get cards by swimlane id. Please add docs.

and fixes the following bugs:

  • OpenShift: Drop default namespace value and duplicate WEKAN_SERVICE_NAME parameter.commit;
  • Fix Card URL;
  • Add info about root-url to GitHub issue template;
  • Feature rules: fixes and enhancements.

Thanks to GitHub users Akuket, Angtrim, dcmcand, lberk, maximest-pierre, InfoSec812, schulz and xet7 for their contributions.

v1.52.1 2018-10-02 Wekan Edge release

This release adds the following new features:

  • REST API: Add member with role to board. Remove member from board. Docs. Related to role issue.

and reverts previous change:

  • OAuth2: Revert Oidc preferred_username back to username. This does not fix or break anything, Oidc already works with doorkeeper.

Thanks to GitHub user xet7 for contributions.

v1.51.2 2018-09-30 Wekan Edge release

This release adds the following new features:

  • REST API: Change role of board member. Docs: https://github.com/wekan/wekan/wiki/REST-API-Role

Thanks to GitHub users entrptaher and xet7 for their contributions.

v1.51.1 2018-09-28 Wekan Edge release

This release adds the following new features:

  • Add CAS with attributes;
  • Move Add Board button to top left, so there is no need to scroll to bottom when there is a lot of boards.

Thanks to GitHub users ppoulard and xet7 for their contributions.

v1.50.3 2018-09-23 Wekan Edge release

This release tries to fix the following bugs:

  • Remove “Fix Cannot setup mail server via snap variables” to see does Wekan Snap start correctly after removing it.

Thanks to GitHub user xet7 for contributions.

v1.50.2 2018-09-23 Wekan Edge release

This release tries to fix the following bugs:

  • Build Wekan and release again, to see does it work.

Thanks to GitHub user xet7 for contributions.

v1.50.1 2018-09-22 Wekan Edge release

This release adds the following new features:

  • Change from Node v8.12.0 prerelease to use official Node v8.12.0.

and fixes the following bugs:

  • Fix Dockerfile Meteor install by changing tar to bsdtar;
  • Add npm-debug.log and .DS_Store to .gitignore;
  • Add more debug log requirements to GitHub issue template;
  • Add default Wekan Snap MongoDB bind IP 127.0.0.1;
  • Fix Feature Rules;
  • Fix Cannot setup mail server via snap variables;
  • Try to fix OAuth2: Change oidc username to preferred_username.

Thanks to GitHub users Angtrim, maurice-schleussinger, suprovsky and xet7 for their contributions.

v1.49.1 2018-09-17 Wekan Edge release

This release adds the following new features:

  • Change from Node v8.12.0 prerelease to use official Node v8.12.0.

Thanks to GitHub user xet7 for contributions.

v1.49 2018-09-17 Wekan release

This release fixes the following bugs:

  • Fix lint errors.

Thanks to GitHub user xet7 for contributions.

v1.48 2018-09-17 Wekan release

This release removes the following new features:

  • Remove IFTTT rules, until they are fixed.
  • Remove OAuth2, until it is fixed.

Thanks to GitHub user xet7 for contributions.

v1.47 2018-09-16 Wekan release

This release adds the following new features:

  • IFTTT Rules. Useful to automate things like adding labels, members, moving card, archiving them, checking checklists etc. Please test and report bugs. Later colors need to be made translatable.

Thanks to GitHub users Angtrim and xet7 for their contributions.

v1.46 2018-09-15 Wekan release

This release adds the following new features:

  • Upgrade MongoDB to 3.2.21;
  • Add source-map-support;
  • Allow Announcement to be markdown. Note: xet7 did not yet figure out how to keep announcement on one line when markdown was added, so now Font Awesome icons are above and below.

and fixes the following bugs:

  • Turn of http/2 in Caddyfile so that Firefox Inspect Console does not show errors about wss websocket config. Chrome web console supports http/2. Note: If you are already using Caddy and have modified your Caddyfile, you need to edit your Caddyfile manually.
  • Partially fix: Cannot move card from one swimline to the other if moving in the same list;
  • Fix: Linking cards from empty board is possible and makes current board not load anymore.

Thanks to GitHub users andresmanelli, HLFH and xet7 for their contributions.

v1.45 2018-09-09 Wekan release

This release fixes the following bugs:

  • Fix lint error.

Thanks to GitHub user xet7 for contributions.

v1.44 2018-09-09 Wekan release

This release adds the following new features:

  • REST API: Add startAt/dueAt/endAt etc. Docs at https://github.com/wekan/wekan/wiki/REST-API-Cards
  • Fix cards export and add customFields export.

Thanks to GitHub users ymeramees and xet7 for their contributions.

v1.43 2018-09-06 Wekan release

This release fixes the following bugs:

  • Fix “No Comments” permission on Wekan and Trello import.

Thanks to GitHub user xet7 for contributions.

v1.42 2018-09-06 Wekan release

This release adds the following new features:

  • REST API: Create board options to be modifiable, like permissions, public/private board - now private by default, and board background color. Docs at https://github.com/wekan/wekan/wiki/REST-API-Boards
  • Add swimlaneId in activity. Create default swimlaneId in API.

Thanks to GitHub users andresmanelli and xet7 for their contributions.

v1.41 2018-09-05 Wekan release

This release tries to fix the following bugs:

  • Try to fix Wekan Sandstorm API.

Thanks to GitHub users ocdtrekkie and xet7 for their contributions.

v1.40 2018-09-04 Wekan release

This release adds the following new features:

  • Add permission "No comments". It is like normal user, but does not show comments and activities.

Thanks to GitHub user xet7 for contributions.

v1.39 2018-08-29 Wekan release

This release fixes the following bugs:

  • Only allow ifCanModify users to add dates on cards.

Thanks to GitHub user rjevnikar for contributions.

v1.38 2018-08-29 Wekan release

This release adds the following new features:

  • Add msavin:userCache to speedup Wekan. See meteor forums post.

and fixes the following bugs:

  • Fix Delete Board.

Thanks to GitHub users msavin, rjevnikar and xet7 for their contributions.

v1.37 2018-08-28 Wekan release

This release fixes the following bugs:

  • Add Missing Index on cards.parentId since Swimlane integration to speedup Wekan;
  • Update OpenShift template to add Route and parameterize;
  • Fix typos in Wekan snap help.

Thanks to GitHub users Clement87, InfoSec812 and xet7 for their contributions.

v1.36 2018-08-25 Wekan release

This release adds the following new features:

  • OAuth2 Login on Standalone Wekan. For example, Rocket.Chat can provide OAuth2 login to Wekan. Also, if you have Rocket.Chat using LDAP/SAML/Google/etc for logging into Rocket.Chat, then same users can login to Wekan when Rocket.Chat is providing OAuth2 login to Wekan.

and fixes the following bugs:

  • Move labels back to original place at minicard;
  • Fix typos in security documentation.

Thanks to GitHub users hever, salleman33, tlevine and xet7 for their contributions.

v1.35 2018-08-23 Wekan release

This release adds the following new features:

Add Caddy plugins:

  • http.filter for changing Wekan UI on the fly, for example custom logo, or changing to all different CSS file to have custom theme;
  • http.ipfilter to block requests by ip address;
  • http.realip for showing real X-Forwarded-For IP to behind proxy;
  • Turn off Caddy telemetry.

Add configuring webhooks:

  • Make the attributes that the webhook sends configurable.

Thanks to Caddy contributors, and Github users omarsy and xet7 for their contributions.

v1.34 2018-08-22 Wekan release

This release add the following new features:

  • Add Favicon for pinned tab on Safari browser.

and fixes the following bugs:

  • Restored SMTP settings at Admin Panel, and disabled showing password;
  • Move color labels on minicard to bottom of minicard;
  • Fix and improve linked cards;
  • Allow Sandstorm to serve Wekan HTTP API;

Thanks to GitHub users andresmanelli, ocdtrekkie, therampagerado, woodyart and xet7 for their contributions.

v1.33 2018-08-16 Wekan release

This release fixes the following bugs:

  • Change default value of label ids.

Thanks to GitHub user omarsy for contributions.

v1.32 2018-08-16 Wekan release

This release fixes the following bugs:

  • Content Policy: Allow inline scripts, otherwise there is errors in browser/inspect/console;
  • Use only framing policy, not all of content policy;
  • Set default matomo settings to disabled;
  • Fix hidden system messages;
  • Fix Requested By and Assigned By fields;
  • Fix Date and Time Formats are only US in every language.

Thanks to GitHub users andresmanelli and xet7 for their contributions.

v1.31 2018-08-14 Wekan release

This release fixes the following bugs:

  • Export of Board does not work on Docker.

Thanks to GitHub user xet7 for contributions.

v1.30 2018-08-14 Wekan release

This release add the following new features:

  • When Content Policy is enabled, allow one URL to have iframe that embeds Wekan;
  • Add option to turn off Content Policy;
  • Allow always in Wekan markdown <img src="any-image-url-here">.

and fixes the following bugs:

  • Fix Import from Trello error 400.

Thanks to GitHub user xet7 for contributions.

v1.29 2018-08-12 Wekan release

This release fixes the following bugs:

  • Revert Fix lint errors, that caused breakage.

Thanks to GitHub user xet7 for contributions.

v1.28 2018-08-12 Wekan release

This release fixes the following bugs:

  • Fix lint errors.

Thanks to GitHub user xet7 for contributions.

v1.27 2018-08-12 Wekan release

This release add the following new features:

  • Linked Cards and Linked Boards.

Thanks to GitHub user andresmanelli for contributions.

v1.26 2018-08-09 Wekan release

This release fixes the following bugs:

  • Set WITH_API=true setting on Sandstorm, and so that export works;
  • Set Matomo blank settings on Sandstorm.

Thanks to GitHub user xet7 for contributions.

v1.25 2018-08-09 Wekan release

This release fixes the following bugs:

  • Fix showing only the cards of the current board in calendar view.

Thanks to GitHub user Yanonix for contributions.

v1.24 2018-08-09 Wekan release

This release add the following new features:

  • Update node to v8.12.0 prerelease build.

and fixes the following bugs:

  • Enable Wekan API by default, so that Export Board to JSON works;
  • Fix the flagging of dates;
  • Use new WITH_API and Matomo env variables at Dockerfile;
  • For OpenShift compliance, change run user and Docker internal port to 8080.

Thanks to GitHub users rjevnikar, tdemaret, xadagaras and xet7 for their contributions.

v1.23 2018-07-30 Wekan release

This release tries to fix the following bugs:

  • Checking for existing directories when building snap etc, trying to get snap to build somehow. This is just a test, does it build this time correctly.

Thanks to GitHub user xet7 for contributions.

v1.22 2018-07-30 Wekan release

This release adds the following new features:

  • Backup script now uses mongodump from snap to do backups;
  • Integration of Matomo;
  • Enable/Disable API with env var.

Thanks to GitHub user Akuket and xet7 for their contributions.

v1.21 2018-07-18 Wekan release

This release adds the following new features:

  • Add logo from Wekan website to login logo.

and fixes the following bugs:

  • Allow to resend invites.

Thanks to GitHub users Akuket and xet7 for their contributions.

v1.20 2018-07-18 Wekan release

This release fixes the following bugs:

  • Remove SMTP settings from Admin Panel, because they are set in environment variable settings like source/snap/docker already, and password was exposed in plain text;
  • Added info how to limit snap to root user;
  • Add scrolling to long cards.

Thanks to GitHub users jnso, LyR33x and xet7 for their contributions.

v1.19 2018-07-16 Wekan release

This release adds the following new features:

  • Build from source on macOS;
  • Wekan integration with OpenShift;
  • Snap Caddy: set -agree flag for Let’s Encrypt.

and fixes the following mobile bugs:

  • Fix missing utility function;
  • Avoid default behavior;
  • Hotfix more sortable elements;
  • Hotfix for mobile device.

and fixes the following bugs:

  • Fix invitation code.

Thanks to GitHub users adyachok, Akuket, halunk3, Haocen and xet7 for their contributions.

v1.18 2018-07-06 Wekan release

This release fixes the following bugs:

  • Fix Title is required by setting Checklist title during migration.

Thanks to GitHub users centigrade-kdk and xet7 for their contributions.

v1.17 2018-07-06 Wekan release

This release adds the following new features:

  • Made Subtask Settings visible at Board menu at Sandstorm.

Thanks to GitHub user xet7 for contributions.

v1.16 2018-07-06 Wekan release

This release fixes the following bugs:

  • Fix: Boards.forEach is not function.

Thanks to GitHub user xet7 for contributions.

v1.15 2018-07-06 Wekan release

This release fixes the following bugs:

  • Fix Title is required by making Checklist title optional.

Thanks to GitHub users centigrade-kdk and xet7 for their contributions.

v1.14 2018-07-06 Wekan release

This release fixes the following bugs:

  • Fix Checklists.forEach is not a function.

Thanks to GitHub user xet7 for contributions.

v1.13 2018-07-06 Wekan release

This release adds the following new features:

  • Added snapcraft.yml new node version changes, that were missing from v1.12.

Thanks to GitHub user xet7 for contibutions.

v1.12 2018-07-06 Wekan release

This release adds the following new features:

  • Nested tasks;
  • Calendar improvements;
  • SSO CAS.

and fixes the following bugs:

  • Fix warning about missing space in jade file;
  • Revert Fix vertical align of user avatar initials, so that initials are again visible;
  • Fix lint warning: EditCardDate is assigned a value but never used no-unused-vars;
  • Fix Minimize board sidebar actually just moves it over.

Thanks to GitHub users dagomar, ppoulard, pravdomil, TNick and xet7 for their contributions.

v1.11 2018-06-30 Wekan release

This release fixes the following bugs:

  • Remove card shadow, Wekan users now prefer not to have it;
  • Revert previous Less margin-bottom after minicard.

Thanks to GitHub users pravdomil and xet7 for their contributions.

v1.10 2018-06-28 Wekan release

This release fixes the following bugs:

  • Fix migration error “TypeError: Checklists.foreach” at Snap, Docker etc.

Thanks to GitHub users Jubi94, kestrelhawk and xet7 for their contributions.

v1.09 2018-06-28 Wekan release

This release adds the following new features:

  • Calendar. Click Lists / Swimlanes / Calendar.

and fixes the following bugs:

  • To fix “title is required” fix only add-checklist-items and revert all other migration changes;
  • Restore invitation code logic. Please test and add comment to those invitation code issues that this fixes.

Thanks to GitHub users TNick and xet7 for their contributions.

v1.08 2018-06-27 Wekan release

This release adds the following new features:

  • Add more card inner shadow;
  • Less margin-bottom after minicard;
  • Updated newest node fork binary from Sandstorm to Wekan, see https://releases.wekan.team/node.txt
  • Add Georgian language.

and fixes the following bugs:

  • Fix typo in English translation;
  • Fix vertical align of user avatar initials;
  • Submit inline form on click outside, fixes “You have an unsaved description” doesn’t go away after saving;
  • Fix “Error: title is required” by removing find() from all of migrations.

Thanks to GitHub users pravdomil, xet7 and zypA13510 for their contributions.

v1.07 2018-06-14 Wekan release

This release adds the following new features:

  • Regex for Advanced filter. It aims to solve search in bigger text fields, and using wildcards. A change to translations was made for adding info about regex and escaping characters with \.

Thanks to GitHub users feuerball11 and xet7 for their contributions.

v1.06 2018-06-14 Wekan release

This release fixes the following bugs:

  • Fix CardDetail of Mobile View.

Thanks to GitHub users feuerball11 and xet7 for their contributions.

v1.05 2018-06-14 Wekan release

This release adds the following new features:

  • Markdown support in Custom Fields, and view on minicard;
  • Fixes to Advanced Filter, you are now able to filter for Dropdown and Numbers, also Dropdown are now correctly displayed on minicard.

and fixes the following bugs:

  • Fix data colour changes on cards;
  • Fix for migration error “title is required” and breaking of Standalone and Sandstorm Wekan;
  • Fix Issue with custom fields shown on card;
  • Fix showing public board in list mode;
  • Fix for not able to remove Custom Field "Show on Card";
  • Fix minicardReceivedDate typo in 1.04 regression: Socket connection error and boards not loading.

Thanks to GitHub users feuerball11, Fran-KTA, oec, rjevnikar and xet7 for their contributions.

v1.04 2018-06-12 Wekan release

This release adds the following new features:

  • Add Khmer language;
  • Change label text colour to black for specific label colours for better visibility.

and fixes the following bugs:

  • SECURITY FIX: Do not publish all of people collection. This bug has probably been present since addition of Admin Panel;
  • Modify card covers/mini-cards so that: 1) received date is shown unless there is a start date 2) due date is shown, unless there is an end date.

Thanks to GitHub users rjevnikar and xet7 for their contributions. Thanks to Adrian Genaid for security fix, he’s now added to Hall of Fame. Thanks to translators.

v1.03 2018-06-08 Wekan release

This release adds the following new features:

  • Update to newest Sandstorm fork of Node.js that includes performance etc fixes;
  • Additional label colors. Assigned By and Requested By text fields on card. Delete board from Recycle Bin.

and possibly fixes the following bugs, please test:

  • Try to fix: Missing board-view-lists Field after DB updated to Wekan 1.02.

Thanks to GitHub users JamesLavin, rjevnikar and xet7 for their contributions.

v1.02 2018-05-26 Wekan release

This release fixes the following bugs:

  • Remove binary version of bcrypt because of vulnerability that has issue that is not fixed yet and not yet merged pull request. This may cause some slowdown;
  • Snap: Filtering out swap file created at build time, adding stage package;
  • Fix Received Date and End Date on Cards.

Thanks to GitHub users kubiko, xadagaras and xet7 for their contributions.

v1.01 2018-05-23 Wekan release

This release possibly fixes the following bugs, please test:

  • Possible quickfix for all customFields Import errors, please test.

Thanks to GitHub users feuerball11 and xet7 for their contributions.

v1.00 2018-05-21 Wekan release

This release fixes the following bugs:

  • Typo in English translation: brakets to brackets.

Thanks to GitHub user yarons for contributions.

v0.99 2018-05-21 Wekan release

This release adds the following new features:

  • Advanced Filter for Custom Fields.

Thanks to GitHub users feuerball11 and xet7 for their contributions.

v0.98 2018-05-19 Wekan release

This release adds the following new features:

  • Filtering by Custom Field;
  • Update to NPM 6.0.1 and MongoDB 3.2.20.

Thanks to GitHub users feuerball11 and xet7 for their contributions.

v0.97 2018-05-19 Wekan release

Updated translations.

v0.96 2018-05-19 Wekan release

This release adds the following new features:

  • Custom Fields. Note: Import/Export is not implemented yet.

and fixes the following bugs:

  • Fix: checklistItems broken after upgrade.

Thanks to GitHub users feuerball11, franksiler, papoola and xet7 for their contributions.

v0.95 2018-05-08 Wekan release

This release adds the following new features:

  • REST API Edit Card Labels;
  • Add a new API route to create a new label in a given board;
  • Admin Panel: Option to block username change.

and fixes the following bugs:

  • Error: title is required.

Thanks to GitHub users Shahar-Y, thiagofernando and ThisNeko for their contributions.

v0.94 2018-05-03 Wekan release

This release adds the following new features:

  • REST API POST /cards: allow setting card members.

Thanks to GitHub user couscous3 for contributions.

v0.93 2018-05-02 Wekan release

This release adds the following new features:

  • Checklist items lineheight to 18px, and positioning improvements.

Thanks to GitHub user lichtamberg for contributions.

v0.92 2018-05-01 Wekan release

This release tries to fix the following bugs, please test:

  • Users who register with an invitation code can’t see lists/cards.

Thanks to GitHub user andresmanelli for contributions.

v0.91 2018-05-01 Wekan release

This release fixes the following bugs:

  • Fix Wekan Import / Export lists not being sortable.

Thanks to GitHub user zebby76 for contributions.

v0.90 2018-05-01 Wekan release

This release adds the following new features:

  • Remove space from between checklist items, so longer checklists can be seen at once.

Thanks to GitHub user xet7 for contributions.

v0.89 2018-04-29 Wekan release

This release fixes the following bugs:

  • Fix Wekan import / Export for ChecklistItems.

Thanks to GitHub user zebby76 for contributions.

v0.88 2018-04-27 Wekan release

This release fixes the following bugs:

  • Fix Trello import of ChecklistItems.

Thanks to GitHub user zebby76 for contributions.

v0.87 2018-04-27 Wekan release

This release fixes the following bugs:

  • Sandstorm: Copy Card, Move Card and Copy Checklist Template to Many Cards - No longer works in menu;
  • Snap: Use override-build instead of old deprecated prepare/build/install;
  • Removed not-used plugins part of Caddy download URL.

Thanks to GitHub users kyrofa and xet7 for their contributions.

v0.86 2018-04-20 Wekan release

This release adds the following new features:

  • Updated translations: German and Turkish;
  • Updated Caddy to newest version for Snap.

Thanks to translators and Caddy developers.

v0.85 2018-04-18 Wekan release

This release fixes the following bugs:

  • Fix Switch List/swimlane view only working with admin privileges;
  • Fix Wekan logo positioning;
  • Tried to fix, but fix did not work: Fix checklists items migration error "title is required";
  • Removed paxctl alpine fix #1303 , because it did not work anymore, so Docker container did not build correctly;
  • Use curl to download 100% CPU fibers fixed node in snap, and remove paxctl from snap package.

Thanks to GitHub users andresmanelli, iwkse and xet7 for their contributions.

v0.84 2018-04-16 Wekan release

This release adds the following new features:

  • Add Checklist Items REST API.

and fixes the following bugs:

  • Fix Node Fibers 100% CPU issue;
  • Plus button on a Swimlane row, always add an element on the first row;
  • Fix Checklist REST API;
  • Fix Disabling “show cards count” not possible, now zero means disable;
  • Fix Checklist not copied when copied a card and Copy Checklist Template to Many Cards;
  • Fix Filter cards hides checklist items.

Thanks to GitHub users andresmanelli, kentonv and xet7 for their contributions.

v0.83 2018-04-12 Wekan release

  • Updated translations: Czech and French.

Thanks to translators!

v0.82 2018-04-11 Wekan release

  • Restore original font and font sizes. Admin panel people and version texts to darker.

Thanks to GitHub users apn3a and xet7 for their contributions.

v0.81 2018-04-10 Wekan release

This release adds the following new features:

  • Removed checkbox from checklist name to have more of material design look;
  • Renamed Archives to Recycle Bin;
  • Separate translations for cards in Recycle Bin and cards count;
  • Use lighter and smaller font sizes;
  • Board title as markdown in board view.

and fixes the following bugs:

  • Removed forcing “cards” translations to lowercase in count of cards.

Thanks to GitHub users BruceZCQ, Chartman123, quantazelle and xet7 for their contributions.

v0.80 2018-04-04 Wekan release

This release adds the following new features:

  • Changed icon of checklist name to unchecked;
  • Added meteor packages for security: browser-policy and eluck:accounts-lockout.

Thanks to GitHub users quantazelle and xet7 for their contributions.

v0.79 2018-03-31 Wekan release

This release adds the following new features:

  • Checklist items sort fix, and checklist sort capability;
  • Add Received Date and End Date. Between them is already existing Start and Due Date.

and fixes the following bugs:

  • Fix drag in lists view;
  • Set fixed width for swimlane header.

Thanks to GitHub users andresmanelli, rjevnikar and xet7 for their contributions.

v0.78 2018-03-17 Wekan release

This release adds the following new features:

  • Allow swimlanes reordering;
  • Import missing card fields: isOvertime, startAt and spentTime;
  • Lists view is the default view when creating boards;
  • Enabled import at Sandtorm. Keep there big DANGER warning about data loss bug.;
  • Add language: Armenian.

and fixes the following bugs:

  • Fix lint errors related to sandstorm;
  • Add Swimlanes to globals;
  • Fix lint errors related to trello creator;
  • Fix lint errors related to language names;
  • Avoid swimlane title overlap;
  • Fix scrollbar inside list and outer scroll;
  • Remove list max-height 350px;
  • Snap: Adding network hooks for configure hook to fix security denials;
  • Snap: Fixing problem when mongodb was not started at install/refresh;
  • Fix Add Card Button dissapearing when dragging;
  • Fix Scrollbar near top of screen when using internet explorer on Win7;
  • Fix scroll when dragging elements. Remove scrollbars from swimlanes.;
  • Partial fix for scroll bar inside cardDetails;
  • Fix swimlane header rotation on Google Chrome. After this change both Firefox 58 and Google Chrome 64 have properly rotated swimlane header.;
  • Fix card copy and move with swimlanes.
  • Fix scroll board when opening cardDetails;
  • Fix swimlane info not displayed in activities;
  • Fix sandstorm default swimlane creation;
  • Extend lists to bottom of frame in lists view;
  • Fix drag and drop issues when re-enter board.

Thanks to GitHub users andresmanelli, GhassenRjab, kubiko, lumatijev, lunatic4ever and xet7 for their contributions.

v0.77 2018-02-23 Wekan release

This release adds the following new features:

  • Search from card titles and descriptions on this board.
  • Add Bulgarian language.

and adds the following Snap updates:

  • Cleanup of snap helper scripts
  • Cleanup and snapctl settings handling
  • Fix for snap store auto review refusal
  • Adding support for automatic restart of services when setting(s) are changed. No need to call systemctl restart anymore
  • Fixing snap set functionality
  • Adding optional caddy service support (by default caddy service is disabled), it can be enabled by calling: snap set wekan caddy-enabled=true
  • Service life cycle improvements
  • Wekan help text changes and tweaks.

and fixes the following bugs:

  • Fix: card-shadow no longer covered the page if you scroll down.

Thanks to GitHub users GhassenRjab, kubiko and stefano-pogliani for their contributions.

v0.76 2018-02-21 Wekan release

This release adds the following new features:

  • Add swimlaneId to POST /api/boards/:boardId/lists/:listId/cards route;
  • Added path to capnp.js to make Wekan work on Sandstorm.

Known bugs:

  • Disabled Import temporarily on Sandstorm because of data loss bug;
  • Swimlane not visible at Sandstorm.

Thanks to GitHub users couscous3 and xet7 for their contributions.

v0.75 2018-02-16 Wekan release

This release adds the following new features:

  • Checklist templates;
  • Added Finnish language changelog and more Finnish traslations to Sandstorm.

Thanks to GitHub users erikturk and xet7 for their contributions.

v0.74 2018-02-13 Wekan release

This release fixes the following bugs:

  • Remove Emoji support, so MAC addresses etc show correctly. NOTE: You can still add Unicode Emojis, this only removes broken autoconversion to Emojis.

Thanks to GitHub user xet7 for contributions.

v0.73 2018-02-08 Wekan release

This release fixes the following bugs:

  • Fix Ubuntu snap build.

Thanks to GitHub user kubiko for contributions.

v0.72 2018-02-07 Wekan release

This release fixes the following bugs:

  • Fix card sorting;
  • Fix import Trello board without swimlanes;
  • Fix swimlane move parameters.

Thanks to GitHub users andresmanelli and ViViDboarder for their contributions.

v0.71 2018-02-03 Wekan release

This release fixes the following bugs:

  • Fix Welcome board is not editable: Added default swimlane to Welcome board;
  • Fix Import Wekan board with swimlanes.

Thanks to GitHub user andresmanelli for contributions.

v0.70 2018-02-02 Wekan release

This release adds the following new features:

  • Add ability to edit swimlane name;
  • Add swimlane popup menu and archive icon.

and fixes the following bugs:

  • Two empty columns in swimlane view.

Thanks to GitHub user andresmanelli for contributions.

v0.69 2018-02-01 Wekan release

This release fixes the following bugs:

  • Fix swimlanes card details bug;
  • Workaround to avoid swimlanes drag bug;
  • Fix swimlanes details view in lists only mode.
  • Fix typo in issue template.

Thanks to GitHub users andresmanelli and d-Rickyy-b for their contributions.

v0.68 2018-01-30 Wekan release

This release fixes the following bugs:

  • Partial fix: Trello board import fails because of missing "Swimlane id", still needs some work.

Thanks to GitHub user xet7 for contributions.

v0.67 2018-01-28 Wekan release

This release fixes the following bugs:

  • Fix Igbo language name at menu.

Thanks to GitHub user xet7 for contributions.

v0.66 2018-01-28 Wekan release

This release fixes the following bugs:

  • Fix Dockerfile for Debian.

Thanks to GitHub user soohwa for contributions.

v0.65 2018-01-28 Wekan release

This release adds the following new features:

  • Swimlanes, part 1;
  • Added new language: Igbo.

Thanks to GitHub user andresmanelli for contributions.

v0.64 2018-01-22 Wekan release

This release adds the following new features:

  • Different icons for start and due date.
  • Added new languages: Mongolian and Portuguese;
  • Upgraded to Meteor 1.6.0.1, Node 8.9.3, NPM 5.5.1 and fibers 2.0.0.

and fixes the following bugs:

  • Fix for dragging into scrolled-down list.
  • Fix double slash bug on snap.

Thanks to GitHub users dpoznyak, mmarschall and xet7 for their contributions.

v0.63 2017-12-20 Wekan release

This release adds the following new features:

  • Auto update card cover with new image uploaded via drag&drop;
  • Update to Node 4.8.7.

Thanks to GitHub users thuanpq and xet7 for their contributions.

v0.62 2017-12-12 Wekan release

This release fixes the following bugs:

  • Added missing packages to build script.

Thanks to GitHub user xet7 for contributions.

v0.61 2017-12-12 Wekan release

This release adds the following new features:

  • Change password of any user in Standalone Wekan Admin Panel;
  • Performance optimization: Move more global subscriptions to template subscription;
  • Auto update card cover with latest uploaded image attachment;
  • Always display attachment section for uploading file quickly;
  • Make it easier to see the Add Card button at top of list;
  • Add mixmax:smart-disconnect to lower CPU usage when browser tab is not selected;
  • Update tranlations. Add Latvian language;
  • Update to Node 4.8.6 and MongoDB 3.2.18.

and fixes the following bugs:

  • Bug on not being able to see Admin Panel if not having access to Board List;
  • Bug on not able to see member avatar on sidebar activity;
  • Don’t open swipebox on update card cover / download file / delete file;
  • Boards subscription should be placed at header for all other component can be used;
  • Bug on long url of attachment in card activity log.

Thanks to GitHub users mfshiu, thuanpq and xet7 for their contributions. Thanks to translators for their translations.

v0.60 2017-11-29 Wekan release

This release adds the following new features:

  • Add SMTP test email button to Standalone Wekan Admin Panel;
  • Optimize for mobile web, show single list per page with navigate bar.

and fixes the following bugs:

  • User with comment only permissions can remove another user from a card;
  • Frequent Subscriptions problem that make Excessive CPU usage.

Thanks to GitHub users floatinghotpot, mfshiu and nztqa for their contributions.

v0.59 2017-11-23 Wekan release.

This release fixes the following bugs:

  • Remove incomplete logger fix.

Thanks to GitHub user pierreozoux for contributions.

v0.58 2017-11-23 Wekan release

This release adds the following new features:

  • Updated translations.

Thanks to all translators.

v0.57 2017-11-23 Wekan release

This release adds the following new features:

  • Gogs Integration as separate project. Please test and submit issues and pull requests to that project.

and fixes the following bugs:

  • Fix Winston logger.

Thanks to GitHub users andresmanelli and pierreozoux for their contributions.

v0.56 2017-11-21 Wekan release

This release adds the following new features:

  • Copy/Move cards to other board in Standalone Wekan;
  • Spent time/Overtime on card;
  • New translation: Greek.

and fixes the following bugs:

  • Board list with long-description boards not visible;
  • Remove erroneous minicard title whitespace; * Fix title editing with shift key at card details.

Thanks to GitHub users couscous3, GhassenRjab, thuanpq and xet7 for their contributions.

v0.55 2017-11-19 Wekan release

This release adds the following new features:

  • Markdown in card/minicard/checlist titles and checklist items. Next line: Shift+Enter. Submit: Enter.;
  • User Admin to Admin Panel: List users. Change: is user admin, name, fullname, email address, is user active. Not changing password yet.;
  • REST API better error output.

and fixes the following bugs:

  • Emoji detection breaks MAC addresses; - this has not yet fixed all cases.
  • Codeblocks should not be scanned for emoji;
  • Whitespace trimming breaks Markdown code block indentation:
  • Helper to list boards for user;
  • Error after sending invitation and joining board: Exception while invoking method ‘login’ TypeError: Cannot read property ‘loginDisabled’ of undefined;
  • Invitation /sign-up page did not show input for invitation code.

Thanks to Github users brooksbecton, milesibastos, nztqa, soohwa, thuanpq and xet7 for their contributions.

v0.54 2017-11-02 Wekan release

This release adds the following new features:

  • Soft WIP Limit.

Thanks to GitHub users amadilsons and xet7 for their contributions.

v0.53 2017-11-02 Wekan release

(This was canceled, it had some missing version numbers).

v0.52 2017-10-31 Wekan release

This release adds the following new features:

  • Permit editing WIP limit;
  • Image attachment resize on smaller screens and swipebox;
  • Add iPhone favicon for Wekan.

and fixes the following bugs:

  • Members do not get included on board import from Wekan.

Thanks to GitHub users brooksbecton, guillaumebriday, nztqa, ocdtrekkie and Tentoe for their contributions.

v0.51 2017-10-25 Wekan release

This release adds the following new features:

  • REST API: Disable and enable user login. Take ownership boards of a user. List boards of user.;
  • Add translation: Spanish of Argentina;
  • Add more languages to Roboto font.

and fixes the following bugs:

  • Segfault on Alpine Linux;
  • Change invitation link from sign-in to sign-up;
  • User with comment only permission can add cards.

Thanks to GitHub users chromas-cro, soohwa, wenerme and xet7 for their contributions.

v0.50 2017-10-10 Wekan release

This release fixes the following bugs:

  • Fix and update translations.

Thanks to GitHub user xet7 for contributions.

v0.49 2017-10-09 Wekan release

This release fixes the following bugs:

  • When WIP limit in use, hide also add card + button at top of list.

Thanks to GitHub user xet7 for contributions.

v0.48 2017-10-09 Wekan release

This release adds the following new features:

  • WIP Limits;
  • REST API: Create user despite disabling registration;
  • User can leave board on Standalone Wekan.

and fixes the following bugs:

  • Admin announcement can be viewed without signing in.

Thanks to GitHub users amadilsons, nztqa and soohwa for their contributions.

v0.47 2017-10-04 Wekan release

This release adds the following new features:

  • Use theme color for Slider for Comments only.

Thanks to GitHub user nztqa for contributions.

v0.46 2017-10-03 Wekan release

This release adds the following new features:

  • Webhook parameters and response order.

and fixes the following bugs:

  • SECURITY FIX: Meteor allow/deny fixed here;
  • Fix: Slider for Comments only does not work correctly with over 21 activities.

Thanks to GitHub users andresmanelli and nztqa for their contributions.

v0.45 2017-10-01 Wekan release

This release adds the following new features:

  • Slider for Comments only in activity feed;
  • Site Wide Announcement.

and fixes the following bugs:

  • Data inconsistency when copying card. Note: There is no feature for copying card attachment yet;
  • Hide create label from normal users, because only board admin can create labels.

Thanks to GitHub user nztqa for contributions.

v0.44 2017-09-30 Wekan release

This release adds the following new features:

  • Confirm popup appears before Checklist Delete.

and fixes the following bugs:

  • Fix errors when importing from Trello.

Thanks to GitHub users amadilsons and GhassenRjab for their contributions.

v0.43 2017-09-25 Wekan release

This release fixes the following bugs:

  • Add emojis back, because removing them broke local dev Sandstorm.

Thanks to GitHub user xet7 for contributions.

v0.42 2017-09-25 Wekan release

This release fixes the following bugs:

  • Remove emoji support, because it breaks MAC addresses, urls, code etc.

Thanks to GitHub user xet7 for contributions.

v0.41 2017-09-25 Wekan release

This release fixes the following bugs:

  • Can’t create user and login after install. Reverting REST API: Create user despite disabling registration.

Thanks to GitHub user xet7 for contributions.

v0.40 2017-09-25 Wekan release

This release adds the following new features:

  • Add translations (en/de/fi) for email notifications regarding checklists and checklist items;
  • Added plus button to add card on top of the list;
  • REST API: Create user despite disabling registration.

and fixes the following bugs:

  • Checklist items are lost when moving items to another checklist;
  • Keep state of checklist items when moved to another checklist.

Thanks to GitHub users GhassenRjab, mario-orlicky, soohwa, umbertooo and xet7 for their contributions.

v0.39 2017-09-18 Wekan release

This release adds the following new features:

  • Import checklist sort attributes from Wekan and Trello.

Thanks to GitHub user GhassenRjab for contributions.

v0.38 2017-09-14 Wekan release

This release adds the following new features:

  • Reorder checklists. Move checklist item to another checklist.;
  • Card title is now pre-filled in copy card dialog.

Thanks to GitHub user frmwrk123 for contributions.

v0.37 2017-09-09 Wekan release

This release adds the following new features:

  • Copy card within one board.

Thanks to GitHub user frmwrk123 for contributions.

v0.36 2017-09-02 Wekan release

This release adds the following new features:

  • Import attachments related activities from Wekan and Trello.

Thanks to GitHub user GhassenRjab for contributions.

v0.35 2017-09-02 Wekan release

This release adds the following new features:

  • Add more than one Outgoing Webhook.

and fixes the following bugs:

  • Fix errors caused by checklist items activities.

Thanks to GitHub users andresmanelli, GhassenRjab and nztqa for contributions.

v0.34 2017-08-30 Wekan release

This release adds the following new features:

  • Import Trello and Wekan board times of creation of activities;
  • Newest Wekan is available at Sandstorm App Market.

Known issues:

  • Attachment creation times are not imported to Trello and Wekan.
    • This is fixed in v0.36.

Thanks to GitHub user GhassenRjab for contributions.

v0.33 2017-08-29 Wekan release

This release adds the following new features:

  • Add Bounties and Commercial Support to wiki;
  • Add display Wekan version number and runtime environment to Admin Panel;
  • Change Email address;
  • Ubuntu snap: Use version scriptlet;
  • Gogs integration part 1;
  • Add web manifest so Wekan can be used like standalone app on Desktop with Chrome or Firefox;
  • Copy card link to clipboard;
  • Usernames can now include dots (.).

and fixes the following bugs:

  • Fix Squeezed tickbox in Card;
  • Percent-encode SMTP password to prevent URI malformed errors;
  • Fix Wekan Import Export on Standalone and Sandstorm.

Thanks to GitHub users andresmanelli, danhawkes, GhassenRjab, jonasob, kubiko, nztqa, pkuhner and xet7 for their contributions.

v0.32 2017-07-30 Wekan release

This release adds the following new features:

  • Add dwrensha’s Sandstorm patch to Wekan so it does not need to be maintained separately.

and fixes the following bugs:

  • FIX SECURITY ISSUE Files accessible without authentication;
  • Fix showing card activity history in IE11.

Thanks to GitHub users dwrensha, GhassenRjab and nztqa for their contributions.

v0.31 2017-07-30 Wekan release

  • This was broken, having lint errors.

v0.30 2017-07-27 Wekan release

SECURITY ISSUE Files accessible without authentication IS NOT FIXED YET.

This release adds the following new features:

  • More screenshots at Features page;
  • Export and import boards in Sandstorm;
  • GitHub Issue template;
  • Add checklist items to activity log.

and fixes the following bugs:

  • Double shashes on ROOT_URL.

Thanks to GitHub users GhassenRjab, nztqa and xet7 for their contributions.

v0.29 2017-07-21 Wekan release

SECURITY ISSUE Files accessible without authentication IS NOT FIXED YET.

This release adds the following new features:

  • Export and import attachments as base64 encoded files;
  • Export and import checklists.

and fixes the following bugs:

  • Activity user messed up when creating a card using the REST-API.

Thanks to GitHub users GhassenRjab and zarnifoulette for their contributions.

v0.28 2017-07-15 Wekan release

SECURITY ISSUE Files accessible without authentication IS NOT FIXED YET.

This release adds the following new features:

  • REST API: Add PUT method to update a card and related fix;
  • When finished input of checklist item, open new checklist item;
  • Improve UI design of checklist items;
  • Import Wekan board;
  • Outgoing Webhooks;
  • Wekan wiki now has menu with categories.

and fixes the following bugs:

  • SECURITY: Upgrade Node.js, MongoDB and Debian on Docker and Ubuntu snap edge;
  • Possible to add empty item to checklist;
  • Double-slash issue;
  • Node.js crash when adding new user to board.

Thanks to GitHub users GhassenRjab, johnleeming, jtickle, nztqa, xet7 and zarnifoulette for their contributions.

v0.27 2017-06-28 Wekan release

This release adds the following new features:

  • Snapcraft build support from source.

and fixes the following bugs:

  • Fix incorrect attachment link with subfolder in the url;
  • Fix link to card;
  • Fix duplicate id generation.

Thanks to GitHub users kubiko and nztqa for their contributions.

v0.26 2017-06-26 Wekan release

This release fixes the following bugs:

  • Fix admin panel route for subfolder;
  • Fix i18n route for subfolder.

Thanks to GitHub user nztqa for contributions.

v0.25 2017-06-24 Wekan release

This release adds the following new features:

  • Import due date from Trello.

and fixes the following bugs:

  • Fix importing Trello board: Attribute correct members to their comments;
  • Fix Case-sensitive email handling;
  • Use fibers 1.0.15 because 2.0.0 is broken;
  • Remove git submodules, so that git clone of Wekan repo works now on Windows.

Thanks to GitHub users GhassenRjab, nztqa and xet7 for their contributions.

v0.24 2017-06-21 Wekan release

This release adds the following new features:

  • Change the way to delete a list (card-like), fixes missing undo button;
  • When deleting list, delete list’s cards too;
  • Re-enable Export Wekan Board;
  • Sort languages by their translated names;
  • Add Breton language name.

and fixes the following bugs:

  • Fix Admin Panel link available to all users, only link is hidden;
  • Fix IE 11 drag board to scroll;
  • Fix Export Wekan board;
  • Fix “W” shortcut binding;
  • Fix login url in invitation email;
  • Edit card description with invalid markdown;
  • Fix filter reset on moving between starred boards.

Thanks to GitHub users BaobabCoder, GhassenRjab, nebulade, nztqa and xet7 for their contributions.

v0.23 2017-05-21 Wekan release

This release adds the following new features:

  • Add checklist and card comment to REST API;
  • Add token authentication to REST API, this fixes Security flaws introduced by REST API;
  • Authorization improvements etc to REST API;
  • IE 11 support in unicode filename downloads.

and fixes the following bugs:

  • When Wekan starts, there’s “here1 false” messages in console;
  • IE11 problem when closing cards, sidebar etc.

Thanks to GitHub users huneau, mayjs and nztqa for their contributions.

v0.22 2017-05-07 Wekan release

This release fixes the following bugs:

  • Download file(unicode filename) cause crash with exception

Thanks to GitHub user yatusiter for contributions.

v0.21 2017-05-07 Wekan release

Known bugs:

  • #784

This release fixes the following bugs:

  • Update release version number to package.json.

Thanks to GitHub user xet7 for contributions.

v0.20 2017-05-07 Wekan release

Known bugs:

  • #784

This release fixes the following bugs:

  • Docker images missing latest Debian updates.

Thanks to GitHub user xet7 for contributions.

v0.19 2017-05-06 Wekan release

Known bugs:

  • #784

This release adds the following new features:

  • Set first user as admin, it there is no existing users and Wekan is not running at Sandstorm;
  • New Docker Compose Wekan-MongoDB and Wekan-PostgreSQL that use Meteor v1.4 and Node v4 based Wekan’s meteor-1.4 branch;
  • Console, file, and zulip logger on database changes;
  • REST API first step;
  • Install from source has been updated to new meteor 1.4 version;
  • meteor-1.4 branch has been merged to devel and master branches, where development continues from now on. Previous code has been moved to meteor-1.3-2017-04-27 branch;
  • VirtualBox image updated.

and fixes the following bugs:

  • isCommentOnly false fix for Trello import;
  • Node version to 4.8.1 to solve 100% CPU issue;
  • Fix bson error on Docker and install from source;
  • Try other key servers on Dockerfile if ha.pool.sks-keyservers.net is unreachable.

Thanks to GitHub users brylie, huneau, johnniesong, rhelsing, stephenmoloney, xet7 and Zokormazo for contributions.

v0.18 2017-04-02 Wekan release

Known bugs:

  • #784

This release adds the following new features:

  • Add TLS toggle option to smtp configuration;
  • Comment permissions;
  • Add bigger screenshots for Sandstorm.

and fixes the following bugs:

  • Fix email settings loading: MAIL_URL was overriden with database info all the time. Now if MAIL_URL exists is not overwritten and if neither MAIL_URL nor exists valid admin panel data MAIL_URL is not set. MAIL_FROM was ignored. Same behaviour, env variable has bigger priority than database configuration. On both cases, althought environment variable is set, updating admin-panel mail settings will load new info and ignore the environment variable;
  • Dockerfile fix for local packages;
  • Don’t send emails if missing smtp host;
  • Remove invitation code if email sending failed;
  • Show customized error msg while invitation code is wrong during registration;
  • Fix “internal error” while registration is done;
  • Fix “cannot access disableRegistration of undefined” error;
  • Add high available server for getting the gpg keys - suppose it should lead to fewer failures on getting the gpg keys leading to some rare build failures;
  • Add a docker build to the .travis.yml - this will help determine if pull requests need further review before merging into devel;
  • Use navigator language by default instead of English.

Thanks to GitHub users JamborJan, lkisme, rhelsing, Serubin, stephenmoloney, umbertooo and Zokormazo for their contributions.

v0.17 2017-03-25 Wekan release

Known bugs:

  • #784

This release fixes the following bugs:

  • Double slash problem on card pop-ups;
  • No need for Array.prototype if using rest operator;
  • Fix default font so Chinese is shown correctly. Still looking for better solution for #914 although commit had wrong number #707.

Thanks to GitHub users mo-han, Serubin and vuxor for their contributions.

v0.16 2017-03-15 Wekan release

Added missing changelog updates.

v0.15 2017-03-15 Wekan release

Updated translations.

v0.14 2017-03-15 Wekan release

Known bugs:

  • #785
  • #784

This release fixes the following bug:

  • Set IE compatibility mode to Edge to so that Wekan board loads correctly.

Thanks to GitHub users immertroll and REJack for their contributions.

v0.13 2017-03-12 Wekan release

Known bugs:

  • #785
  • #784

This release fixes the following bug:

  • Admin Panel: Set mail-from to environment immediately after changed, allow user set a blank username and password pair in SMTP setting.

Thanks to GitHub user lkisme for contributions.

v0.12 2017-03-05 Wekan release

Known bugs:

  • #785
  • #784

This release adds the following new features:

  • Import Checklists from Trello;
  • Simplified release numbers of Wekan.

Thanks to GitHub users whodafly and xet7 for their contributions.

v0.11.1-rc2 2017-03-05 Wekan prerelease

Known bugs:

  • #785
  • #784

This release adds the following supported platforms:

  • Docker environment for Wekan development;
  • Wekan <=> MongoDB <=> ToroDB => PostgreSQL read-only mirroring for SQL access with any programming language or Office package that has PostgreSQL support, like newest LibreOffice 3.5;
  • Install from source on Windows.

and adds the following new features:

  • Admin Panel:

    1. Disable Self-Registration and invite users
    2. SMTP settings.

    Adding Admin user in mongo cli:

    1. Use database that has wekan data, for example: use admin;
    2. Add Admin rights to some Wekan username: db.users.update({username:’admin-username-here’},{$set:{isAdmin:true}}) Hiding Admin panel by removing Admin rights: use admin; db.settings.remove({});
  • Make Due Date layout nicer on minicard;
  • Added tooltip for board menu and sidebar buttons;
  • Wekan database cleanup script;
  • Daily export script of Wekan changes as JSON to Logstash and ElasticSearch / Kibana (ELK);
  • Wekan stats script.

and fixes the following bugs:

  • Dockerfile was missing EXPOSE $PORT;
  • Bug when removing user from board that generate activity for all cards of the board. Add check before user is one owner of the card before adding activity;
  • All new boards are automatically starred. Fixed to only star header-bar new-boards;
  • Orphan documents were created when cards were deleted;
  • Improve Wekan performance by adding indexes to MongoDB;
  • Invite user with lower case email;
  • Typos.

Thanks to GitHub users eemeli, entrptaher, fmonthel, jLouzado, lkisme, maulal, pra85, vuxor, whittssg2 and xet7 for their contributions.

v0.11.1-rc1 2017-02-10 Wekan prerelease

2017-01-29 mquandalle gave Wekan access to xet7, so at 2017-01-31 xet7 started merging Wefork back to Wekan. At 2017-02-03 all Wefork code and pull requests are now merged back to Wekan.

Known bugs:

  • #785
  • #784

This release adds the following supported platforms:

  • Docker;
  • Docker on SLES12SP1;
  • Install from source.

and adds the following new features:

  • Checklists;
  • Remove a list;
  • Admin of board can leave board if he/she is not last admin in the board;
  • Shortcuts popup, link to it on bottom right corner;
  • Links are now underlined and change link color on hover;
  • Added YuGothic and Meiryo fonts to show non-English text correctly.

and fixes the following bugs:

  • Update xss to v0.3.3;
  • Typos in boards.js and boardHeader.js;
  • Build warning in jade template;
  • New MongoDB version breaks uploading files and avatars, so using older version;
  • Tweaked .gitignore to exclude .build/*;
  • Fix executeUpTo label when dragging cards, popup was not in the predefined hierarchy.

and adds the following new documentation:

  • Developer Documentation;
  • Docker;
  • and others.

Thanks to GitHub users AlexanderR, BaobabCoder, jLouzado, kamijin-fanta, lkisme, mario-orlicky, martingabelmann, mquandalle, stephenmoloney, umbertooo, xet7 and qge for their contributions.

v0.11.0 2016-12-16 Wekan fork first release

This release adds the following new features:

  • Start- and Duedate for cards;
  • Allow IE 11 to work;
  • Option to hide system messages in the card;
  • Option to setup minimum limit to show cards count for each list in board;
  • Option ‘filter by empty’ to filter by cards by ‘no member’ and ‘no label’ properties;
  • Speedup: Added MongoDB index on CardId into Comments collection.
  • Translation updates

and fixes the following bugs:

  • Sandstorm: username handling, restore identity, eslint regressions, board not found;
  • Failure to load when navigator.language is Chinese or Finnish;
  • Hover background for labels in filter sidebar. Now correctly centered;
  • Display message when user wants to choose existing username;
  • Client sometimes fails to receive current user’s profile;
  • Old users could see broken presence indicators on new users.

Thanks to GitHub users dwrencha, fmonthel, mario-orlicky, pierreozoux, shoetten, and xet7 for their contributions.

v0.11.0-rc2 2016-07-21

This release adds the following new features:

  • Notification system with email notifications of the changes in a board, a list or on a card;
  • Show the exact time when hovering the activity time;
  • Allow to edit more easily longer card titles by resizing the input box;
  • Add shortcuts to move cards to the top or the bottom of a list;
  • Add a warning indicator when the application is offline;
  • A new log-in button on the public board view to sign in, even if the board is published;
  • New link to the keyboard shortcuts in the board sidebar;

and fixes the following bugs:

  • Fix the syntax of the docker-compose.yml;
  • Use the correct pluralization of emoji;
  • Only publish required user data and keep the hashed passwords confidential;
  • Fix the generation and alignment of the initials avatars;
  • Fix the “welcome board” feature;
  • Only display the buttons in the board header, if the data is available and the user is able to use it;
  • Fix the scaling of cover images;
  • Fix bugs on Internet Explorer v11 that blocked card creation and activity feed visualization.

Thanks to GitHub users alayek, AlexanderS, choclin, floatinghotpot, ForNeVeR, PeterDaveHello, seschwar, and TheElf for their contributions.

v0.10.1 2015-12-30

This patch release fixes two bugs on Sandstorm:

  • Drag and drop was broken;
  • Avatars weren’t working.

v0.10 2015-12-22

This release features:

  • Trello boards importation, including card history, assigned members, labels, comments, and attachments;
  • Invite new users to a board using an email address;
  • Autocompletion in the minicard editor. Start with @ to start a board member autocompletion, or # for a label;
  • Improve the user interface on small screens so that Wekan could be used on the mobile web;
  • Accelerate the initial page rendering by sending the data on the initial HTTP response instead of waiting for the DDP connection to open;
  • Support images attachments copy pasting;
  • On Sandstorm, expose the Wekan grain title and URL to the Sandstorm shell;
  • Support Wekan deployment under a sub-path of a domain name.

New languages supported: Arabic, Catalan, Italian, and Russian.

Thanks to GitHub users AlexanderS, fisle, floatinghotpot, FuzzyWuzzie, mnutt, ndarilek, SirCmpwn, and xavierpriour for their contributions.

v0.9 2015-09-10

This release is a large re-write of the previous code base. This release marks the beginning of our new user interface and continues to improve the overall performance and security. It also features the following improvements:

  • A new user account system, including the possibility to reset a forgotten password, to change the password, or to enable email confirmation (all of which were previously impossible);
  • Avatar customization, including the possibility to upload images and to choose one from Gravatar or the user initials (on Sandstorm we use the avatar exposed by Sandstorm);
  • Cards multi-selection to facilitate batch actions such as moving all the cards of selection, or attaching a label or a member to them;
  • Automatic drafts saving synced with the server;
  • Keyboard navigation, press ? to read the list of available shortcuts;
  • The possibility to restore archived boards, lists, and cards.

Starting from this release we will also distribute official docker images on both the GitHub release page and on the DockerHub. We also configured Heroku one-click install and improved Sandstorm integration with the integration of its build-in sharing model.

New languages supported: Chinese, Finnish, Spanish, Korean, and Russian.

Special thanks to GitHub users ePirat, nata-goddanti, ocdtrekkie, and others who have supportive during this traversée du desert, and to neynah for the Wekan icons.

v0.8

This release continues the implementation of basic features of a “kanban” software, especially:

  • Basic card attachments. If the attached file is an image we generate and display a thumbnail that can be used as a card “cover” (visible in the board general view);
  • User names mentions and auto-completion in card description and comments (though we don’t have any notification system for now, making this feature a less useful that it should);
  • Filter views, current filtering options are based on labels and assigned members;
  • Labels creation and suppression at the board level (previously we had a fixed list of labels);
  • Customization of the board background color.

This release is also the first one to introduce localization of the user interface.

New languages supported: French, German, Japanese, Portuguese, and Turkish.

v0.7.1

This release fixes the following bugs:

  • Unexpected lost of the card sorting on the server side;
  • Fix a bug during board creation;
  • Focus the new list form if the board is empty.

v0.7

This release starts the transition from a toy project to something useful. Along with some security and performance improvements (for instance, opening a card used to take a long time because it was re-generated the entire DOM whereas only the popover was new). New features includes:

  • Add and remove labels to cards;
  • Assign and unassign members to cards;
  • Archive cards (though restoration is not yet possible);
  • Board stars;
  • Markdown and emoji support in comments and card description;
  • Emoji auto-completion in the text editor;
  • Some keyboard shortcuts (eg Ctrl+Enter to submit a multi-line input).

We also introduced basic support for the Sandstorm platform, and distribute a spk (Sandstorm PacKage) for this release and subsequent.

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907