From 808df963500eb1f388d9e444275d37d8a8207610 Mon Sep 17 00:00:00 2001 From: Julius Kirsch Date: Sat, 9 Sep 2023 22:36:39 +0200 Subject: [PATCH] updated for version 2.5.0 --- Fastedit/Assets/changelog.txt | 13 ++++++++++++- Fastedit/Fastedit.csproj | 4 ++-- Fastedit/Package.appxmanifest | 4 ++-- Fastedit/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/Fastedit/Assets/changelog.txt b/Fastedit/Assets/changelog.txt index 2445e2c..c850e4e 100644 --- a/Fastedit/Assets/changelog.txt +++ b/Fastedit/Assets/changelog.txt @@ -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 diff --git a/Fastedit/Fastedit.csproj b/Fastedit/Fastedit.csproj index 8f957c1..3b28627 100644 --- a/Fastedit/Fastedit.csproj +++ b/Fastedit/Fastedit.csproj @@ -26,7 +26,7 @@ x86|x64|arm|arm64 True 0 - E5B498E278856F720491A03D5013E656D398F8EF + 31005D76C01117397C1391884CCCB2CD42D16455 SHA256 @@ -453,7 +453,7 @@ 6.2.14 - 2.8.4 + 2.8.5 13.0.3 diff --git a/Fastedit/Package.appxmanifest b/Fastedit/Package.appxmanifest index 810133c..c266e83 100644 --- a/Fastedit/Package.appxmanifest +++ b/Fastedit/Package.appxmanifest @@ -11,8 +11,8 @@ + Publisher="CN=131520D9-7303-41D1-808C-53CCB4ADFB34" + Version="2.5.0.0" /> diff --git a/Fastedit/Properties/AssemblyInfo.cs b/Fastedit/Properties/AssemblyInfo.cs index 2a6c03e..4de0e98 100644 --- a/Fastedit/Properties/AssemblyInfo.cs +++ b/Fastedit/Properties/AssemblyInfo.cs @@ -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")]