v0.26.0

makeplane/planev0.26.0Apr 28, 2025by github-actions[bot]

AI Summary

Introduces edit history tracking for work items and adds support for five new languages (Romanian, Indonesian, Brazilian Portuguese, Vietnamese, and Turkish). Requires new configuration settings.

Key Highlights

  • Track edit history for Work Items and Epics
  • New language support (5 languages)
  • Moved Page icon picker inside the editor
  • Project states expand by default

Breaking Changes

  • Requires APP_BASE_URL or WEB_URL configuration in plane.env

New Features

  • Edit history tracking
  • Five new languages
  • Page icon picker repositioning
  • .sql file attachments support

Full Release Notes

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.

> <img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/26a0-fe0f.png" alt="9888-65039" width="30px" />
> 
>  **Important Configuration Change**\
> Starting with version `v0.26.0`, you must set either `APP_BASE_URL` or `WEB_URL` in your `plane.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