-
2024-05-21 06:44:48
4.39v Various small fixes
- https://github.com/LiveHelperChat/electron/releases Electron app was updated to 124 chrome version.
- If Rest API was used as "raw_{some_var}" and variable had a quote at the end, it was incorrectly encoded resulting in broken JSON.
- Added support for large numbers of chats/e-mails export from ElasticSearch extension.
- Fixed some of the icons in dashboard widgets after migration to svelte.
- Edge case fixes for the widget and ignoring some of the errors because of to old browsers version.
- Fixes for DeppL language translation services.
- Keyword in ElasticSearch always will be a GET parameter to avoid hitting apache path length limit.
- Handle missing file after e-mail import so it's correctly downloaded viewing e-mail from back office.
- Logging will handle incorrect UTF characters.
- Fix for https://github.com/LiveHelperChat/livehelperchat/issues/2003
- Deleting chats from list had a limit. It should not have and delete all selected chats.
- Online visitors attribute filter sometimes was lost.
- Online operators tab was migrated to Svelte also.
- Mobile app was not working because of incorrect expression in SQL while two tables are used under JOIN condition.
- Ignore invalid JSON characters in e-mail module.
For update just follow standard update procedure. There is no database update this time.
-
2024-05-02 09:13:21
4.38v Bot commands can be sorted for the UI list
- Bot commands can can be sorted by position
- Sent e-mails now can be copied to imap in the background if php-resque is used.
https://github.com/LiveHelperChat/livehelperchat/compare/4.36v...4.37v
For update just follow standard update procedure. For manual update it's update_308.sql
-
2024-04-29 07:30:23
4.37v Bot commands from UI directly
- Options to execute bot commands from chat UI directly without typing them.
- Online operators widget has a lot of new functions and indicators.
- Messages in back office has indicator were they sent by auto responder.
- Material symbols icons were updated.
- More gracefull errors handling in transfer workflow.
https://github.com/LiveHelperChat/livehelperchat/compare/4.36v...4.37v
For update just follow standard update procedure. For manual update it's update_307.sql
-
2024-04-10 18:56:08
4.36v Subjects coloring
- Colored subject support for mail modules
- Views were missing subjects and some lists colors
- Online status check now has option to cache it's status for one minute.
- Fixed bold style in some places which were using old bootstrap bold text class.
- Add icon bot response type now has possibility to change nick bold style and color.
- Offline e-mail template now can strictly send all e-mails to one recipient and ignore department e-mail.
https://github.com/LiveHelperChat/livehelperchat/compare/4.35v...4.36v
For update just follow standard update procedure. For manual update it's update_307.sql
-
2024-04-09 11:27:32
4.35v Subjects in the widgets
- Audit log was recoding errors in incorrect time zone.
- Subjects now can be pinned and be shown on Pending/Bot/Active/My Chats widgets chats
- Incoming webhook fixes for base64decode files
- Department stats were missing if department group was not used.
- Audit log now has an export function.
- Audit log time filter was fixed.
https://github.com/LiveHelperChat/livehelperchat/compare/4.34v...4.35v
For update just follow standard update procedure. For manual update it's update_306.sql