Skip to content

Releases: freescout-help-desk/freescout

1.8.163

17 Jan 10:03
Compare
Choose a tag to compare

Fixed

  • Fixed user notification subject missing - issue introduced in the previous release (#4485)
  • Fixed Waiting Since not showing - issue introduced in the previous release (#4486)
  • Webklex/php-imap: Fixed date issue if timezone is UT and a 2 digit year.
  • Webklex/php-imap: Make the space optional after a comma separator.
  • Webklex/php-imap: Query - infinite loop when start chunk > 1.
  • Webklex/php-imap: Better connection check for IMAP.

1.8.162

17 Jan 07:33
Compare
Choose a tag to compare

Added

  • Updated Swedish language.
  • Addeded filters allowing module customisation of email reply and user notification templates (#4477)
  • Added Asia/Colombo timezone to timezone options (#4483)

Fixed

  • Fixed "Call to a member function getFullName() on null" when some user has been deleted from DB (#4467)
  • Replace fread() with fgets() in Webklex/php-imap to avoid possible infinite loops.

1.8.161

13 Jan 11:04
Compare
Choose a tag to compare

Fixed

  • Fixed "Call to a member function getFullName() on null" in Thread.php (#4438)
  • Fixed "Implicit conversion from float to int" error in Guzzle (#4439)
  • Fixed incorrect year returned by User::dateFormat() (#4443)
  • Allow to get out of quote block in the editor (#3811)
  • Fixed deleting attachments when creating a new conversation from existing thread (#4432)
  • Do not remove customer phone when creating a phone conversation without specifying a customer phone number (#4464)

1.8.160

20 Dec 16:37
Compare
Choose a tag to compare

Added

  • Updated Dutch translation.
  • Added aria-label to the Notifications dropdown in the navigation menu (#4412)

Fixed

  • Fixed vars.js being broken when custom translations contain quotes (#4369)
  • Added extra phrase to no_retry_mail_errors list (#870)
  • Improved Helper::strSplitKeepWords() function to work with Chinese symbols.
  • Fixed OnOffSwitch checkboxes on screenreaders (#4412)
  • Made "Insert Variable" dropdown accessible via screenreaders (#4412)
  • Improved email parts boundary detection on fetching in Webklex/php-imap (#4417)
  • Allow class attribute for tables in the purifier config (#4429)
  • Fixed disappearing attachments when creating a new conversation from existing message (#4432)

Changed

  • Make toolbar and dropdown buttons dynamic so they can be rearranged more easily (#4396)

1.8.159

30 Nov 04:52
Compare
Choose a tag to compare

MacOS Menu Bar App is available now.

Added

  • Show more detailed errors on fetching (#4372)
  • Optimized UpdateFolderCounters Job (#4374)
  • Updated Spanish translation (#4376)

Fixed

  • Fixed text not being bolded - the issue has been introduced in the previous release (#4367)
  • Fixed "Undefined array key 2" error on fetching (#4372)
  • Fixed "Argument 1 (lastErrors) must be of type array" error in Carbon.
  • Clear cache via rm in update.sh to avoid post-update issues (#4366)
  • Added Precedence:list to the list of no auto-reply headers (#4363)

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)