Skip to content

Commit

Permalink
Bump to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Nov 18, 2022
1 parent 7df3145 commit a097599
Show file tree
Hide file tree
Showing 2 changed files with 6 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.2.3",
"version": "1.2.4",
"description": "FSG Farm Sim Mod Assistant",
"main": "modAssist_main.js",
"homepage": "https://github.com/FSGModding/FSG_Mod_Assistant#readme",
Expand Down
6 changes: 5 additions & 1 deletion renderer/a_changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,12 @@ <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>
<h4>1.2.4</h4>
<ul>
<li>ADD: Debug Log Now more useful</li>
<li>FIX: Search term in a collection is remembered when the list reloads</li>
<li>FIX: Visual issues with some non EN locales</li>
<li>HOTFIX: Don't error out if we aren't sure where the center of the active display is</li>
<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>
Expand Down

0 comments on commit a097599

Please sign in to comment.