mirror of
https://github.com/plankanban/planka.git
synced 2025-12-06 09:13:16 +03:00
-
released this
2025-05-28 00:37:47 +03:00 | 208 commits to master since this releaseA Few Things to Mention
- In the first version of the Upgrade to v2 documentation, we forgot to mention that the
TRUST_PROXYenvironment variable needs to be set correctly. You can read more about it here. - We've added more details to the license and the guide - things should now be clearer and more accurate.
How to Upgrade From
v1.26.2Please follow the official upgrade guide in our documentation.
How to Update From
v2.0.0-rc.2Set the image tag to
2.0.0-rc.3and follow this guide.What's Changed
- feat: Support for Docker secrets (#1132)
- feat: Add notification when user is added to card
- feat: Enhance card emphasis in colored and closed lists
- feat: Log action when user is removed from card
- feat: Log actions when task completion status changes
- feat: Enhance notifications popup appearance
- feat: Add board activity log
- feat: Display comments total on front of cards (#1146)
- feat: Add CSV attachment viewer (#1154)
- fix: Update Italian translation (#1114)
- fix: Update Russian translation (#1115)
- fix: Update Czech translation (#1120)
- fix: Prevent core rendering before redirecting to login page
- fix: Update Ukrainian translation (#1125)
- fix: Increase max length of OIDC code challenge (#1126)
- fix: Update Czech translation (#1129)
- fix: Update German translation (#1134)
- fix: Use batch inserts to avoid query size limits
- fix: Add clearfix and missing id property
- fix: Remove curly bracket typo from HTML links
- fix: Prevent upgrade script from running other migrations
- fix: Apply disabled style to card content instead of wrapper
- fix: Set limit for displaying attachment content
- fix: Update Polish translation (#1150)
- build: Suppress npm update notifier
- build: Improve Docker dev setup, add nodemon config (#1145)
- build: Improve dev setup (#1149)
- license: Provide additional details
New Contributors
- @iosabi made their first contribution in https://github.com/plankanban/planka/pull/1132
- @romtsn made their first contribution in https://github.com/plankanban/planka/pull/1149
- @VectorKappa made their first contribution in https://github.com/plankanban/planka/pull/1150
Full Changelog: https://github.com/plankanban/planka/compare/v2.0.0-rc.2...v2.0.0-rc.3
Downloads
- In the first version of the Upgrade to v2 documentation, we forgot to mention that the