Skip to content

Commit 5ea22c3

Browse files
committed
Final preparations for release 2.2.2
1 parent a964fe7 commit 5ea22c3

File tree

3 files changed

+437
-419
lines changed

3 files changed

+437
-419
lines changed

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
### Version 2.2.2 - 24.04.2017 23:17 UTC
1+
### Version 2.2.2 - 24.04.2017 23:46 UTC
22
* Optimized Windows Store build (app size is now 16.5MB instead of 37MB) (#75)
33
* Fixed missing TSL examples after reinstall in some cases (#76)
44
* Fixed cancel not working in functions test benchmark (#58)
5+
* Fixed changelog not being present in installer version of app
56
* Icon in taskbar is now fully transparent in Windows Store version (#74)
7+
* Updated fonts:
8+
* Cambria from v6.82 to v6.96
9+
* Consolas from v6.91 to v6.96
610
* Updated libraries
711

812

build-uwp/AppxManifest.xml

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:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10">
3-
<Identity Name="Computator.NET" ProcessorArchitecture="x64" Publisher="CN=TROKA Software" Version="2.2.1.0" />
3+
<Identity Name="Computator.NET" ProcessorArchitecture="x64" Publisher="CN=TROKA Software" Version="2.2.2.0" />
44
<Properties>
55
<DisplayName>Computator.NET</DisplayName>
66
<PublisherDisplayName>TROKA Software</PublisherDisplayName>

0 commit comments

Comments
 (0)