Releases: freescout-help-desk/freescout
Releases · freescout-help-desk/freescout
1.8.100
1.8.99
Added
- Improved attachment names sanitizing (#3377)
- Allow to update all modules at once.
- Added
freescout:module-update
command allowing to update all modules at once (#3384) - Added
freescout:module-update
command and--yes
flag totools/update.sh
script (#3384) - Created GitHub continuous integration test.
Fixed
- Properly process situation when application can not parse mail
Date
header on fetching (#3394)
Changed
- Removed "Mail Date and Time" option from Mail Settings (#3380)
- Installation script moved to https://raw.githubusercontent.com/freescout-helpdesk/freescout/dist/tools/install.sh
1.8.98
1.8.97
1.8.96
Added
- Show in Outgoing Emails the SMTP Queue ID for emails passed for delivery (#3330)
- Show link to the conversation and to logs in
SendReplyToCustomer
jobs on System Status page (#3331) - Show DB info and missing migrations on System Status page (#3326)
- Check on System Status page if
symlink()
function is available (#3335) - Set
CURLOPT_SSL_VERIFYPEER
option to false for curl and Guzzle requests (#3293) - Updated Spanish translation (#3343)
- Automatically check invalid or missing modules symlinks and show error messages on Modules and System Status pages.
Fixed
- Fixed variable name in
saveUserThread()
function on fetching replies to user email notifications (#3325) - Fixed an issue with "Allow to reply from aliases" option being reset when mailbox settings saved by non-admin user (#3337)
- Cancel
SendReplyToCustomer
background jobs when undoing replies (#3300) - Do not insert new line in the editor when pasting content (#3319)
- Move star mark when merging conversations (#3351)
Changed
- Show SMTP 5xx errors in the conversation immediately (#3339)
1.8.95
Added
- Fixed an issue with the editor adding new lines when pasting HTML (#3264)
- Added "Mail Date and Time" option allowing to use date from mail headers when fetching emails (#3297)
- Added
page
parameter to URL when navigating over conversations (#3323)
Fixed
- Replace non-replaced vars in mailbox custom from name with empty string (#1031)
- Fixed migration creating
customer_channel
table (#3309) - Improved mail subject decoding (#3312)
- Fixed "Invalid text representation" error on PostgreSQL when saving mailbox permissions (#3315)
- Show correct 12 or 24 hour time format in calendars (#3322)
1.8.94
1.8.93
1.8.92
MS Teams and Mattermost Integration.
Added
- Added Chinese Simplified language.
- Added a .env file parameter allowing to restrict users to see only tickets assigned to themselves (#701)
- Updated Danish translation.
- Added
findCustomersBySocialProfile()
function. - Added
customer_channel
table.
Changed
- Show an error message to support agent if an emial has not been sent after 1 hour - while FreeScout continues to try to send it (#3268)
1.8.91
Added
- Optimized Eventy hooks code - in some cases pages now load 30% faster (#3263)
- Updated Polish and Czech translations.
Fixed
- Fixed "Passing null to parameter" in HTMLPurifier/Lexer.php (#3277)
- Allow to send by email to the customer threads in a phone conversation (#3270)
Changed
- Condensed a bit reply toolbar buttons.