Fix typo in changelog

This commit is contained in:
2019-08-12 10:34:58 +02:00
parent b55c976579
commit f7db4a924e
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision> <AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxBundlePlatforms>x64</AppxBundlePlatforms> <AppxBundlePlatforms>x64</AppxBundlePlatforms>
<PackageCertificateThumbprint>6977634CFB3DEB63FE32B05409BF2BF37D01A94E</PackageCertificateThumbprint> <PackageCertificateThumbprint>6977634CFB3DEB63FE32B05409BF2BF37D01A94E</PackageCertificateThumbprint>
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency> <AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency> <AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
<GenerateTestArtifacts>True</GenerateTestArtifacts> <GenerateTestArtifacts>True</GenerateTestArtifacts>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks> <HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>

View File

@@ -12,7 +12,7 @@
<AppxPackageIsForStore>True</AppxPackageIsForStore> <AppxPackageIsForStore>True</AppxPackageIsForStore>
<AppxShowAllApps>False</AppxShowAllApps> <AppxShowAllApps>False</AppxShowAllApps>
<AppxBuildConfigurationSelection>x64</AppxBuildConfigurationSelection> <AppxBuildConfigurationSelection>x64</AppxBuildConfigurationSelection>
<PackageOptionalProjectsInIdeBuilds>False</PackageOptionalProjectsInIdeBuilds> <PackageOptionalProjectsInIdeBuilds>True</PackageOptionalProjectsInIdeBuilds>
<ShowAllFiles>false</ShowAllFiles> <ShowAllFiles>false</ShowAllFiles>
<UapAppxPackageBuildMode>StoreOnly</UapAppxPackageBuildMode> <UapAppxPackageBuildMode>StoreOnly</UapAppxPackageBuildMode>
</PropertyGroup> </PropertyGroup>

View File

@@ -1190,7 +1190,7 @@ Roboto Font License:
- Fix PPI file association on OSX and iOS - Fix PPI file association on OSX and iOS
- Fix color bleeding due to interpolation - Fix color bleeding due to interpolation
- Fix layer index on undo/redo - Fix layer index on undo/redo
- Fox Import image aliasing - Fix Import image aliasing
- Fix color picking tool - Fix color picking tool
- Fix color from clipboard update global - Fix color from clipboard update global
- Fix VR stroke rendering - Fix VR stroke rendering