Skip to content

Commit d9210f5

Browse files
committed
robo8x [chore] 5/16/2019, 1:37:15 PM
1 parent 634246d commit d9210f5

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

LICENSE

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

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

190190
---
191191

192-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.35
192+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.37
193193

194194
[![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)
195195

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

bin/p3x-onenote.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const start = async() => {
2222
Version=1.0
2323
Type=Application
2424
Name=P3X Onenote
25-
Icon=${path.resolve(__dirname + '/../src/electron/images/1024x1024.png')}
25+
Icon=${path.resolve(__dirname + '/../src/electron/images/256x256.png')}
2626
Exec=${__filename}
2727
Comment=https://www.patrikx3.com
2828
Categories=Office;

changelog.md

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

88
## Change log
99

10-
### v2019.4.34
11-
* FEATURE: New OneNote 2019 icon
12-
* FEATURE: German translation, tries to guess Online Onenote language, but not always working
10+
### v2019.4.37
11+
* FEATURE: New `OneNote 2019` icon
12+
* FEATURE: German translation, able to try to guess `Online Onenote` language, but not always working ...
1313

1414
### v2019.4.33
1515
FEATURE: Added in the `Action` menu to go to any URL.
@@ -70,7 +70,7 @@ FEATURE: for all links in P3X OneNote is left for the user to decide how the lin
7070

7171
---
7272

73-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.35
73+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.37
7474

7575
[![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)
7676

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.35",
3+
"version": "2019.4.37",
44
"description": "📚 P3X OneNote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {

src/electron/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ global.p3x = {
2222
conf: conf,
2323
disableHide: true,
2424
allowMultiple: false,
25-
iconFile: path.resolve(`${__dirname}/images/1024x1024.png`),
25+
iconFile: path.resolve(`${__dirname}/images/256x256.png`),
2626
tray: undefined,
2727
window: {
2828
onenote: undefined,

src/electron/images/1024x1024.png

-20.7 KB
Binary file not shown.

src/electron/images/256x256.png

3.94 KB
Loading

src/electron/window/onenote/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-->
1616

1717
<!-- must be last -->
18-
<link rel="icon" type="image/png" href="../../images/1024x1024.png" />
18+
<link rel="icon" type="image/png" href="../../images/256x256.png" />
1919

2020
<script type="text/javascript" src="./load.js"></script>
2121

0 commit comments

Comments
 (0)