Skip to content

Commit 52703a1

Browse files
committed
robo8x [chore] 3/1/2020, 5:41:49 PM
1 parent fcd1ead commit 52703a1

File tree

7 files changed

+14
-11
lines changed

7 files changed

+14
-11
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
@license p3x-onenote v2020.4.115
2+
@license p3x-onenote v2020.4.119
33

44
📚 P3X OneNote Linux
55

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313

14-
# 📚 P3X OneNote Linux v2020.4.115
14+
# 📚 P3X OneNote Linux v2020.4.119
1515

1616

1717

@@ -218,7 +218,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
218218

219219
---
220220

221-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2020.4.115
221+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2020.4.119
222222

223223
[![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
224224

artifacts/new-language.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
2525

2626
---
2727

28-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2020.4.115
28+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2020.4.119
2929

3030
[![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
3131

artifacts/npm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
3838

3939
---
4040

41-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2020.4.115
41+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2020.4.119
4242

4343
[![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
4444

changelog.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
## Change log
99

10+
### v2020.4.119
11+
* BUG: The set proxy menu was not working.
12+
1013
### v2020.4.115
1114
* FEATURE: Added Spanish translation.
1215

@@ -140,7 +143,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
140143

141144
---
142145

143-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2020.4.115
146+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2020.4.119
144147

145148
[![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
146149

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p3x-onenote",
3-
"version": "2020.4.115",
3+
"version": "2020.4.119",
44
"description": "📚 P3X OneNote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {
@@ -26,7 +26,7 @@
2626
"publish-electron": "rm -rf dist && electron-builder -p onTagOrDraft --ia32 --x64 --linux",
2727
"publish-electron-snap": "electron-builder --linux snap -p never",
2828
"publish-electron-yml": "node ./node_modules/corifeus-builder/src/utils/appimage/post-build.js",
29-
"help-release-snap": "snapcraft release p3x-onenote 53 stable"
29+
"help-release-snap": "snapcraft release p3x-onenote 66 stable"
3030
},
3131
"repository": {
3232
"type": "git",
@@ -56,7 +56,7 @@
5656
"opencollective": "^1.0.3",
5757
"semver": "^7.1.3",
5858
"typeface-roboto": "0.0.75",
59-
"electron": "^8.0.1"
59+
"electron": "^8.0.2"
6060
},
6161
"devDependencies": {
6262
"angular-mocks": "^1.7.9",
@@ -101,4 +101,4 @@
101101
"type": "opencollective",
102102
"url": "https://opencollective.com/p3x-onenote"
103103
}
104-
}
104+
}

src/electron/window/onenote/ipc/handler.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const handler = (options) => {
77
const {webview} = options;
88

99
ipcRenderer.on('p3x-onenote-onload-user', function (event, data) {
10-
if (data !== null) {
10+
if (data !== null && data !== undefined) {
1111
global.p3x.onenote.data = data;
1212
}
1313

0 commit comments

Comments
 (0)