Skip to content

Commit

Permalink
Updated CHANGELOG.md v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-eddy committed Jul 8, 2021
1 parent 0082a74 commit d5a7749
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.

*Released*

## [v0.3.6] - 2021-07-8

- Minor cleanup after testing auto updater in closed track release


## [v0.3.5] - 2021-07-8

- [AutoUpdater] Empty sample release to test if v0.3.4 can detect new versions available and update them accordingly
Expand Down
7 changes: 3 additions & 4 deletions electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ function createWindow() {
minHeight: 702,
webPreferences: {
nodeIntegration: true,
devTools: true,
// devTools: isDev,
devTools: isDev,
enableRemoteModule: true,
contextIsolation: false,
},
Expand Down Expand Up @@ -118,9 +117,9 @@ function createWindow() {
.then(name => console.log(`Added Extension: ${name}`))
.catch(err => console.log('An error occurred: ', err));

// if (isDev) {
if (isDev) {
win.webContents.openDevTools();
// }
}

actionEvent('App', 'Open', 'AppOpened', 0)
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chain-desktop-wallet",
"version": "0.3.5",
"version": "0.3.6",
"description": "Crypto.com Chain Desktop Wallet App",
"repository": "github:crypto-com/chain-desktop-wallet",
"author": "Crypto.org <chain@crypto.org>",
Expand Down

0 comments on commit d5a7749

Please sign in to comment.