v0.8.6-beta

abhinavxd/libredeskv0.8.6-betaDec 16, 2025by github-actions[bot]

AI Summary

This release focuses on fixing layout shifts caused by large HTML tables and preventing HTML form injection in contact notes and macros. It also adds the ability to configure Redis via URL.

Key Highlights

  • Fixed layout shifts caused by large HTML tables
  • Prevented HTML form injection in contact notes and macros
  • Enabled setting Redis config via URL

Full Release Notes

## Fixes
- Fixed layout shifts caused by large HTML tables in emails.
- Fixes to prevent HTML forms from being injected in contact notes and macros.

## Upgrade
- Always take database backups before any upgrade.
- Follow steps [here](https://docs.libredesk.io/getting-started/upgrade).

## Changelog
* 2703478 fix:  use vue-letter to render html in contact notes, command box. This prevents forms from being injected in contact notes, macros etc.
* ab4801c Merge pull request #191 from egerong/feature/redis-url
* 1e257fe Enable setting redis config via url