Skip to content

Commit

Permalink
Bump to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Feb 21, 2023
1 parent 4c429ea commit 0f715de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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.1.1",
"version": "2.1.2",
"description": "FSG Farm Sim Mod Assistant",
"main": "modAssist_main.js",
"homepage": "https://github.com/FSGModding/FSG_Mod_Assistant#readme",
Expand Down
8 changes: 8 additions & 0 deletions renderer/a_changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,27 @@ <h2 class="ps-2 mastHead"><l10n name="app_name"></l10n></h2>
<h4>What's New?</h4>
<ul class="list-group list-group-flush mb-3">
<li class="list-group-item bg-body"><span class="badge text-bg-primary">UPDATE</span> Rewrite of the filtering and selection functions to make the user experience feel faster</li>
<li class="list-group-item bg-body"><span class="badge text-bg-success text-white">NEW FEATURE</span> Set a custom download / info URL per-mod</li>
<li class="list-group-item bg-body"><span class="badge text-bg-success text-white">NEW FEATURE</span> Support for light and dark mode (dark by default)</li>
<li class="list-group-item bg-body"><span class="badge text-bg-success text-white">NEW FEATURE</span> Support for other Farming Simulator Versions (FS13, FS15, FS17, & FS19)</li>
<li class="list-group-item bg-body"><span class="badge text-bg-warning text-white">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>GitHub Changelogs</h4>
<ul>
<li>2.1.2 - <a href="https://github.com/FSGModding/FSG_Mod_Assistant/issues/77" target="_blank">Issue #77</a>
<li>2.1.1 - No changelog, simple fix for "Select in Main" failing, update translations.</li>
<li>2.1.0 - <a href="https://github.com/FSGModding/FSG_Mod_Assistant/issues/65" target="_blank">Issue #65</a>
<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">
2.1.2
<ul style="list-style:square;" >
<li>Add option to set a custom info/download link for each mod</li>
</ul>
</li>
<li class="list-group-item bg-body">
2.1.0
<ul style="list-style:square;" >
Expand Down

0 comments on commit 0f715de

Please sign in to comment.