Skip to content

Releases: freescout-help-desk/freescout

1.8.158

22 Nov 08:40
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with the <span> tag being added in the editor causing font size issues (#4354)

Changed

  • Do not check In-Reply-To header when processing @fwd instruction (#4348)
  • Removed Webklex/laravel-imap library and use Webklex/php-imap only.

1.8.157

15 Nov 07:40
Compare
Choose a tag to compare

Added

  • Updated Croatian translation.

Fixed

  • Fixed moving emails to a folder on fetching for mail servers not supporting MOVE command (#4313)
  • Fixed @fwd forwarding when styles are present in the email body (#4333)
  • Do not reset "Default Redirect" settings for users when saving Mailbox Permissions (#4339)
  • Allow to set APP_FETCHING_BUNCH_SIZE env parameter (#4343)
  • Fixed table wizard in the editor (#4345)

1.8.156

04 Nov 16:27
Compare
Choose a tag to compare

Fixed

  • Fixed "Undefined variable $customer" error in thread.blade.php introduced in the previous release (#4321)

1.8.155

02 Nov 04:52
Compare
Choose a tag to compare

Added

  • Allow to hide from support agents customers from non-visible mailboxes (#4316)
  • Added extra hooks: conversation.convinfo.prepend and conversation.convinfo.before_nav (#4279)
  • Show "From" address in the conversation when "From" and "Reply-To" headers are different in the email (#4287)
  • Updated Japanese translation.
  • Update German translation.

Fixed

  • Fixed decoding Japanese symbols in the email body in GB2312 encoding (#4282)
  • Set CURLOPT_FOLLOWLOCATION in Helper::getRemoteFileContents() to fix file retrieval issues in some cases.

Changed

  • Added Delivered-To:Autoresponder to the list of autoresponder headers.

1.8.154

04 Oct 11:54
Compare
Choose a tag to compare

Fixed

  • Fixed SMTP authentication not working in some cases due to setAuthMode() used in Swiftmailer - the issue has been introduced in v1.8.144 release (#4253)
  • Fixed "null given" error in getMessageNumber() function (#4257)
  • Check if current user is deleted on user's Permissions and Notifications pages.

Changed

  • Improved the email search by Message-Id in the "Show Original" window (#4266)
  • Improved connection sleep time selection when fetching emails to avoid "connection setup failed" error (#4227)

1.8.153

22 Sep 14:06
Compare
Choose a tag to compare

Added

  • Updated Polish translation.
  • Updated German translation.

Fixed

  • Fixed an issue with emails being empty when fetching from iCloud (#4202)
  • Changed /bin/sh to /bin/bash in update.sh (#4208)
  • Improved @fwd detection when forwarding emails to FreeScout (#2940)
  • Improved connection sleep time selection when fetching emails to avoid "connection setup failed" error (#4227)
  • Avoid process list trancation when checking running commands on System Status page (#4237)
  • Add CSRF check to the "Delete all files" link in Manage App Logs.

Changed

  • Added X-Autoresponder to the list of auto-responder headers (#4226)

1.8.152

28 Aug 06:17
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with plain text emails having empty body - the issue has been introduced in the previous release (#4181)

1.8.151

27 Aug 11:55
Compare
Choose a tag to compare

Added

  • Added Kazakh language.

Fixed

  • Fixed "Undefined array key 1" error on fetching emails (#4195)
  • Fixed checking POP3 connection when "PHP Request Shutdown: Unexpected characters at end of address" error occurs.
  • Fixed non-multipart emails being fetched via POP3 with headers present in the body (#4181)
  • Fixed out of memory error on Status page when there are many background jobs (#4197)

1.8.150

16 Aug 03:13
Compare
Choose a tag to compare

Fixed

  • Fixed fetching issue introduced in the previous release (#4182)
  • Allow to disable quotes around SINCE date in IMAP search query via APP_SINCE_WITHOUT_QUOTES_ON_FETCHING=true env parameter (#4175)

1.8.149

14 Aug 17:05
Compare
Choose a tag to compare

Microsoft 365 will deprecate login/password SMTP authentication soon. So it's highly recommended to switch to the modern OAuth SMTP authentication in your MS365 mailboxes "Sending Email" settings (see this instruction).

Fixed

Changed

  • Do not add quotes around the date in IMAP SINCE query (#4175)