diff --git a/Wino.Mail.ViewModels/AppShellViewModel.cs b/Wino.Mail.ViewModels/AppShellViewModel.cs
index 3067d2b9..e646a702 100644
--- a/Wino.Mail.ViewModels/AppShellViewModel.cs
+++ b/Wino.Mail.ViewModels/AppShellViewModel.cs
@@ -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)
diff --git a/Wino.Mail.ViewModels/WelcomePageViewModel.cs b/Wino.Mail.ViewModels/WelcomePageViewModel.cs
index ffcbf56e..2457c7f4 100644
--- a/Wino.Mail.ViewModels/WelcomePageViewModel.cs
+++ b/Wino.Mail.ViewModels/WelcomePageViewModel.cs
@@ -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;
diff --git a/Wino.Mail/Assets/ReleaseNotes/170.md b/Wino.Mail/Assets/ReleaseNotes/170.md
deleted file mode 100644
index 67fff691..00000000
--- a/Wino.Mail/Assets/ReleaseNotes/170.md
+++ /dev/null
@@ -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! 🍀
diff --git a/Wino.Mail/Assets/ReleaseNotes/171.md b/Wino.Mail/Assets/ReleaseNotes/171.md
new file mode 100644
index 00000000..168fbaa8
--- /dev/null
+++ b/Wino.Mail/Assets/ReleaseNotes/171.md
@@ -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.
diff --git a/Wino.Mail/Package.appxmanifest b/Wino.Mail/Package.appxmanifest
index 0ce91ba0..47a46ca4 100644
--- a/Wino.Mail/Package.appxmanifest
+++ b/Wino.Mail/Package.appxmanifest
@@ -21,7 +21,7 @@
+ Version="1.7.1.0" />
diff --git a/Wino.Mail/Wino.Mail.csproj b/Wino.Mail/Wino.Mail.csproj
index 0b59c6a6..5d8f0915 100644
--- a/Wino.Mail/Wino.Mail.csproj
+++ b/Wino.Mail/Wino.Mail.csproj
@@ -760,7 +760,7 @@
-
+