Release beta 1.7.1

This commit is contained in:
Burak Kaan Köse
2024-04-20 03:07:40 +02:00
parent 0560431179
commit a641a51188
6 changed files with 19 additions and 15 deletions

View File

@@ -1,11 +0,0 @@
# 🚀 Good job on building Wino Mail from the source 🙂
## Once we finish pre-release testing, I will add the 1.7.0 patch notes here.
### Right now, it's pretty lonely here. 🤷‍♂️
- Make sure you read the contributuion guidelines before you start diving into the code. ⚠️
- You may find some redundant methods, interfaces, classes, etc. that are not used in the project. Please ignore them for now 🥺. I will clean them up in the future.
- If you want to disable the unlimited account check, go to AccountManagementViewModel.cs and update the Free Account Count property at the top 😁
- If you have any questions, feel free to ask me on [Twitter 🐦](https://twitter.com/TrayhopeR) or project's Discord channels.
- Good luck! 🍀

View File

@@ -0,0 +1,15 @@
# 🚀 Welcome to Wino Mail Beta (1.7.1)
## This is not a stable release. Please use it at your own risk. 🚨
# Changelog
- Fixed: Folders are not loaded for an account for some cases.
- Fixed: Changling 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.