Skip to content

Commit

Permalink
1.9.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fribbels committed Sep 26, 2023
1 parent 17d448c commit 51795ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions app/js/lib/updater.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { ipcRenderer } = require('electron');
global.ipcRenderer = ipcRenderer;
const currentVersion = "1.9.2-beta.3";
const currentVersion = "1.9.2";

global.TEST = false;

Expand Down Expand Up @@ -45,7 +45,9 @@ module.exports = {
<li>Artifact & self imprint display on optimizer tab</li>
<li>Per-item gs filter for optimization</li>
<li>Equipped column in optimizer tab</li>
<li>Importer scanner fixes</li>
<li>Automatic importer improvements & added support for CN server</li>
<li>Added final atk/hp/def multipliers in bonus stats for calculating Lethe artifact for example</li>
<li>Resizable item/hero/build grids</li>
</ul>
<h2>
New in v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Fribbels",
"url": "https://github.com/fribbels/Fribbels-Epic-7-Optimizer"
},
"version": "1.9.2-beta.3",
"version": "1.9.2",
"description": "Epic 7 Gear Optimizer",
"main": "./main.prod.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"publish": {
"provider": "github",
"owner": "fribbels",
"repo": "crispy-tribble",
"repo": "Fribbels-Epic-7-Optimizer",
"private": false
}
},
Expand Down

0 comments on commit 51795ba

Please sign in to comment.