Wekan - Package updates
Pinned
Wekan
-
[4.43.0]
- Update Wekan to 7.15
- Full changelog
- Fix missing profile/avatar pictures.
- Commented out links at My Cards Table, because they unexpectly caused to go elsewhere from current view.
-
[4.43.1]
- Update Wekan to 7.17
- Full changelog
- Fix move card rule on checklist complete doesn't work, with ReactiveMiniMongoIndex for Server-Side
-
[4.43.2]
- Update Wekan to 7.18
- Full changelog
- Added restore list and changing list title to outgoing webhooks. Thanks to gustavengstrom.
-
[4.43.3]
- Update Wekan to 7.19
- Full changelog
- Updated swimlane (restore and changed title) and board (changed title) webhooks. Thanks to gustavengstrom.
- Permissions for default board after OIDC/OAuth2 login.
-
[4.43.4]
- Update Wekan to 7.21
- Full changelog
- Added standard for public code assessment.
- Upgraded to Meteor 2.14-beta.4.
- Updated dependencies.
-
[4.43.5]
- Update Wekan to 7.22
- Full changelog
- At right sidebar, moved Minicard Settings to Card Settings popup.
- New feature: Sidebar / Card Settings / Creator at minicard.
-
[4.43.6]
- Update Wekan to 7.23
- Full changelog
- Updated security.md about mitm. Thanks to xet7.
- Upgraded to Meteor 2.14-rc.3. Thanks to Meteor developers.
- Updated dependencies.
-
[4.43.7]
- Update Wekan to 7.24
- Full changelog
- Azure AD B2C login using OAuth2.
- Upgrade to Meteor 2.14.
-
[4.43.8]
- Update Wekan to 7.25
- Full changelog
- Updated percolate:synced-cron.
- Updated dependencies.
- Translations: Added German (Germany) (de_DE) and Odia (India) (or_IN).
- Fix: Export HTML popup.
-
[4.43.9]
- Update Wekan to 7.26
- Full changelog
- Fix some public board buttons.
-
[4.43.10]
- Update Wekan to 7.27
- Full changelog
- Fix missing maximize card.
-
[4.43.11]
- Update Wekan to 7.28
- Full changelog
- Added archive option to of Wekan API.
-
[4.43.12]
- Update Wekan to 7.29
- Full changelog
- Removed markdown-it-mathjax3.
- Updated to Meteor 2.14.1-beta.0
-
[4.43.13]
- Update Wekan to 7.30
- Full changelog
-
[4.44.0]
- Update Wekan to 7.31
- Full changelog
- api.py: Added getcard and cardsbyswimlane.
- api.py: Add card with label and add a label to a card.
- api.py: Fix BoardID to SwimlaneID in cardsbyswimlane.
- boards.js: New update board title function for API.
- api.py: EDIT BOARD TITLE.
-
[4.44.1]
- Update Wekan to 7.32
- Full changelog
- api.py: Added create label.
- api.py: Edit card color.
- api.py: Add checklist with multiple items also or just title.
- api.py: Delete all cards. Will delete all cards from Swimlanes automatically, will retrieve automatically all list id and delete everything.
- cards.js: Added a control to check error if card is not updated.
- Shortcut a to filter by assignees.
- Fixed Error 500 when adding user to a board and multiple same avatar icons by reverting back from Meteor 2.15 to 2.14.
-
[4.44.2]
- Update Wekan to 7.33
- Full changelog
- Updated docs for previous version of WeKan.
- OpenAPI: Fix breakage introduced with blank return.
-
[4.44.3]
- Update Wekan to 7.34
- Full changelog
- Updated translations
-
[4.44.4]
- Update Wekan to 7.35
- Full changelog
- Added back Mathjax that has bug of showing math twice.
-
[4.44.5]
- Update Wekan to 7.36
- Full changelog
- api.py: checklistid, checklistinfo,
get_list_cards_count
andget_board_cards_count
. Thanks to xator91. - Fixed Card image cover should be margin-top:6px since hamburger menu and due date at the top. Thanks to e-gaulue and xet7.
- Try to fix API get cards wrong order. Please test. Thanks to mohammadZahedian, xator91 and xet7.