Skip to content

Commit

Permalink
Bump to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Nov 19, 2022
1 parent e5542a1 commit 511878d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.4",
"version": "1.2.5",
"description": "FSG Farm Sim Mod Assistant",
"main": "modAssist_main.js",
"homepage": "https://github.com/FSGModding/FSG_Mod_Assistant#readme",
Expand Down
4 changes: 3 additions & 1 deletion renderer/a_changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ <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.4</h4>
<h4>1.2.5</h4>
<ul>
<li>FIX: Move mods across different drives now works</li>
<li>ADD: "Find All" screen to search all mod lists</li>
<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>
Expand Down
2 changes: 1 addition & 1 deletion renderer/renderJS/find_ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function makeModRow(thisMod) {
<div class="search-string">${thisMod.name}<br /><small>${thisMod.title} - <em>${thisMod.author}</em></small></div>
</td>
<td class="text-end pe-4">
<dl class="row g-0">${versions.join('')}</dl>
<small><dl class="row g-0">${versions.join('')}</dl></small>
</td>
</tr>`
}
Expand Down

0 comments on commit 511878d

Please sign in to comment.