Releases: freescout-help-desk/freescout
Releases · freescout-help-desk/freescout
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.
1.0.8
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
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
1.0.6
Added
- Conversations bulk actions.
Fixed
- Fixed "The payload is invalid" error in mailbox connection settings.
1.0.5
If web updater shows an error, when updating, go to System » Tools
and click Clear Cache
and Migrate DB
. Or open http://example.com/tools.php and click Clear Cache
and Migrate DB
.
Added
- Added "Remove formatting" button to the editor.
- Properly detect replies when Message-ID header is changed or if In-Reply-To header is not passed by mail service provider.
- Crypt mailboxes passwords.
- Added Migrate DB button to Tools.
- Update modules to the latest version from Modules page.
Changed
- Mailbox name moved up in the user notification.
- Reduced dist size by clearing vendor folder.
- Override Laravel ProviderRepository.php to catch "provider not found errors" on core updating.
Fixed
- Fixed customer name in search.
1.0.4
Added
- Open tracking.
- Allow to set the next conversation number in Settings.
- Check PHP version in index.php and artisan commands.
- Cache modules meta in memory.
Fixed
- When creating conversation, show conversation number instead of ID.