1.7.6 Release
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Wino.Mail.ViewModels
|
|||||||
{
|
{
|
||||||
public partial class WelcomePageViewModel : BaseViewModel
|
public partial class WelcomePageViewModel : BaseViewModel
|
||||||
{
|
{
|
||||||
public const string VersionFile = "172.md";
|
public const string VersionFile = "176.md";
|
||||||
|
|
||||||
private readonly IFileService _fileService;
|
private readonly IFileService _fileService;
|
||||||
|
|
||||||
|
|||||||
33
Wino.Mail/Assets/ReleaseNotes/176.md
Normal file
33
Wino.Mail/Assets/ReleaseNotes/176.md
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
# 🚀 Welcome to Wino Mail 1.7.6
|
||||||
|
|
||||||
|
This version brings bunch of UI improvements and bugfixes on top of the added features thanks to our community members.
|
||||||
|
|
||||||
|
## Separated UI Zones
|
||||||
|
|
||||||
|
Community liked the proposed designs for separated UI parts and it's implemented now thanks to [Tiktack](https://github.com/Tiktack)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Including Conversation History for Replies and Forwards
|
||||||
|
|
||||||
|
Previously when you replied to an e-mail conversation history was not included into new draft. This was a limitation due to Quill editor we use as a composer editor but now thanks to [Tiktack](https://github.com/Tiktack) Wino now uses Jodit editor as a composer. It's able to render HTML as it is better.
|
||||||
|
|
||||||
|
## HTML Signatures
|
||||||
|
|
||||||
|
You can now copy your signature as HTML and paste directly into signature editor. This was asked by community and now is possible with the new Jodit composer.
|
||||||
|
|
||||||
|
## Reworked Menu System
|
||||||
|
|
||||||
|
Merged accounts will not list individual accounts below instead of inside the More folder menu item.
|
||||||
|
|
||||||
|
## New IMAP and Gmail Folder Synchronization
|
||||||
|
|
||||||
|
IMAP and Gmail folder synchronization mechanism is reworked. New code works faster and fixed couple parent-child relation issues with the folder. I hope this will also resolve a lot of people complaining some Gmail folders are not visible for them after the initial sync.
|
||||||
|
|
||||||
|
## New Languages
|
||||||
|
|
||||||
|
Thanks to our amazing community members Wino has more languages supported in this version 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.
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
<Identity
|
<Identity
|
||||||
Name="58272BurakKSE.WinoMailPreview"
|
Name="58272BurakKSE.WinoMailPreview"
|
||||||
Publisher="CN=51FBDAF3-E212-4149-89A2-A2636B3BC911"
|
Publisher="CN=51FBDAF3-E212-4149-89A2-A2636B3BC911"
|
||||||
Version="1.7.4.0" />
|
Version="1.7.6.0" />
|
||||||
|
|
||||||
<mp:PhoneIdentity PhoneProductId="0f6f3c1b-6ffd-4212-9c91-a16e8d1fa437" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
|
<mp:PhoneIdentity PhoneProductId="0f6f3c1b-6ffd-4212-9c91-a16e8d1fa437" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
|
||||||
|
|
||||||
|
|||||||
@@ -114,7 +114,7 @@
|
|||||||
<Prefer32Bit>false</Prefer32Bit>
|
<Prefer32Bit>false</Prefer32Bit>
|
||||||
<!-- .NET Native Shit -->
|
<!-- .NET Native Shit -->
|
||||||
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
||||||
<UseDotNetNativeSharedAssemblyFrameworkPackage>true</UseDotNetNativeSharedAssemblyFrameworkPackage>
|
<UseDotNetNativeSharedAssemblyFrameworkPackage>false</UseDotNetNativeSharedAssemblyFrameworkPackage>
|
||||||
<Use64BitCompiler>true</Use64BitCompiler>
|
<Use64BitCompiler>true</Use64BitCompiler>
|
||||||
<OutOfProcPDB>true</OutOfProcPDB>
|
<OutOfProcPDB>true</OutOfProcPDB>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@@ -762,7 +762,7 @@
|
|||||||
<Content Include="JS\libs\jodit.min.css" />
|
<Content Include="JS\libs\jodit.min.css" />
|
||||||
<Content Include="JS\libs\jodit.min.js" />
|
<Content Include="JS\libs\jodit.min.js" />
|
||||||
<Content Include="JS\reader.html" />
|
<Content Include="JS\reader.html" />
|
||||||
<Content Include="Assets\ReleaseNotes\172.md" />
|
<Content Include="Assets\ReleaseNotes\176.md" />
|
||||||
<None Include="Package.StoreAssociation.xml" />
|
<None Include="Package.StoreAssociation.xml" />
|
||||||
<Content Include="Properties\Default.rd.xml" />
|
<Content Include="Properties\Default.rd.xml" />
|
||||||
<Content Include="Assets\SplashScreen.scale-200.png" />
|
<Content Include="Assets\SplashScreen.scale-200.png" />
|
||||||
|
|||||||
Reference in New Issue
Block a user