Skip to content

Commit

Permalink
Bump to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Nov 17, 2022
1 parent 5c649a8 commit 7a88bfa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
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.1",
"version": "1.2.2",
"description": "FSG Farm Sim Mod Assistant",
"main": "modAssist_main.js",
"homepage": "https://github.com/FSGModding/FSG_Mod_Assistant#readme",
Expand Down
20 changes: 7 additions & 13 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.2.2</h4>
<ul>
<li>FIX: Download all from DEDI fixed</li>
<li>FIX: Hibernate/Sleep will not throw network errors</li>
<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>
Expand All @@ -51,19 +58,6 @@ <h4>1.2.0</h4>
<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>
<h4>1.1.0</h4>
<ul>

<li>ADD: Changelog displayed once per version</li>
<li>FIX: Catch invalid or not set game path for launch button</li>
<li>FIX: Don't error on opening preferences before adding folders (#10)</li>
<li>ADD: Export list to CSV</li>
<li>ADD: Notes per folder (including auto-applied multiplayer settings)</li>
<li>ADD: Detect possible key binding conflicts. (new mod cache required)</li>
<li>ADD: Allow toggling of in-game Development Controls</li>
<li>ADD: Allow re-ordering of collections (Folders window)</li>
<li>UPDATE: ru.json (vitalii201), pl.json (KITT3000), and nl.json (Jos)</li>
</ul>
</div>
</div>
</div>
Expand Down

0 comments on commit 7a88bfa

Please sign in to comment.