Wekan - Package updates
Pinned
Wekan
-
[4.7.8]
- Update Wekan to 4.62
- Treat unknown attachment types as binary on board import/clone.
- Fix Move card from a board to another does not work anymore.
- Add some permission code, to see does it fix something.
- Fix delete board button not visible.
- Board: When removing member from board, remove also from assignees.
- Admin Panel/People:
-
- Allow edit user that does not have email address.
-
- When creating new user, require username and email address, and save also fullname.
-
- Some in progress code for deleting user, that does not work correctly yet, so deleting user is not enabled yet.
-
[4.9.0]
- Update Wekan to 4.75
- Full changelog
- Contains 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.
- Upgrade to Meteor 1.12.1.
-
[4.9.4]
- Update Wekan to 4.81
- Global Search: Use translated color names.
- Use table-cell instead of inline-block in my-cards-list-wrapper CSS.
- Update dependencies.
- Fixed Linked card makes board not load when CustomField definition is undefined.
- At Search All Cards, now it's possible to click found card to open it.
- Fixed: Linked card makes board not load.
-
[4.9.6]
- Update Wekan to 4.85
- Option to add custom field to all cards.
- Added checkbox as an option to custom field create dialog.
- Display My Cards lists using inline-grid.
- Added board title link and background color to My Cards.
- Use simple border at My Cards.
- WIP Limit: Limited number of cards highlighting to true overbooking.
- Revert table-cell back to inline-block at my-cards-list-wrapper.
- Fix for search operators with uppercase letters.
- Boards.copyTitle - escape string used in regex.
- Bug fix: import regex escape function.
- 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.
- Fixed Upper/lowercase errors in some languages due to .toLowerCase.
- Tried to fix possible prototype pollution reported by Deepcode.ai.
- Disable some logs that are not needed anymore.
- Rules not copied during board copy.