Skip to content

Commit 51795ba

Browse files
committed
1.9.2 changelog
1 parent 17d448c commit 51795ba

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

app/js/lib/updater.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const { ipcRenderer } = require('electron');
22
global.ipcRenderer = ipcRenderer;
3-
const currentVersion = "1.9.2-beta.3";
3+
const currentVersion = "1.9.2";
44

55
global.TEST = false;
66

@@ -45,7 +45,9 @@ module.exports = {
4545
<li>Artifact & self imprint display on optimizer tab</li>
4646
<li>Per-item gs filter for optimization</li>
4747
<li>Equipped column in optimizer tab</li>
48-
<li>Importer scanner fixes</li>
48+
<li>Automatic importer improvements & added support for CN server</li>
49+
<li>Added final atk/hp/def multipliers in bonus stats for calculating Lethe artifact for example</li>
50+
<li>Resizable item/hero/build grids</li>
4951
</ul>
5052
<h2>
5153
New in v1.9.0

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Fribbels",
66
"url": "https://github.com/fribbels/Fribbels-Epic-7-Optimizer"
77
},
8-
"version": "1.9.2-beta.3",
8+
"version": "1.9.2",
99
"description": "Epic 7 Gear Optimizer",
1010
"main": "./main.prod.js",
1111
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"publish": {
127127
"provider": "github",
128128
"owner": "fribbels",
129-
"repo": "crispy-tribble",
129+
"repo": "Fribbels-Epic-7-Optimizer",
130130
"private": false
131131
}
132132
},

0 commit comments

Comments
 (0)