Skip to content

Commit

Permalink
stop remote warning
Browse files Browse the repository at this point in the history
  • Loading branch information
brunurd committed Jun 17, 2020
1 parent 99ca86a commit 027bdbf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

---

## [1.6.0] - ???
## [1.5.1] - 2020-06-17

### Added

- `svelte-preprocess` added.
- WebStorm JetBrains `.idea/` folder.

### Changed

- Separate the source by it electron process, main in `src/main` and `src/renderer`.
- Style: moving css to components.
- Stop remote warning.

---

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": "youtube-companion-plus",
"version": "1.5.0",
"version": "1.5.1",
"description": "A client to watch youtube videos outside the browser and pin on top of everything.",
"main": "public/main.min.js",
"build": {
Expand Down
1 change: 1 addition & 0 deletions src/main/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const start = () => {
nodeIntegration: false,
preload: __dirname + '/preload.min.js',
webviewTag: true,
enableRemoteModule: true,
},
});

Expand Down

0 comments on commit 027bdbf

Please sign in to comment.