1 Commits

Author SHA1 Message Date
Burak Kaan Köse
a641a51188 Release beta 1.7.1 2024-04-20 03:07:40 +02:00
6 changed files with 19 additions and 15 deletions

View File

@@ -602,7 +602,7 @@ namespace Wino.Mail.ViewModels
{
NavigationService.Navigate(winoPage);
StatePersistenceService.CoreWindowTitle = "Wino Mail";
StatePersistenceService.CoreWindowTitle = "Wino Mail Beta";
}
public async Task MenuItemInvokedOrSelectedAsync(IMenuItem clickedMenuItem)

View File

@@ -8,7 +8,7 @@ namespace Wino.Mail.ViewModels
{
public partial class WelcomePageViewModel : BaseViewModel
{
public const string VersionFile = "170.md";
public const string VersionFile = "171.md";
private readonly IFileService _fileService;

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.

View File

@@ -21,7 +21,7 @@
<Identity
Name="58272BurakKSE.WinoMailPreview"
Publisher="CN=51FBDAF3-E212-4149-89A2-A2636B3BC911"
Version="1.7.0.0" />
Version="1.7.1.0" />
<mp:PhoneIdentity PhoneProductId="0f6f3c1b-6ffd-4212-9c91-a16e8d1fa437" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

View File

@@ -760,7 +760,7 @@
<Content Include="Assets\WinoIcons.ttf" />
<Content Include="JS\Quill\reader.css" />
<Content Include="JS\Quill\reader.html" />
<Content Include="Assets\ReleaseNotes\170.md" />
<Content Include="Assets\ReleaseNotes\171.md" />
<None Include="Package.StoreAssociation.xml" />
<Content Include="Properties\Default.rd.xml" />
<Content Include="Assets\SplashScreen.scale-200.png" />