v0.8.2-beta

abhinavxd/libredeskv0.8.2-betaNov 24, 2025by github-actions[bot]

AI Summary

This release fixes various UI and functional bugs including sidebar collapsing, team inbox counts, and message bubble overflows.

Key Highlights

  • Fixed sidebar collapsing when using bold text in the editor
  • Fixed incorrect team inbox counts
  • Fixed message bubble overflows due to code/pre blocks

Full Release Notes

## Multiple fixes
- Fix sidebar collapsing when trying to make text bold in editor
- Fix incorrect count for team inbox due to missing status filters
- Fix redirect to next query param after login not working
- Fix table overflow in message bubbles
- Fix message bubble overflows due to code and pre blocks
- Fix extra whitespace in email templates when last name is missing
- Fix media URLs not updating when root URL changes in settings
- Use dialog box for link input in text editor

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

## Changelog
* e9bd9e6 make footer text smaller and lighten color
* 87184e0 fix table overflow in msg bubble
* ca19fb2 reduce font size of powered by link
* 99f0952 fix display of contact notes
* 49b2718 use dialog box for text editor link input instead of the bubble area instead
* 232bad4 fix: sidebar collapsing when trying to make text bold in editor
* 9283b0a fix: incorrect count for team inbox, due to missing status filters in api request fixes #166
* 4e7eeaf show total count of conversations on views
* ce8340b Merge pull request #173 from abhinavxd/dependabot/go_modules/golang.org/x/crypto-0.45.0
* a18c93a Merge pull request #174 from abhinavxd/dependabot/npm_and_yarn/frontend/vite-5.4.21
* e55d992 chore(deps-dev): bump vite from 5.4.20 to 5.4.21 in /frontend
* 1de50d5 chore(deps): bump golang.org/x/crypto from 0.38.0 to 0.45.0
* 3ba93d8 fix: redirect to next query param after login not working fixes #169
* 3845b03 fix: handle cases where last name is missing in full name computation. Particularly fixes an extra whitespace in rendered email template e.g. "Dear john ,"
* 3d5db7b fix message bubble overflows due to code and pre blocks
* dc14e80 Fix media URLs not updating when root URL changes in settings