Skip to content

Commit 2129b4d

Browse files
committed
robo8x [chore] 5/22/2019, 12:23:15 PM
1 parent eac2e92 commit 2129b4d

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 v2019.4.42
2+
@license p3x-onenote v2019.4.101
33

44
📚 P3X OneNote Linux
55

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[//]: #@corifeus-header
22

3-
[![NPM](https://nodei.co/npm/p3x-onenote.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/p3x-onenote/)
3+
[![NPM](https://nodei.co/npm/p3x-onenote.png?downloads=true&downloadRank=true)](https://www.npmjs.com/package/p3x-onenote/)
44

55

66

@@ -11,7 +11,7 @@
1111

1212

1313

14-
# 📚 P3X OneNote Linux v2019.4.44
14+
# 📚 P3X OneNote Linux v2019.4.101
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!
@@ -193,7 +193,7 @@ If you try to build the app with AppImage, you have to change from `electron` `d
193193

194194
---
195195

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

198198
[![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)
199199

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

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

88
## Change log
99

10+
### v2019.4.101
11+
* BUGFIX: Minor translation issue.
12+
1013
### v2019.4.42
1114
* BUGFIX: Revert Electron to v4.2.1 as there is an SUID permission, https://github.com/patrikx3/onenote/issues/63
1215

@@ -73,7 +76,7 @@ FEATURE: for all links in P3X OneNote is left for the user to decide how the lin
7376

7477
---
7578

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

7881
[![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)
7982

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.44",
3+
"version": "2019.4.101",
44
"description": "📚 P3X OneNote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {
@@ -58,7 +58,7 @@
5858
"devDependencies": {
5959
"jsdom": "^15.1.0",
6060
"angular-mocks": "^1.7.8",
61-
"corifeus-builder": "^2019.4.12",
61+
"corifeus-builder": "^2019.4.101",
6262
"electron-builder": "^20.40.2"
6363
},
6464
"engines": {
@@ -87,4 +87,4 @@
8787
"type": "opencollective",
8888
"url": "https://opencollective.com/p3x-onenote"
8989
}
90-
}
90+
}

src/translation/de-DE.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const translation = {
103103
},
104104
language: {
105105
label: 'Sprache / Language',
106-
alert: 'Sprache auf Englisch eingestellt.',
106+
alert: 'Sprache auf Deutsch eingestellt.',
107107
dialog: {
108108
label: 'Versuchen Sie, die Online OneNote-Sprache zu konfigurieren?',
109109
coperate: 'Korporativ',

0 commit comments

Comments
 (0)