Skip to content

Commit

Permalink
updated for version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenAssassine committed Sep 9, 2023
1 parent a1cb07c commit 808df96
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
13 changes: 12 additions & 1 deletion Fastedit/Assets/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
#Version 2.4.0 [7/10/2023]
#Version 2.5.0 [09/09/2023]
• Added a right-click menu to copy text from the status bar item.
• Added support for "Open With" and "Save" for .tex, .csv, and .toml file formats.
• Moved the "Syntax Highlighting" option "None" to the top.
• Updated Microsoft.UI.Xaml to version 2.8.5.
• Fixed a bug where the edit design page always prompted to save even without changes.
• Fixed a bug where the app crashed when pressing Enter in the quick access without an item selected.
• Fixed a bug where the app crashed when attempting to reopen a file with an encoding, but the file did not exist.
• Fixed design1 to have a solid background color for the dialog.

---
#Version 2.4.0 [7/10/2023]
• Added CSS syntaxhighlighting
• Added autopairing for brackets and quotation marks
• Added rename file dialog
Expand Down
4 changes: 2 additions & 2 deletions Fastedit/Fastedit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<AppxBundlePlatforms>x86|x64|arm|arm64</AppxBundlePlatforms>
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<PackageCertificateThumbprint>E5B498E278856F720491A03D5013E656D398F8EF</PackageCertificateThumbprint>
<PackageCertificateThumbprint>31005D76C01117397C1391884CCCB2CD42D16455</PackageCertificateThumbprint>
<PackageCertificateKeyFile />
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
</PropertyGroup>
Expand Down Expand Up @@ -453,7 +453,7 @@
<Version>6.2.14</Version>
</PackageReference>
<PackageReference Include="Microsoft.UI.Xaml">
<Version>2.8.4</Version>
<Version>2.8.5</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.3</Version>
Expand Down
4 changes: 2 additions & 2 deletions Fastedit/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<Identity
Name="52804JuliusKirsch.Fastedit"
Publisher="CN=Julius"
Version="2.4.0.0" />
Publisher="CN=131520D9-7303-41D1-808C-53CCB4ADFB34"
Version="2.5.0.0" />

<mp:PhoneIdentity PhoneProductId="3b0b91ff-dc83-4170-87f9-d51da36d8a48" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down
4 changes: 2 additions & 2 deletions Fastedit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.4.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
[assembly: AssemblyVersion("2.5.0.0")]
[assembly: AssemblyFileVersion("2.5.0.0")]
[assembly: ComVisible(false)]
[assembly: NeutralResourcesLanguage("en-US")]

0 comments on commit 808df96

Please sign in to comment.