feat: add setting for character limit of truncated deleted messages (#6491)

This commit is contained in:
Jacob Alexander Thompson
2025-09-28 03:04:08 -07:00
committed by GitHub
parent a7de887ee0
commit 1d06086bb9
5 changed files with 31 additions and 5 deletions
+1
View File
@@ -3,6 +3,7 @@
## Unversioned
- Minor: Fixed usercard resizing improperly without recent messages. (#6496)
- Minor: Added setting for character limit of deleted messages. (#6491)
- Dev: Update release documentation. (#6498)
- Dev: Make code sanitizers opt in with the `CHATTERINO_SANITIZER_SUPPORT` CMake option. After that's enabled, use the `SANITIZE_*` flag to enable individual sanitizers. (#6493)
- Dev: Remove unused QTextCodec includes. (#6487)