From 72501153c1c654ab9bc0dbb7b911a6706234f619 Mon Sep 17 00:00:00 2001 From: HojouFotytu <36724681+HojouFotytu@users.noreply.github.com> Date: Thu, 6 Jun 2019 11:52:48 +0900 Subject: [PATCH 1/2] Change Update Notes Template --- _Development/Update Notes Template.txt | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/_Development/Update Notes Template.txt b/_Development/Update Notes Template.txt index 121ae6c..65b65d0 100644 --- a/_Development/Update Notes Template.txt +++ b/_Development/Update Notes Template.txt @@ -1,4 +1,4 @@ -**This release addresses upcoming changes to PT 2.3.3's strategy naming convention, custom stratgey labels, as well as other various improvements and fixes.** +**This release...** # Update Instructions ### General @@ -13,17 +13,4 @@ https://dotnet.microsoft.com/download/thank-you/dotnet-runtime-2.1.7-windows-hos - If you are updating from an earlier version of PTMagic, check any releases since your version, or the default settings included with this release, for new lines that must be added to your settings file. # Changes -- Added strategy shortcut for "Rebuy Timeout" and "Min/Max Change percent" -- Added a temporary shortcut for PT's new Formula strategy. Later versions should disply "Formula" as green/red for true/false. -- Added a fix to stop mis-detection of preset file changes due to daylight savings. -- Amount of coins held now shows in the Bag Analyzer page. -- Fixed an issue with Dashboard refreshing that was causing browser and server issues -- Updated some JS dependencies -- Fix to ensure a correct value for 24Hour trend -- Bag Analyzer page is now sortable by 24Hour Trend -- Fixes for mobile view and SSV added to bags list -- Fixed an issue that causeed the TickerWidge to make repeated calls -- Removed PTData from ticker as it is no longer used -- Implemented changes to strategy shortcuts for compatibility with the upcoming release of PT 2.3.3, this will also ensure custom strategy labels are recognized by PTM as buy/sell strategies. -- Altered potential frozen process warning for clarity, and to include suggested remedies - +- From fa51f60f2d6bf0dac97f85bba996678e3a768758 Mon Sep 17 00:00:00 2001 From: HojouFotytu <36724681+HojouFotytu@users.noreply.github.com> Date: Thu, 6 Jun 2019 11:55:30 +0900 Subject: [PATCH 2/2] Update Version Number --- PTMagic/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PTMagic/Program.cs b/PTMagic/Program.cs index 052911d..b1acd6e 100644 --- a/PTMagic/Program.cs +++ b/PTMagic/Program.cs @@ -7,7 +7,7 @@ using Core.Helper; using Core.Main.DataObjects.PTMagicData; using Microsoft.Extensions.DependencyInjection; -[assembly: AssemblyVersion("2.2.3")] +[assembly: AssemblyVersion("2.2.4")] [assembly: AssemblyProduct("PT Magic")] namespace PTMagic