File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,14 @@ https://github.com/codesbiome/electron-vue-typescript-webpack-2021
88
99### v1.0.0
1010
11+ - 🎉 Electron core upgraded to version ` v15 `
1112- Setup Vue environment for project
13+ - Application colors updated for vue environment
14+ - Default window background color updated.
1215- Update ` tsconfig.json ` settings as per vue requirements
16+ - Upgrade outdated deps:
17+ - ` electron ` upgraded to ` ^15.0.0 `
18+ - ` @electron-forge ` deps upgraded to ` 6.0.0-beta.61 `
19+ - ` @types/node ` upgraded to ` ^16.9.6 `
20+ - ` @typescript-eslint ` deps upgraded to ` ^4.31.2 `
21+ - ` css-loader ` upgraded to ` ^6.3.0 `
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const createWindow = (): void => {
1414 const mainWindow = new BrowserWindow ( {
1515 width : 800 ,
1616 height : 600 ,
17- backgroundColor : '#171b21 ' ,
17+ backgroundColor : '#0e141a ' ,
1818 show : false ,
1919 autoHideMenuBar : true ,
2020 webPreferences : {
You can’t perform that action at this time.
0 commit comments