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
8
8
9
9
### v1.0.0
10
10
11
+ - 🎉 Electron core upgraded to version ` v15 `
11
12
- Setup Vue environment for project
13
+ - Application colors updated for vue environment
14
+ - Default window background color updated.
12
15
- 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 => {
14
14
const mainWindow = new BrowserWindow ( {
15
15
width : 800 ,
16
16
height : 600 ,
17
- backgroundColor : '#171b21 ' ,
17
+ backgroundColor : '#0e141a ' ,
18
18
show : false ,
19
19
autoHideMenuBar : true ,
20
20
webPreferences : {
You can’t perform that action at this time.
0 commit comments