New updated release notes.
This commit is contained in:
@@ -1,11 +1,81 @@
|
||||
# 🚀 Good job on building Wino Mail from the source 🙂
|
||||
# 🚀 Welcome to Wino Mail
|
||||
|
||||
## Once we finish pre-release testing, I will add the 1.7.0 patch notes here.
|
||||
Over the last 5 months I've been working on a huge patch to improve Wino. It's finally here! Lots of good stuff baked into this update with the help of new contributors... Yes, with the help of new contributors because;
|
||||
|
||||
### Right now, it's pretty lonely here. 🤷♂️
|
||||
## 🍀 Wino is now open source
|
||||
|
||||
- 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! 🍀
|
||||
Source code has been released to [GitHub repository](https://github.com/bkaankose/Wino-Mail/). Previously this was an issue only repository to track issues. Now you have access to the source code. Please check out the [Contribution guideline](https://github.com/bkaankose/Wino-Mail/blob/main/CONTRIBUTING.md) to get started before jumping into the code.
|
||||
|
||||
#### 😔 Apologies
|
||||
|
||||
Due to the new improvements in the database structure to support some of the improvements and new features, your existing account information won't be migrated to this version. You must re-add your accounts. My sincere apologies :/
|
||||
|
||||
### Community Contributions
|
||||
|
||||
Open sourcing the project allowed many contributors to improve Wino since. Following issues have been addressed by community contributors:
|
||||
|
||||
- [how02](https://github.com/how02)
|
||||
- [Fixed NullReferenceException when replying to an email](https://github.com/bkaankose/Wino-Mail/pull/150)
|
||||
- [Fixed a NullReferenceException when synchronizing gmail](https://github.com/bkaankose/Wino-Mail/pull/148)
|
||||
- [chenseanxy](https://github.com/chenseanxy)
|
||||
- [Preserve address field when nav to advanced imap setup ](https://github.com/bkaankose/Wino-Mail/pull/155)
|
||||
- [Fix error message on AutoDiscovery faliure](https://github.com/bkaankose/Wino-Mail/pull/170)
|
||||
- [Tiktack](https://github.com/Tiktack)
|
||||
- [Hide Scrollbars and add glyphs to external links](https://github.com/bkaankose/Wino-Mail/pull/158)
|
||||
- [Fixed dead zone in title bar in settings to be draggable](https://github.com/bkaankose/Wino-Mail/pull/161)
|
||||
- [Prevent Unread folder to read All emails automatically](https://github.com/bkaankose/Wino-Mail/pull/163) [Tiktack](https://github.com/Tiktack)
|
||||
- [Fix commend bar issues](https://github.com/bkaankose/Wino-Mail/pull/167)
|
||||
- [Language & Time page](https://github.com/bkaankose/Wino-Mail/pull/168)
|
||||
- [Added support for one click unsubscribe with confirmation dialog](https://github.com/bkaankose/Wino-Mail/pull/175)
|
||||
- [Fixed scrollbars in a dark theme to be accessible](https://github.com/bkaankose/Wino-Mail/pull/177)
|
||||
- [Improved attachments UI and added filter option "Has files"](https://github.com/bkaankose/Wino-Mail/pull/181)
|
||||
- [Search improvements](https://github.com/bkaankose/Wino-Mail/pull/185)
|
||||
- [Added attachments drag & drop support](https://github.com/bkaankose/Wino-Mail/pull/191)
|
||||
|
||||
## 📧 Linked Inbox
|
||||
|
||||
Another feature from the Mail & Calendar is here. You can merge 2 or more accounts into 1 and check common folders like Inbox, Deleted, Spam etc. together! This was one of the highly requested features so far. Give it a try and let me know!
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## New Menu Navigation System
|
||||
|
||||
Wino's nested account-folder menu structure was a hussle for lots of people. Users wanted the old single-click navigation system back from the Mail & Calendars. Therefore, it's implemented in Wino as well. Now you are able to change the account first then the folders will load automatically.
|
||||
|
||||

|
||||
|
||||
In case of linked inbox, you will have a separate nested menu for each account individually, but common folders that serve the same purpose will be displayed as one.
|
||||
|
||||
## Extra Settings
|
||||
|
||||
More settings are baked into this version.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Imap Setup Dialog Improvements
|
||||
|
||||
Wino has now improved advanced IMAP server setup dialog for those who need more options to connect their IMAP servers. Most of the time Auto settings will work for you, but some servers require additional fields to be configured. Go for it only if you need to.
|
||||
|
||||

|
||||
|
||||
## New Languages
|
||||
|
||||
Thanks to our amazing community members Wino now supports 7 different languages:
|
||||
|
||||
- Chinese
|
||||
- Czech
|
||||
- French
|
||||
- German
|
||||
- Polish
|
||||
- Russian
|
||||
- Spanish
|
||||
|
||||
with the help of Crowdin contributors
|
||||
|
||||

|
||||
|
||||
Some of the translations are not completed yet, and Wino will fallback to English strings in case of the translation has not been translated yet.
|
||||
|
||||
Reference in New Issue
Block a user