Skip to content

Releases: freescout-help-desk/freescout

1.2.2

01 Jul 16:32
Compare
Choose a tag to compare

Changed

  • Updated default mailbox signature.
  • Improved reply detection on fetching.
  • Moved vars.js to /storage/js/vars.js

1.2.1

27 Jun 09:04
Compare
Choose a tag to compare

Fixed

  • Fixed drafts issue (#234)
  • Fixed checking DB connection on installation (#279)
  • Fixed Data too long for column status_message error (#259)
  • Force mailbox connection settings update after changing.
  • Fixed issue with Aissign to field on reply.

Changed

  • Updated customer email template.

1.2.0

25 Jun 05:04
Compare
Choose a tag to compare

Added

  • Editing threads.
  • Forwarding conversations.

Fixed

  • Restore attachments when editing draft.
  • Fixed URL validation pattern for PHP 7.3.6.
  • Fix sending emails to customers with multiple emails (#258).
  • Fix Class Helper not found in translation-manager.php.

1.1.10

20 Jun 06:24
Compare
Choose a tag to compare

Fixed

  • Take mailbox Validate Certificate settings into account on checking IMAP connection.
  • Fixed fonts and icons paths in CSS.
  • Fixed saving settings in subdirectory installation.
  • Fixed mailbox email in the sidebar.

1.1.9

16 Jun 11:24
Compare
Choose a tag to compare

Added

  • Now application can be installed in a subdirectory.
  • Validate Certificate option for fetching emails (#253, #269)

Fixed

  • Fix "Call to a member function url() on null" in thread_by.php

1.1.8

06 Jun 03:58
Compare
Choose a tag to compare

Added

  • Show number of conversations in Spam folder.
  • Added "Not Spam" button.
  • "Fetch Mail Schedule" option in Settings > Mail Settings.
  • Added Portuguese (Portugal) translation.
  • Added Portuguese (Brazi) translation.

Fixed

  • Folders names made translatable.
  • Keep current assignment when replying to a conversation (#195).

1.1.7

26 Apr 05:12
Compare
Choose a tag to compare

Added

  • Show mailbox email under the mailbox title.
  • Detect bounce messages from Return-Path.
  • New action events for conversation view.

Fixed

  • Fixed email bounce check in fetch-emails script.
  • Fixed redirect to Mine folder after delete conversation in Mine folder.

1.1.6

02 Jan 07:05
Compare
Choose a tag to compare

Added

  • Create thread function in App\Thread.

Fixed

  • conversation.note_added hook.

1.1.5

29 Dec 06:38
Compare
Choose a tag to compare

Added

  • Note should not change conversation status by default.
  • Improved background process stucking detection.

Fixed

  • Fixed showing attachments in drafts.
  • Fixed switch to note link.

1.1.4

22 Dec 05:15
Compare
Choose a tag to compare

Added

  • Automatically periodically recalculate folders counters.
  • Manage dropdown menu removed if there are no privileges to access their section.
  • Optimized app self-update to avoid errors on update.
  • Show table tags (table, tr, td, th, thead, tfoot) in conversation body.
  • Remove <script> and <style> tags content from conversation preview in the list.
  • Allow customizing the Mailbox fillable fields by module developers.
  • Hook in mailbox update page to allow module developers customize the mailbox update page.
  • Select All checkbox in conversations list.

Fixed

  • Fixed setting has_attachments flag for conversations.
  • Fixed bulk delete modal layout.
  • Fixed deleting conversations which have a draft thread.
  • Fixed "Trying to get property email of non-object" in Logs.
  • Removed message/rfc822 content type from bounce detection algorithm.
  • Set conversation preview when thread is created from a draft.

Changed

  • Updated icon for Pending status.