readme, version change 1.1.0

This commit is contained in:
ReznoRMichael 2021-02-17 04:12:27 +01:00
parent 5acef77b8a
commit 460ce42ad4
3 changed files with 5 additions and 3 deletions

View file

@ -242,7 +242,7 @@ If you like the tool and wish it developed further with more functions and easie
— Added save's Play Time — Added save's Play Time
* v1.0.4 2021-xx-xx: * v1.1.0 2021-xx-xx:
**General Backwards Compatibility** with Hollow Knight version 1.0.0.6 save files (February 2017 release version) and all above. **General Backwards Compatibility** with Hollow Knight version 1.0.0.6 save files (February 2017 release version) and all above.
@ -259,6 +259,8 @@ If you like the tool and wish it developed further with more functions and easie
— Added a small scroll up arrow for fast returning to top. — Added a small scroll up arrow for fast returning to top.
— Performance optimizations. Should work ~2x faster. Difference may be noticeable rather more on mobile devices than on PCs.
## Using ## Using
* JavaScript (compiled to ES 6 / ES 2015) * JavaScript (compiled to ES 6 / ES 2015)

View file

@ -1,6 +1,6 @@
{ {
"name": "hollow-knight-completion-check", "name": "hollow-knight-completion-check",
"version": "1.0.4", "version": "1.1.0",
"description": "Hollow Knight Save Game Completion Analyzer Web Tool", "description": "Hollow Knight Save Game Completion Analyzer Web Tool",
"main": "index.html", "main": "index.html",
"scripts": { "scripts": {

View file

@ -113,7 +113,7 @@
<div style="margin-bottom: 20px;"></div> <div style="margin-bottom: 20px;"></div>
<p class="smalltext"> <p class="smalltext">
v1.0.4. Work-In-Progress. Feedback: <a href="https://steamcommunity.com/app/367520/discussions/0/2915472677711090083/" target="_blank"><i class="simpleicon-steam"></i>Steam Discussions</a> <a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i class="simpleicon-steam"></i>Steam Guide</a>.<br> v1.1.0. Work-In-Progress. Feedback: <a href="https://steamcommunity.com/app/367520/discussions/0/2915472677711090083/" target="_blank"><i class="simpleicon-steam"></i>Steam Discussions</a> <a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i class="simpleicon-steam"></i>Steam Guide</a>.<br>
Programmed, written and created by 🉑 <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank">rezno[R]</a> &copy; 20202021<br> Programmed, written and created by 🉑 <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank">rezno[R]</a> &copy; 20202021<br>
<a href="https://www.paypal.me/ReznoRMichael" target="_blank"><i class="simpleicon-paypal"></i>Support Tool (PayPal)<i class="simpleicon-paypal"></i></a> <a href="https://www.paypal.me/ReznoRMichael" target="_blank"><i class="simpleicon-paypal"></i>Support Tool (PayPal)<i class="simpleicon-paypal"></i></a>
</p> </p>