Releases: freescout-help-desk/freescout
Releases · freescout-help-desk/freescout
1.1.8
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
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
Added
- Create thread function in App\Thread.
Fixed
conversation.note_added
hook.
1.1.5
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
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
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
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
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
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
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.