A Few Things to Mention
- In the first version of the Upgrade to v2 documentation, we forgot to mention that the
TRUST_PROXY
environment 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.2
Please follow the official upgrade guide in our documentation.
How to Update From v2.0.0-rc.2
Set the image tag to 2.0.0-rc.3
and 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 #1132
- @romtsn made their first contribution in #1149
- @VectorKappa made their first contribution in #1150
Full Changelog: planka-1.0.1...v2.0.0-rc.3