Skip to content

Commit 4b020c2

Browse files
committed
robo8x [chore] 5/23/2019, 12:02:45 PM
1 parent 2129b4d commit 4b020c2

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

README.md

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

1212

1313

14-
# 📚 P3X OneNote Linux v2019.4.101
14+
# 📚 P3X OneNote Linux v2019.4.103
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!
@@ -136,6 +136,8 @@ P3X OneNote Linux is, actually, an independent browser window for the online One
136136
* You are able to set a proxy in the settings menu.
137137
* There is now a menu called `Corporate home`
138138
* The OneNote language is controlled by Microsoft, and we try to work with Oneline OneNote, but we are getting a hard time, but the Electron UI is now able to use any language.
139+
* You can translate any language @
140+
* https://github.com/patrikx3/onenote/tree/master/src/translation
139141
* Allows using multiple instances (with some quirks, as the config will not be synchronized using multiple instances at once, so it can provide wrong results - to make it to work, configure with 1 instance, exit, then use multiple instances).
140142
* Multiple instances is not recommended (it was requested and provided).
141143

@@ -193,7 +195,7 @@ If you try to build the app with AppImage, you have to change from `electron` `d
193195

194196
---
195197

196-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.101
198+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.103
197199

198200
[![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)
199201

artifacts/new-language.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
---
1616

17-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.101
17+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.103
1818

1919
[![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)
2020

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.4.101
30+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.103
3131

3232
[![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)
3333

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ FEATURE: for all links in P3X OneNote is left for the user to decide how the lin
7676

7777
---
7878

79-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.101
79+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.103
8080

8181
[![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)
8282

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p3x-onenote",
3-
"version": "2019.4.101",
3+
"version": "2019.4.103",
44
"description": "📚 P3X OneNote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {
@@ -51,7 +51,7 @@
5151
"electron-updater": "^4.0.6",
5252
"jquery": "^3.4.1",
5353
"opencollective": "^1.0.3",
54-
"semver": "^6.0.0",
54+
"semver": "^6.1.0",
5555
"typeface-roboto": "0.0.54",
5656
"electron": "=4.2.1"
5757
},
@@ -87,4 +87,4 @@
8787
"type": "opencollective",
8888
"url": "https://opencollective.com/p3x-onenote"
8989
}
90-
}
90+
}

0 commit comments

Comments
 (0)