diff --git a/PTMagic/Program.cs b/PTMagic/Program.cs index 2ef3f6d..5af0589 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.1")] +[assembly: AssemblyVersion("2.2.2")] [assembly: AssemblyProduct("PT Magic")] namespace PTMagic diff --git a/_Development/Update Notes Template.txt b/_Development/Update Notes Template.txt index deb99e8..121ae6c 100644 --- a/_Development/Update Notes Template.txt +++ b/_Development/Update Notes Template.txt @@ -1,7 +1,4 @@ -# Changes -- This release addresses... (primary fix/change) -- -- +**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.** # Update Instructions ### General @@ -9,10 +6,24 @@ - PTMagic 2.1 only works with Profit Trailer v2.2. ### .Net -- You must upgrade .Net runtime on your operating system to version 2.1.7 at +- You must upgrade .Net runtime on your operating system to version 2.1.7 or higher at https://dotnet.microsoft.com/download/thank-you/dotnet-runtime-2.1.7-windows-hosting-bundle-installer ### IMPORTANT - REQUIRED settings changes -- -- See the default settings included in the release for an example. -- If you are updating from an older version of PTMagic, check prior recent releases for other required settings changes. \ No newline at end of file +- 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 +