v0.5.6
PlasmoHQ/plasmov0.5.6Jun 8, 2026by ramnique
AI Summary
This release focuses on UI/UX improvements and bug fixes for the Rowboat extension, introducing new capabilities like in-app DOCX editing and code execution, alongside stability fixes for navigation, taskbars, and chat interfaces.
Key Highlights
- In-app rendering and editing of DOCX files
- Code execution mode on an in-app ACP client with live approvals
- UI fixes for Windows taskbar icons and Linux package handlers
New Features
- Render and edit docx files in-app
- Run code mode on an in-app ACP client with live approvals
- Show last working directories
- Pane placement
- Added icon and rowboat url scheme handler to linux packages
Full Release Notes
## What's Changed * fix(ci): make electron release artifacts deterministic by @ramnique in https://github.com/rowboatlabs/rowboat/pull/586 * fix navigation and other minor issue in workspace view by @arkml in https://github.com/rowboatlabs/rowboat/pull/587 * fix thread boundary in email reply drafts by @arkml in https://github.com/rowboatlabs/rowboat/pull/588 * feat: render and edit docx files in-app by @Gagancreates in https://github.com/rowboatlabs/rowboat/pull/589 * clamp sync to 7 days even after long hiatus by @arkml in https://github.com/rowboatlabs/rowboat/pull/590 * added icon and rowboat url scheme handler to linux packages by @hrsvrn in https://github.com/rowboatlabs/rowboat/pull/594 * fix: set rowboat icon for windows taskbar and installer by @Gagancreates in https://github.com/rowboatlabs/rowboat/pull/595 * show last working directories by @arkml in https://github.com/rowboatlabs/rowboat/pull/597 * Pane placement by @arkml in https://github.com/rowboatlabs/rowboat/pull/598 * feat: run code mode on an in-app ACP client with live approvals by @Gagancreates in https://github.com/rowboatlabs/rowboat/pull/593 * fix: keep chat input toolbar usable when the panel is narrow by @Gagancreates in https://github.com/rowboatlabs/rowboat/pull/606 ## New Contributors * @hrsvrn made their first contribution in https://github.com/rowboatlabs/rowboat/pull/594 **Full Changelog**: https://github.com/rowboatlabs/rowboat/compare/v0.5.3...v0.5.6