|
62 | 62 | <div class="dropdown-content"> |
63 | 63 | <a href="#" onclick="deckmaster.restart()">Restart</a> |
64 | 64 | <a href="#" onclick="deckmaster.wiki()">User documentation</a> |
65 | | - <a href="#" onclick="deckmaster.link('https://discord.gg/dmE2rNwu')">Discord</a> |
| 65 | + <a href="#" onclick="deckmaster.link('https://discord.gg/5R7Zt9yqBr')">Discord</a> |
66 | 66 | <a href="#" onclick="deckmaster.link('https://github.com/TheOtterlord/deckmaster')">GitHub</a> |
67 | 67 | <a href="#" onclick="openChangelog()">Changelog</a> |
68 | 68 | <a href="#" onclick="checkForUpdates()">Check for updates</a> |
@@ -465,12 +465,12 @@ <h6 class="ir-hint-text"></h6> |
465 | 465 | </div> |
466 | 466 | <div class="tab" id="About"> |
467 | 467 | <h2>About</h2> |
468 | | - <p>Version: 0.6.2</p> |
| 468 | + <p>Version: 0.6.3</p> |
469 | 469 | <p>Author: Reuben Tier (AKA TheOtterlord)</p> |
470 | 470 | <p>Website: <a href="https://theotterlord.github.io/deckmaster" |
471 | 471 | target="_blank">https://theotterlord.github.io/deckmaster</a></p> |
472 | 472 | <p>Bug Tracker: <a href="https://github.com/TheOtterlord/deckmaster/issues" target="_blank">GitHub</a></p> |
473 | | - <p>Discord: <a href="https://discord.gg/dmE2rNwu" target="_blank">Invite</a></p> |
| 473 | + <p>Discord: <a href="https://discord.gg/5R7Zt9yqBr" target="_blank">Invite</a></p> |
474 | 474 | </div> |
475 | 475 | <div class="ir-flex-row"> |
476 | 476 | <button class="ir-flex ir-button" onclick="deckmaster.reset_all()">Reset All Settings</button> |
@@ -499,21 +499,14 @@ <h2>Welcome</h2> |
499 | 499 | <div class="changelog" style="padding: 16px;"> |
500 | 500 | <h2>What's new in <span class="version"></span></h2> |
501 | 501 | <div> |
| 502 | + <p>Quick update to add full changelog link & fix Discord invites.</p> |
502 | 503 | <h3 id="added">Added</h3> |
503 | 504 | <ul> |
504 | | - <li>Changelog that launches after updating</li> |
505 | | - </ul> |
506 | | - <h3 id="changed">Changed</h3> |
507 | | - <ul> |
508 | | - <li>Update about info</li> |
| 505 | + <li>GitHub Changelog link</li> |
509 | 506 | </ul> |
510 | 507 | <h3 id="fixed">Fixed</h3> |
511 | 508 | <ul> |
512 | | - <li>Fix a bug causing new decks to not be added to recent docs when saved</li> |
513 | | - <li>Fix transition between deck editor & combo editor</li> |
514 | | - <li>Fix level filter in deck editor</li> |
515 | | - <li>Fix a bug with select/remove combo</li> |
516 | | - <li>Fix issue with ygopro link when no path was selected</li> |
| 509 | + <li>Discord invite (make permanent)</li> |
517 | 510 | </ul> |
518 | 511 | </div> |
519 | 512 | <div class="ir-flex-row"> |
|
0 commit comments