Skip to content

Releases: freescout-helpdesk/freescout

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.

1.1.3

16 Dec 05:02
Compare
Choose a tag to compare

Added

  • Mailbox name in notification to user instead of "FreeScout".
  • Show release details link in System Status.
  • Show underline button in editor.
  • Accept auto responders but do not send auto replies to them.
  • Improved bounce detection.
  • Do not send auto replies to bounces.
  • Show delivery error message in conversation thread.
  • Check if .env file is writable in System Status.

Fixed

  • Fixed last reply by in conversations list.
  • Fixed saving settings in .env file.

1.1.2

13 Dec 05:16
Compare
Choose a tag to compare

Added

  • Logs monitoring in Settings - Alerts.
  • Automatically retry failed mail sending jobs.
  • Allow to retry and delete failed jobs in System - Status.
  • Delete user using flag instead of deleting user from DB.
  • Add target _blank to links in threads.
  • Italian translation.
  • Proper detection of QQ replies.
  • Show Original button for outgoing threads.

Fixed

  • Fixed conversation preview updating on reply.
  • Update conversation folder when adding a note.
  • Fixed issue when draft and reply were creatd at the same time.

1.1.1

08 Dec 13:11
Compare
Choose a tag to compare

Added

  • Create New Conversation from thread.
  • Show Waiting Since time in the dashboard.
  • Update conversation preview in conversations list when user or customer replies.

Fixed

  • Fixed counters for starred conversations and drafts.
  • Fixed required password field on user create.
  • Fixed active assigned conversations count in the dashboard.

1.1.0

05 Dec 08:32
Compare
Choose a tag to compare

Added

  • Placeholders to add User name to Mailbox signature: %user.fullName%, %user.firstName%, %user.lastName%.
  • Detect and ignore autoresponders on fetching emails.
  • Check app requried version on module update.

Fixed

  • Fixed saving arrays in Settings.

1.0.9

03 Dec 13:10
Compare
Choose a tag to compare

Added

  • Show current date in System > Logs.

Fixed

  • Fixed Open Mailbox link in the dashboard.
  • Highlight menu item when viewing a folder.

Changed

  • Design changes.

1.0.8

01 Dec 08:44
Compare
Choose a tag to compare

The process of redesign had started and will continue.

Added

  • Language option in Settings.
  • User language in user profile.
  • Language option in web installer.
  • French translation.
  • Check Permissions in System Status.
  • Check public/storate symlink in System Status.
  • Long press instead of checkboxes in conversations in mobile version.

Fixed

  • Fixed options caching.
  • Hide tooltips when dropdown menu opens.

Changed

  • Improved Translate page.
  • Minor text improvements.

1.0.7

24 Nov 10:34
Compare
Choose a tag to compare

Added

  • Proper reply detection for Yahoo.
  • Fallback to utf8 encoding from utf8mb4 for MySQL lower 5.5.3
  • Restore conversation function.
  • Check required php extensions for modules.
  • Checking permissions and symlinks in System status.
  • Added history threads for restore/delete conversation action.

Fixed

  • When adding a note it should always change status to Active and never change Assignee.
  • Fixed processing References header on fetching emails.
  • Make conversations checkbox clickable for mobile version.
  • Fixed saving send test email.
  • Fixed deleted drafts counter.

Changed

  • Removed samle db data from env.example