Skip to content

Commit

Permalink
Bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Nov 28, 2022
1 parent df6a89a commit 49f006a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"isloaded",
"isused",
"jtsage",
"keybinds",
"Kverneland",
"langtest",
"mapid",
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": "1.2.5",
"version": "1.3.0",
"description": "FSG Farm Sim Mod Assistant",
"main": "modAssist_main.js",
"homepage": "https://github.com/FSGModding/FSG_Mod_Assistant#readme",
Expand Down
16 changes: 7 additions & 9 deletions renderer/a_changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ <h2 class="ps-2 mastHead"><l10n name="app_name"></l10n> <l10n class="ver" name="
<div class="row">
<div class="col-auto"><img style="width: auto; height: 200px" src="img/sidebar.png"></div>
<div class="col">
<h4>1.3.0</h4>
<ul>
<li>UPDATE: RU and PL locales</li>
<li>ADD: ModHub yes/no field in CSV exports</li>
<li>FIX: Don't try and use the internet if it's off</li>
<li>FIX: Fail better on invalid symlinks</li>
</ul>
<h4>1.2.5</h4>
<ul>
<li>FIX: Move mods across different drives now works</li>
Expand All @@ -55,15 +62,6 @@ <h4>1.2.5</h4>
<li>ADD: Remember location, size, and maximization of all windows</li>
<li>FIX: Status popup always updates now?</li>
</ul>
<h4>1.2.0</h4>
<ul>
<li>ADD: Allow download of all mods from DEDI servers</li>
<li>ADD: Allow marking "favorite" collection(s) to quickly copy to many other collections</li>
<li>FIX: Catch network errors on modhub lists</li>
<li>FIX: Suppress "update" tag when we don't know the modhub version yet (new mods)</li>
<li>FIX: Open modDesc description links in your default browser instead of the app.</li>
<li>ADD: ModHub link on details page when appropriate</li>
</ul>
</div>
</div>
</div>
Expand Down

0 comments on commit 49f006a

Please sign in to comment.