p3x-systemd-manager 2026.4.103 → 2026.4.104

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.
Files changed (2) hide show
  1. package/README.md +22 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- # ⌚ SystemD Manager, watchdog, notifier and service v2026.4.103
9
+ # ⌚ SystemD Manager, watchdog, notifier and service v2026.4.104
10
10
 
11
11
 
12
12
 
@@ -294,6 +294,26 @@ The two error messages:
294
294
 
295
295
  ---
296
296
 
297
+ # 🌐 Meet Assistant SaaS — meeting.corifeus.com
298
+
299
+ Don't want to install anything? Try the **hosted version** at **[meeting.corifeus.com](https://meeting.corifeus.com)** — full meeting workflow built for European businesses, no setup, no API key, no command line.
300
+
301
+ What the hosted version offers:
302
+
303
+ - **21-language live translation** during the meeting
304
+ - **AI summaries, action items, decisions, attendees, key quotes** auto-generated after every meeting
305
+ - **Custom vocabulary** — your client / company / industry terms corrected automatically (Pro+ tier)
306
+ - **Searchable meeting library** — find any decision or promise across all your past meetings
307
+ - **Shareable read-only links** — send a clean meeting summary to a client or teammate, no signup needed on their end
308
+ - **One-click email summary** after each meeting
309
+ - **Premium engine on every plan** — no downgraded model, ever
310
+ - **EU billing** — Stripe Tax + VAT-compliant + EUR-priced (Solo €19.99 / Pro €39.99 / Business €99.99 per month, no lock-in)
311
+ - **GDPR-compliant by default** — browser-language auto-detection, no tracking cookies, your meetings stored encrypted
312
+
313
+ Try the live demo (1 minute free, no signup) or browse the **public sample meeting** at [meeting.corifeus.com/sample](https://meeting.corifeus.com/sample).
314
+
315
+ ---
316
+
297
317
  # Corifeus Network
298
318
 
299
319
  AI-powered network & email toolkit — free, no signup.
@@ -332,7 +352,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
332
352
  **🚨 Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
333
353
 
334
354
 
335
- [**P3X-SYSTEMD-MANAGER**](https://corifeus.com/systemd-manager) Build v2026.4.103
355
+ [**P3X-SYSTEMD-MANAGER**](https://corifeus.com/systemd-manager) Build v2026.4.104
336
356
 
337
357
  [![NPM](https://img.shields.io/npm/v/p3x-systemd-manager.svg)](https://www.npmjs.com/package/p3x-systemd-manager) [![Donate for PatrikX3 / P3X](https://img.shields.io/badge/Donate-PatrikX3-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)
338
358
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "reponame": "systemd-manager",
12
12
  "build": true
13
13
  },
14
- "version": "2026.4.103",
14
+ "version": "2026.4.104",
15
15
  "description": "⌚ SystemD Manager, watchdog, notifier and service",
16
16
  "main": "index.js",
17
17
  "saved-dependencies": {
@@ -20,7 +20,7 @@
20
20
  "fix-repo": "git+https://github.com/p3x-robot/node-dbus.git"
21
21
  },
22
22
  "dependencies": {
23
- "corifeus-utils": "^2026.4.129",
23
+ "corifeus-utils": "^2026.4.130",
24
24
  "dbus": "^1.0.7",
25
25
  "lodash": "^4.18.1",
26
26
  "millisecond": "^0.1.2",
@@ -32,7 +32,7 @@
32
32
  "nan": "2.23.0"
33
33
  },
34
34
  "devDependencies": {
35
- "corifeus-builder": "^2026.4.148"
35
+ "corifeus-builder": "^2026.4.149"
36
36
  },
37
37
  "scripts": {
38
38
  "test": "grunt",