Skip to content

Commit

Permalink
Bump to 2.0.1 (enable URL's in changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Feb 3, 2023
1 parent 7f1a9dc commit e06d505
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions modAssist_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ const subWindows = {
HTMLFile : 'a_changelog.html',
subWindowArgs : { parent : 'main', fixed : true, preload : 'aChangelogWindow' },
callback : () => { return },
handleURLinWin : true,
},
folder : {
winName : 'folder',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fsg-mod-assistant",
"version": "2.0.0",
"version": "2.0.1",
"description": "FSG Farm Sim Mod Assistant",
"main": "modAssist_main.js",
"homepage": "https://github.com/FSGModding/FSG_Mod_Assistant#readme",
Expand Down
4 changes: 4 additions & 0 deletions renderer/a_changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ <h4>What's New?</h4>
<li class="list-group-item bg-body"><span class="badge text-bg-warning">NOTICE</span> Consider clearing your mod cache if upgrading from a previous version. It will take a few minutes, but should improve performance. There is a "Clear" button in user preferences.</li>
</ul>

<h4>Minor Changelogs</h4>
<ul>
<li>2.0.1 - <a href="https://github.com/FSGModding/FSG_Mod_Assistant/issues/62" target="_blank">Issue #62</a>
</ul>
<h4>Added Features by Major Version</h4>
<ul class="list-group list-group-flush mb-3">
<li class="list-group-item bg-body">
Expand Down

0 comments on commit e06d505

Please sign in to comment.