Skip to content

Commit 5aac94d

Browse files
committed
robo8x [chore] 1/24/2019, 6:34:55 PM
1 parent b591dc6 commit 5aac94d

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

LICENSE

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

2-
@license p3x-onenote v2019.1.23-4
2+
@license p3x-onenote v2019.1.24-3
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 v2019.1.23-4
14+
# 📚 P3X Onenote Linux v2019.1.24-3
1515

1616

1717
🙏 This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much!
@@ -175,7 +175,7 @@ If you try to build the app with AppImage, you have to change from `electron` `d
175175

176176
---
177177

178-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.23-4
178+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.24-3
179179

180180
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![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)
181181

artifacts/npm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Though, I am using it, but some distros are different and I only use Linux Mint
2727

2828
---
2929

30-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.23-4
30+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.24-3
3131

3232
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![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)
3333

changelog.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
## Change log
99

10+
### v2019.01.24
11+
* CHORE: upgrade to Electron 4.0.2
12+
1013
### v2019.01.18
1114
* BUGFIX: it was saving the window position and size, but it is not correct, because the user could change 2 monitors to 1 monitor and could save incorrect positions, so I disabled this option
1215

@@ -15,7 +18,7 @@
1518

1619
---
1720

18-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.23-4
21+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.24-3
1922

2023
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![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)
2124

@@ -68,4 +71,4 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
6871

6972

7073

71-
[//]: #@corifeus-footer:end
74+
[//]: #@corifeus-footer:end

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p3x-onenote",
3-
"version": "2019.1.23-4",
3+
"version": "2019.1.24-3",
44
"description": "📚 P3X Onenote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {
@@ -54,7 +54,7 @@
5454
"electron": "^4.0.2"
5555
},
5656
"devDependencies": {
57-
"jsdom": "^13.1.0",
57+
"jsdom": "^13.2.0",
5858
"angular-mocks": "^1.7.6",
5959
"corifeus-builder": "^2019.1.23-10",
6060
"electron-builder": "^20.38.5"

src/electron.mock.js

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const dom = new JSDOM(`<!DOCTYPE html><p>Hello world</p>`);
2626

2727
global.document = dom.window.document;
2828
global.window = dom.window
29+
global.navigator = window.navigator;
2930

3031
require('angular/angular');
3132
require('angular-mocks');

0 commit comments

Comments
 (0)