Commit 52703a1 1 parent fcd1ead commit 52703a1 Copy full SHA for 52703a1
File tree 7 files changed +14
-11
lines changed
src/electron/window/onenote/ipc
7 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
1
2
- @license p3x-onenote v2020.4.115
2
+ @license p3x-onenote v2020.4.119
3
3
4
4
📚 P3X OneNote Linux
5
5
Original file line number Diff line number Diff line change 11
11
12
12
13
13
14
- # 📚 P3X OneNote Linux v2020.4.115
14
+ # 📚 P3X OneNote Linux v2020.4.119
15
15
16
16
17
17
@@ -218,7 +218,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
218
218
219
219
---
220
220
221
- [ ** P3X-ONENOTE** ] ( https://pages.corifeus.com/onenote ) Build v2020.4.115
221
+ [ ** P3X-ONENOTE** ] ( https://pages.corifeus.com/onenote ) Build v2020.4.119
222
222
223
223
[ ![ 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 )
224
224
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
25
25
26
26
---
27
27
28
- [ ** P3X-ONENOTE** ] ( https://pages.corifeus.com/onenote ) Build v2020.4.115
28
+ [ ** P3X-ONENOTE** ] ( https://pages.corifeus.com/onenote ) Build v2020.4.119
29
29
30
30
[ ![ 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 )
31
31
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
38
38
39
39
---
40
40
41
- [ ** P3X-ONENOTE** ] ( https://pages.corifeus.com/onenote ) Build v2020.4.115
41
+ [ ** P3X-ONENOTE** ] ( https://pages.corifeus.com/onenote ) Build v2020.4.119
42
42
43
43
[ ![ 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 )
44
44
Original file line number Diff line number Diff line change 7
7
8
8
## Change log
9
9
10
+ ### v2020.4.119
11
+ * BUG: The set proxy menu was not working.
12
+
10
13
### v2020.4.115
11
14
* FEATURE: Added Spanish translation.
12
15
@@ -140,7 +143,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
140
143
141
144
---
142
145
143
- [ ** P3X-ONENOTE** ] ( https://pages.corifeus.com/onenote ) Build v2020.4.115
146
+ [ ** P3X-ONENOTE** ] ( https://pages.corifeus.com/onenote ) Build v2020.4.119
144
147
145
148
[ ![ 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 )
146
149
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " p3x-onenote" ,
3
- "version" : " 2020.4.115 " ,
3
+ "version" : " 2020.4.119 " ,
4
4
"description" : " 📚 P3X OneNote Linux" ,
5
5
"main" : " src/electron/app.js" ,
6
6
"corifeus" : {
26
26
"publish-electron" : " rm -rf dist && electron-builder -p onTagOrDraft --ia32 --x64 --linux" ,
27
27
"publish-electron-snap" : " electron-builder --linux snap -p never" ,
28
28
"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"
30
30
},
31
31
"repository" : {
32
32
"type" : " git" ,
56
56
"opencollective" : " ^1.0.3" ,
57
57
"semver" : " ^7.1.3" ,
58
58
"typeface-roboto" : " 0.0.75" ,
59
- "electron" : " ^8.0.1 "
59
+ "electron" : " ^8.0.2 "
60
60
},
61
61
"devDependencies" : {
62
62
"angular-mocks" : " ^1.7.9" ,
101
101
"type" : " opencollective" ,
102
102
"url" : " https://opencollective.com/p3x-onenote"
103
103
}
104
- }
104
+ }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const handler = (options) => {
7
7
const { webview} = options ;
8
8
9
9
ipcRenderer . on ( 'p3x-onenote-onload-user' , function ( event , data ) {
10
- if ( data !== null ) {
10
+ if ( data !== null && data !== undefined ) {
11
11
global . p3x . onenote . data = data ;
12
12
}
13
13
You can’t perform that action at this time.
0 commit comments