v0.39.5
rohitg00/agentmemoryv0.39.5Jun 28, 2026by github-actions[bot]
AI Summary
This maintenance release fixes the display of long URL field values and restores the fullscreen editor field option while updating the goja dependency.
Key Highlights
- Long URL field values are now truncated with ellipsis for better UI display.
- The 'fullscreen' editor field option has been re-added.
- goja dependency has been updated to fix TypedArray issues.
New Features
- Ellipsis truncation for long URL fields
- Fullscreen editor field option
- TypedArray fixes in goja
Full Release Notes
> _To update the prebuilt executable you can run `./pocketbase update`._ - Limit with ellipsis long `url` field values. - Readded the "fullscreen" `editor` field option and preloaded the TinyMCE component for slightly faster initial rendering ([#7746](https://github.com/pocketbase/pocketbase/issues/7746)). - Updated goja (`TypedArray` fixes).