Skip to content

Commit eac9003

Browse files
authored
build: prepare v1.1.0 release (#121)
* build: prepare `v1.1.0` release Signed-off-by: Adam Setch <adam.setch@outlook.com> * build: prepare `v1.1.0` release Signed-off-by: Adam Setch <adam.setch@outlook.com> * build: prepare `v1.1.0` release Signed-off-by: Adam Setch <adam.setch@outlook.com> * build: prepare `v1.1.0` release Signed-off-by: Adam Setch <adam.setch@outlook.com> --------- Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 4559321 commit eac9003

File tree

3 files changed

+1
-25
lines changed

3 files changed

+1
-25
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atlassify",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Atlassian notifications on your menu bar.",
55
"main": "src/electron/main.js",
66
"scripts": {
@@ -89,13 +89,11 @@
8989
},
9090
"dependencies": {
9191
"@discordapp/twemoji": "15.1.0",
92-
"@electron/remote": "2.1.2",
9392
"axios": "1.7.7",
9493
"clsx": "2.1.1",
9594
"date-fns": "4.1.0",
9695
"electron-log": "5.2.0",
9796
"electron-updater": "6.3.4",
98-
"jsonutils": "0.1.0",
9997
"menubar": "9.5.0",
10098
"react": "18.3.1",
10199
"react-dom": "18.3.1",

pnpm-lock.yaml

Lines changed: 0 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/electron/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ const browserWindowOpts = {
3838
resizable: false,
3939
// TODO ideally we would disable this as use a preload script with a context bridge
4040
webPreferences: {
41-
// TODO: confirm if this can be removed. Believe it is key for safeStorage access to work via @electron/remote
42-
enableRemoteModule: true,
4341
nodeIntegration: true,
4442
contextIsolation: false,
4543
},

0 commit comments

Comments
 (0)