Our latest update brings significant improvements to the editor experience, adds five new languages, and includes numerous refinements to make your project management more intuitive.
![]()
Important Configuration Change
Starting with versionv0.26.0
, you must set eitherAPP_BASE_URL
orWEB_URL
in yourplane.env
file for proper functionality. And update the Docker-compose and setup.sh to latest version.
📝 Edit history
Now track who changed Work Item, Epic and Intake descriptions and when. Click the timestamp to see a complete history of edits, improving transparency in collaborative work.
🌍 New language support
You can now use Plane in: Romanian, Indonesian, Brazilian Portuguese, Vietnamese, and Turkish
⚡ Enhancements
- Moved Page icon picker inside the editor, plus improved width and layout for easier reading
- Project states now expand by default, and floating link tooltips work smoothly across all editors
- Users are now redirected to the workspace after accepting an invitation instead of Profile page.
- Revamped headers for cycles, modules, pages, and views for visual consistency
- Updated billing and plans interface with a cleaner, more intuitive design
- Create Account button is now hidden when signups are disabled in environment settings.
- Added translation support for Estimates
- Added support for .sql file attachments.
- Added error toast message for .svg image upload failures.
🔧 Bug fixes
- Fixed "Copy markdown to clipboard" functionality
- Corrected cycle dates to reflect the project's timezone
- Fixed the issue where workspace role upgrades weren't properly carrying over to project level after a downgrade
- Eliminated duplicate work item sequences that were being generated
- Fixed the count of subscribed issues in Your Work section to show the correct number
- Stopped duplicate comments from appearing when you press Enter multiple times
- Fixed the password change form for users who skipped password setup during onboarding
- Solved the issue where assignees weren't updating properly in Board layout when using sub-grouping
- Fixed assets upload error in issue descriptions when switching project IDs.
- Added error handling for link editing in the editor.
🔒 Security
- Updated gunicorn to the latest version for improved performance and security
- Upgraded Next.js dependencies to address vulnerabilities
- Updated tsup version for better build optimization and security enhancements