Skip to content

Commit

Permalink
Bump to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Jan 22, 2023
1 parent 194d9cc commit bd0b4c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.9.1",
"version": "1.9.2",
"description": "FSG Farm Sim Mod Assistant",
"main": "modAssist_main.js",
"homepage": "https://github.com/FSGModding/FSG_Mod_Assistant#readme",
Expand Down
5 changes: 4 additions & 1 deletion renderer/a_changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ <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.9.1</h4>
<h4>1.9.2</h4>
<ul>
<li>FIX: Cache cleaning could happen "invisibly", add a timeout</li>
<li>FIX: Uncaught error type on updater</li>
<li>FIX: More data sanitization</li>
<li>ADD: CrowdIn Link with the rest of the language settings in user preferences</li>
<li>FIX: Edge cases for the translator failing and not populating buttons and icons</li>
<li>CHANGE: Active collection icon is now green with a white check</li>
Expand Down

0 comments on commit bd0b4c3

Please sign in to comment.