Releases: ticketz-oss/ticketz
v1.0.48
v1.0.47: Limit `lastMessage` to 255 chars and replace newlines with spaces
951cbc1 Replace markdown-to-jsx
with react-whatsmarked
df42fdc Improve responsive design for ContactDrawer, Ticket, and TicketsCustom
10365b0 Hide ContactDrawer when not open
fab776a Remove redundant fs.unlinkSync
calls after audio processing - fix #320
ba0041d more responsiveness adjustments
34a12d1 Added translations: German, French, Italian, and Portuguese PT
e9e40e5 update backend dependencies
0869137 update frontend dependencies
defca48 Allow custom backend docker service name
3b8a611 Escape audio file path in SendWhatsAppMedia.ts
to handle spaces
3590897 Update @whiskeysockets/baileys to version 6.7.16
1e38854 Refactor media processing and sending logic in SendWhatsAppMedia.ts
5561ccf Add fallback to any connected WhatsApp if no default is found
c98fb66 Update GetDefaultWhatsApp to include channel and status filters
e9079e3 Update dependencies in package-lock.json files for backend and frontend
d31a49f Update default database configuration
bcf74c2 Add indexes to Messages table for performance improvement
a60b306 Limit lastMessage
to 255 chars and replace newlines with spaces
v1.0.46
- Changed signing switch to an icon and support for mobile devices - backport from Ticketz PRO
- Update
markdown-to-jsx
dependency to version 7.7.4 - fix crash by crafted message - Better detection of unsupported messages
- Add CSV import feature
- Remove closed tickets from notifications
v1.0.45
v1.0.44
v1.0.43
v1.0.42
v1.0.41
- better formatting for baileys log messages
- do not change ticket timestamp when marking ticket as read
- enable spellcheck on all message fields
- added Forward feature
- added Impersonation feature (backported from Ticketz PRO)
- avoid deletion of Company and User with id 1 (manager company and account)
- refactor campaing logic with better performance and lower memory usage (backported from Ticketz PRO)
- Update WAVersion
- Added variables processing to completion message
v1.0.38
v1.0.37
- better handling of unsupported message types
- add some debug messages do help detect unsupported message types
- fix regressions caused by mustache {{variables}} system
- fixed edit message functionality
- better mustache handling when sending and editing messages