Skip to content

Commit a484328

Browse files
committed
robo8x [chore] 5/27/2019, 9:43:42 AM
1 parent ab15cc4 commit a484328

File tree

7 files changed

+12
-9
lines changed

7 files changed

+12
-9
lines changed

LICENSE

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

2-
@license p3x-onenote v2019.4.113
2+
@license p3x-onenote v2019.4.114
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.4.113
14+
# 📚 P3X OneNote Linux v2019.4.114
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!
@@ -195,7 +195,7 @@ If you try to build the app with AppImage, you have to change from `electron` `d
195195

196196
---
197197

198-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.113
198+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.114
199199

200200
[![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)
201201

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.113
17+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.114
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.113
30+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.114
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.114
11+
* BUGFIX: Since the `Language` menu shift from the `Check updates` `Help` to `View`.
12+
1013
### v2019.4.108
1114
* CHORE: Revert to Electron v4, as showing 2 icons with the hack.
1215

@@ -83,7 +86,7 @@ FEATURE: for all links in P3X OneNote is left for the user to decide how the lin
8386

8487
---
8588

86-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.113
89+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.114
8790

8891
[![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)
8992

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p3x-onenote",
3-
"version": "2019.4.113",
3+
"version": "2019.4.114",
44
"description": "📚 P3X OneNote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {

src/electron/main/create/menu.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ function mainMenu() {
226226
]
227227

228228
if (process.env.APPIMAGE !== undefined) {
229-
template[5].submenu.push({type: 'separator'})
230-
template[5].submenu.push({
229+
template[6].submenu.push({type: 'separator'})
230+
template[6].submenu.push({
231231
label: global.p3x.onenote.lang.menu.help.checkUpdates,
232232
click: () => {
233233
const {autoUpdater} = require("electron-updater");

0 commit comments

Comments
 (0)