Skip to content

Releases: ticketz-oss/ticketz

v1.0.48

23 Mar 14:02
Compare
Choose a tag to compare

b5f86ad fix filename when sending document files
86394fc Add random ID to media file path for better uniqueness

v1.0.47: Limit `lastMessage` to 255 chars and replace newlines with spaces

21 Mar 22:14
Compare
Choose a tag to compare

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

14 Mar 14:02
Compare
Choose a tag to compare
  • 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

09 Mar 13:57
Compare
Choose a tag to compare
  • Default to system color theme
  • Enhancements on showing app logo
  • Enhancements on settings screen
  • Enhancements on Whitelabel settings screen
  • Show Camera button on mobile devices (backport from Ticketz PRO)
  • Remove emoji button on mobile devices

v1.0.44

27 Feb 22:49
Compare
Choose a tag to compare
  • fix realtime update when two connections of same company are on same group
  • fix constraints to allow correctly removal of company with queue-options with forward
  • fix message of number not in whatsapp
  • avoid crash when decoding of media file fails

v1.0.43

20 Feb 01:11
Compare
Choose a tag to compare
  • Updated waversion
  • Minor changes on connections page

v1.0.42

17 Feb 22:20
Compare
Choose a tag to compare
  • fix new ticket modal when creating new contact
  • option to refresh whatsapp connection
  • fix security of whatsappsessions endpoints
  • new icons on connections page

v1.0.41

12 Feb 20:14
Compare
Choose a tag to compare
  • 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

27 Jan 12:12
Compare
Choose a tag to compare
  • fix edit group contact
  • loading screen enhancements
  • check subscription at token renewal
  • better thumbnail processing

v1.0.37

21 Jan 23:59
Compare
Choose a tag to compare
  • 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