p3x-onenote 2022.4.113 → 2022.4.122

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- @license p3x-onenote v2022.4.112
2
+ @license p3x-onenote v2022.4.121
3
3
 
4
4
  📚 P3X OneNote Linux
5
5
 
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
 
13
13
 
14
- # 📚 P3X OneNote Linux v2022.4.113
14
+ # 📚 P3X OneNote Linux v2022.4.122
15
15
 
16
16
 
17
17
 
@@ -238,7 +238,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
238
238
 
239
239
  ---
240
240
 
241
- [**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2022.4.113
241
+ [**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2022.4.122
242
242
 
243
243
  [![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)
244
244
 
package/change-log.md CHANGED
@@ -8,6 +8,16 @@
8
8
  ## Change log
9
9
 
10
10
 
11
+
12
+
13
+ ### v2022.4.122
14
+ Released on 05/31/2022
15
+ * CHORE: Update Electron
16
+
17
+ ### v2022.4.114
18
+ Released on 02/21/2022
19
+ * FEATURE: Simplified-Chinese Translation.
20
+
11
21
  ### v2022.4.112
12
22
  Released on 02/05/2022
13
23
  * CHORE: Upgraded to latest versions
@@ -329,7 +339,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
329
339
 
330
340
  ---
331
341
 
332
- [**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2022.4.113
342
+ [**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2022.4.122
333
343
 
334
344
  [![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)
335
345
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "p3x-onenote",
3
- "version": "2022.4.113",
3
+ "version": "2022.4.122",
4
4
  "description": "📚 P3X OneNote Linux",
5
5
  "main": "src/electron/app.js",
6
6
  "corifeus": {
@@ -11,7 +11,7 @@
11
11
  "publish": true,
12
12
  "type": "p3x",
13
13
  "code": "Linux",
14
- "nodejs": "v16.14.0",
14
+ "nodejs": "v16.15.0",
15
15
  "reponame": "onenote",
16
16
  "build": true,
17
17
  "opencollective": false,
@@ -50,23 +50,23 @@
50
50
  },
51
51
  "homepage": "https://corifeus.com/onenote",
52
52
  "dependencies": {
53
- "@electron/remote": "^2.0.4",
54
- "@fontsource/roboto": "^4.5.3",
55
- "@fortawesome/fontawesome-free": "^6.0.0",
53
+ "@electron/remote": "^2.0.8",
54
+ "@fontsource/roboto": "^4.5.7",
55
+ "@fortawesome/fontawesome-free": "^6.1.1",
56
56
  "angular": "^1.8.2",
57
57
  "angular-animate": "^1.8.2",
58
58
  "angular-aria": "^1.8.2",
59
59
  "angular-material": "^1.2.4",
60
- "angular-messages": "^1.8.2",
61
- "corifeus-utils": "^2022.4.107",
60
+ "angular-messages": "^1.8.3",
61
+ "corifeus-utils": "^2022.4.114",
62
62
  "electron-store": "^8.0.1",
63
- "electron-updater": "^4.6.5",
64
- "semver": "^7.3.5",
65
- "electron": "^17.0.1"
63
+ "electron-updater": "^5.0.1",
64
+ "semver": "^7.3.7",
65
+ "electron": "^19.0.1"
66
66
  },
67
67
  "devDependencies": {
68
- "corifeus-builder": "^2022.4.108",
69
- "electron-builder": "^22.14.13"
68
+ "corifeus-builder": "^2022.4.115",
69
+ "electron-builder": "^23.0.3"
70
70
  },
71
71
  "engines": {
72
72
  "node": ">=12.13.0"