Releases: bkaankose/Wino-Mail
v1.8.7
Please be aware that this version may not function completely and is intended solely for testing purposes.
This beta release is for users who would like to try out the newest features of Wino Mail.
What's Changed
- Got rid of the action toolbar by default. Optionally can be enabled in Settings. #344 by @Tiktack
- Replaced Expander control from MUXC with custom control to resolve some of the conversation threading issues. This also fixes hover actions not working properly for threads.
- Fixed an issue with deleting mails from Gmail's' Sent folder.
- Fixed Outlook message sending issues due to MIME header sizes.
Full Changelog: v1.8.5...v1.8.7
v1.8.5
Please be aware that this version may not function completely and is intended solely for testing purposes.
This beta release is for users who would like to try out the newest features of Wino Mail.
What's Changed
- Fixing sharing logs by @bkaankose in #328
- Make Jodit fill all available height of webview by @Tiktack in #330
- Handling app termination and reworked dialog messages. by @bkaankose in #329
- Account contact pictures by @bkaankose in #331
- Code Quality: TabbedCommandBar by @Tiktack in #335
- Enabled protocol logs for active usage for all imap accounts. If you experience any server errors for imap accounts now they will be logged together with app logs to diagnose issues. Sharing logs will automatically share protocol logs as well. Protocol logs won't share any credentials or sensitive information.
- Fixed notifications actions. Delete or mark as read will now work when clicked from notifications.
- Fixed an issue with folder loading sometimes causing mails that belong to different folder to show up in the last clicked folder.
- Fixed an issue with account re-ordering where moving merged accounts always ends up last item regardless of the assigned order.
- Fixed an issue where account sync progress shows up on the first account instead of the synchronized account for merged accounts.
- Fixed a UI issue with multiple to,cc,bcc items are not properly displayed for small layouts. Now they will be wrapped and aligned properly to the screen size.
- Fixed a potential crash for the devices that don't support task bar pinning option.
- Fixed an issue where applying folder configuration does not re-load the folders if the configuration is done for the selected account.
- Improved editor focus in composer page. Moving focus from Subject field now properly focuses the first line of the editor. Clicking on the editor also behaves the same.
- Fixed an issue with contact pictures where due to UI virtualization on the list view pictures used to belong to different senders.
Full Changelog: v1.8.3...v1.8.5
v1.8.3
Please be aware that this version may not function completely and is intended solely for testing purposes.
This beta release is for users who would like to try out the newest features of Wino Mail.
What's Changed
- Implemented alias support #324
- Adjustable mail list pane with splitter control by @Tiktack #325
- Fixed an issue where re-opening draft message with attachment breaks the attachment content.
- Reworked Outlook draft creation and sending messages to use APIs instead of sending direct MIME content since sending base 64 encoded MIME messages do not support aliases.
- Fixed an issue where compose page were not disposed properly when leaving the page, causing drafts to be not updated.
- Implemented synchronizing profile picture data and display name for Outlook and Gmail provider types. Removed "Sender Name" textbox when creating the account. This value will come from the account profiles during initial sync. Profile picture data is saved, but not used anywhere else for now.
Full Changelog: v1.8.0...v1.8.2
v1.8.2
Please be aware that this version may not function completely and is intended solely for testing purposes.
This beta release is for users who would like to try out the newest features of Wino Mail.
What's Changed
- Improve mailto links handling by @Tiktack in #310
- Embedded images replaced with cid linked resources. by @Tiktack in #313
- Fix account signature preferences during draft creation by @Tiktack in #314
- Improved Wino Server connectivity.
Full Changelog: v1.8.0...v1.8.2
v1.8.0
Please be aware that this version may not function completely and is intended solely for testing purposes.
If you'd like to download stable version (1.7.8) please use this link to download Wino Mail.
This beta release is for users who would like to try out the newest features of Wino Mail.
Changelog
- Wino Server implementation. All synchronizer actions are moved to separate Full Thrust process launched with Wino Mail. PR #295
- Discontinued ARM32 architecture and enabled ARM64 builds.
- Fixed typo #294
- Proper handling of GONE response for Outlook synchronizer. #290
- Enabled WAM broker for Windows. Outlook and Office365 authentication is now handled by Windows broker instead of WebAuthenticationBroker. This is due to moving all authentication/synchronization handler into server process since WAM in UWP is discontinued by Microsoft.
- Fixed setting/clearing flag for Outlook #297
- Added Italian language #281
- Added Application Preferences settings page to control background behavior for the app.
- Disabled SwipeControls. This control causes random crashes on scrolling. Unable to fix at the moment. microsoft/microsoft-ui-xaml#2527
v1.7.1
Please be aware that this version may not function completely and is intended solely for testing purposes.
If you'd like to download stable version (1.7.8) please use this link to download Wino Mail.
This beta release is for users who would like to try out the newest features of Wino Mail.
Changelog
- Fixed: Folders are not loaded for an account for some cases.
- Fixed: Changing language breaks the new menu navigation system.
- Fixed: Crash on Gmail messages when there are no labels on the message.
- Folder Options for accounts UI is fixed. Now you are able to enable/disable synchronization for specific folders and show/hide unread badge.
- Special Folders configuration is enabled under Folder Options.
- 'Configure' button added to Info Bar message when the folder doesn't exists for operation.
- Implemented single messaage download in case of MIME doesn't exists on the disk.
- Fixed process launch options to enable toast notification navigation again.
- Settings -> Reading Pane: Added an option to disable/enable auto select next item when the message is moved from the list.
v1.7.0
Please be aware that this version may not function completely and is intended solely for testing purposes.
If you'd like to download stable version please use this link to download Wino Mail.
This beta release is for users who would like to try out the newest features of Wino Mail.
Features added
- Linked inboxes (or merged inboxes)
- New IMAP setup dialog.
- Localization support thanks to wonderful contributors on Crowdin
- Less nested menu structure. I got rid of nested account -> folder structure mostly. Navigation experience is the same as Windows Mail now.
- Save mails as EML and view standalone EML files.
- Set Wino as default Mail application on Windows
- Automatically navigate to next mail on deleting mail.
- Fixes and improvements for crashes around new mail creation and replying.
- Bunch of bugfixes and improvements for synchronizers.
- New app icon.
There are lots of other things I forgot to add to the list. You will likely come across them in account settings and personalization options.
Things that may not work properly
- Archive functionality for Gmail synchronizer fails due to missing Archive folder.
- Live notifications will not work.
- Synchronization for Outlook and IMAP will take longer.
- I expect more stability (less crashes) compared to Store version, but you may still experience occasional crashes time to time.