v0.8.1-beta
abhinavxd/libredeskv0.8.1-betaNov 3, 2025by github-actions[bot]
AI Summary
This release fixes display issues in emails, including sender names, plain text rendering, and file content types for the filesystem.
Key Highlights
- Fixed incorrect sender names in multi-participant emails
- Fixed plain text email display (newline handling)
- Fixed invalid disposition for filesystem files
- Added month support to relative time display
Full Release Notes
## Multiple fixes * Fixed incorrect sender name when multiple participants are involved in an email thread. * Fixed display of plain text emails where newline characters were ignored. * Fixed invalid disposition and content type for some files stored in the filesystem. * Fixed display of relative time to include months. ## Upgrade - Always take database backups before any upgrade. - Follow steps [here](https://docs.libredesk.io/getting-started/upgrade). ## Changelog * 879c626 fix incorrect sender name when there are multiple participants involved * 16fbfa7 fix: display message content conditionally based on content type * b8da96c fix: set Content-Disposition header for media served from filesystem * 3d76cce Merge pull request #151 from csr4422/enhancement/relative-time-months * 4b8f301 style: adjust spacing * e4018dd Add month support to getRelativeTime * 02e8a43 Update README.md **Full Changelog**: https://github.com/abhinavxd/libredesk/compare/v0.8.0-beta...v0.8.1-beta