Skip to content

Commit 523c570

Browse files
committed
Version 1.2.1562
1 parent 18ac945 commit 523c570

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

‎Unigram/Unigram.Core/Common/ApplicationSettings.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ public static ApplicationSettings Current
7272

7373
#region App version
7474

75-
public const int CurrentVersion = 1014530;
76-
public const string CurrentChangelog = "Ladies and gentlemen, please welcome Unigram X.\r\nSince the beginning of the year we're working closely with TDLib creators to deliver you the best Telegram experience on Windows 10.\r\nWe're proud to announce that the wait is over, and the app has been rewritten from scratch to guarantee you performance, stability and security.\r\n\r\nHere's what we've done so far:\r\n- Every chat you open is now securely cached on your device, so you can browse them even when internet connection isn't available.\r\n- Secret chats are now fully supported: this allows you to communicate with your friends using end-to-end encryption, even on desktop.\r\n- My People integration: you can now pin your contacts to the Windows taskbar and use Unigram to chat with them without opening the full app.\r\n- The app is now faster, stronger, better.\r\n\r\nSome of the features available in the old app might be unavailable at the moment, but they're going to come soon.\r\nIf something important for you is missing in the app don't esitate to contact us and we'll work to bring it to you as soon as possible!";
75+
public const int CurrentVersion = 1215620;
76+
public const string CurrentChangelog = "- Work mode: hide muted chats to focus on important conversations.\r\n- Compact mode: the app will now show just profile pictures in chats list if the window isn't wide enough.\r\n- Zoom photos and videos: when you open a media full screen you can now zoom it using touch or mouse wheel.";
7777

7878
private int? _appVersion;
7979
public int Version

‎Unigram/Unigram/Package.appxmanifest‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" IgnorableNamespaces="uap uap3 uap4 uap5 mp rescap desktop">
3-
<Identity Name="38833FF26BA1D.UnigramPreview" Publisher="CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version="1.1.1532.0" />
3+
<Identity Name="38833FF26BA1D.UnigramPreview" Publisher="CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version="1.2.1562.0" />
44
<mp:PhoneIdentity PhoneProductId="7cee5e5f-3643-4af8-b03b-4ef88223724a" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>Unigram - A Telegram universal experience</DisplayName>

‎Unigram/Unigram/Unigram.csproj‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
2121
<AppxSymbolPackageEnabled>True</AppxSymbolPackageEnabled>
2222
<AppxBundle>Always</AppxBundle>
23-
<AppxBundlePlatforms>x64|arm</AppxBundlePlatforms>
23+
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
2424
<PackageCertificateThumbprint>BCF3F68C8F50DE819284C634BE7D5030F61E2216</PackageCertificateThumbprint>
25-
<!--<BuildAppxSideloadPackageForUap>False</BuildAppxSideloadPackageForUap>-->
25+
<BuildAppxSideloadPackageForUap>False</BuildAppxSideloadPackageForUap>
2626
</PropertyGroup>
2727
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
2828
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)