Merge pull request #85 from HojouFotytu/develop

Update Notes Template
This commit is contained in:
HojouFotytu 2019-03-06 23:32:17 +09:00 committed by GitHub
commit 4569eee570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 2 deletions

View File

@ -123,7 +123,7 @@
</li>
<li>
<a href="https://github.com/PTMagicians/PTMagic/wiki#donations-1" target="_blank"><i class="fa fa-btc fa-2x"></i> <span>Donate</span></a>
<a href="https://github.com/PTMagicians/PTMagic/wiki#donations" target="_blank"><i class="fa fa-btc fa-2x"></i> <span>Donate</span></a>
</li>
</ul>

View File

@ -82,7 +82,7 @@
<thead>
<tr>
<th>Market</th>
<th class="text-left" data-toggle="tooltip" data-placement="top" title="Current Total Value">Value</th>
<th class="text-left" data-toggle="tooltip" data-placement="top" title="Total Bag Value">Value</th>
<th class="text-right" data-toggle="tooltip" data-placement="top" title="Current DCA level">DCA</th>
<th data-toggle="tooltip" data-placement="top" title="Active buy strategies">Buy Strats</th>
<th data-toggle="tooltip" data-placement="top" title="Active sell strategies">Sell Strats</th>

View File

@ -0,0 +1,18 @@
# Changes
- This release addresses... (primary fix/change)
-
-
# Update Instructions
### General
- Always follow [these update instructions](https://github.com/PTMagicians/PTMagic/wiki/Updating-PT-Magic) when updating to a new version of PT Magic.
- 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
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.