Skip to content

Commit bf292cf

Browse files
author
codesbiome
committed
Update changelog and window bgcolor
1 parent 52b8990 commit bf292cf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)