File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11const { ipcRenderer } = require ( 'electron' ) ;
22global . ipcRenderer = ipcRenderer ;
3- const currentVersion = "1.9.2-beta.3 " ;
3+ const currentVersion = "1.9.2" ;
44
55global . 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 126126 "publish" : {
127127 "provider" : " github" ,
128128 "owner" : " fribbels" ,
129- "repo" : " crispy-tribble " ,
129+ "repo" : " Fribbels-Epic-7-Optimizer " ,
130130 "private" : false
131131 }
132132 },
You can’t perform that action at this time.
0 commit comments