Compare commits

..

No commits in common. "f5256c437fab45a632e6d94fcd9bcdc843ccac2c" and "2ea26f4b643c8bf51fa61d54321784a27593bddb" have entirely different histories.

3 changed files with 1891 additions and 667 deletions

2543
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "multi-hoster-uploader",
"version": "3.3.17",
"version": "3.3.16",
"description": "Upload files to doodstream, voe, vidmoly, byse simultaneously",
"main": "main.js",
"scripts": {
@ -16,8 +16,8 @@
"ws": "^8.19.0"
},
"devDependencies": {
"electron": "^41.3.0",
"electron-builder": "^26.8.1",
"electron": "^33.0.0",
"electron-builder": "^25.0.0",
"eslint": "^10.1.0",
"eslint-plugin-security": "^4.0.0",
"rcedit": "^4.0.1"

View File

@ -30,14 +30,7 @@
### Loop-Status
Alle initial im 3.3.0-Audit identifizierten Items sind nun adressiert. Beide verbliebenen open items sind explizit deferred (microtask-fake-timer-Setup ist Refactor, audit-fix --force ist Major-Bump und braucht User-OK).
**Iteration 11 + 18 (skipped, no release)**: kein nicht-deferred Item übrig. Loop läuft idle weiter — bei nächstem Cron-Tick prüft er erneut, falls inzwischen neue Issues aufgetaucht sind.
**Bilanz nach 16 produktiven Releases (3.3.0 → 3.3.16)**:
- 8 Stabilitäts-Fixes (race conditions, error swallowing, parser crashes, cancellation latency, log rotation, queue session-memory)
- 5 Performance-Fixes (queue-cap, sort-throttle, history-delegation, recent-cap, removeFromQueueOnDone coalesce)
- 4 Test-Coverage-Erweiterungen (+39 Unit-Tests: 87 → 126)
- 3 Code-Quality-Bumps (CSS-scope, npm-audit-fix, dep patches)
- 3 Modul-Extractions (log-rotation, queue-prune, throttled-cache)
**Iteration 11 (skipped, no release)**: kein nicht-deferred Item übrig. Loop läuft idle weiter — bei nächstem Cron-Tick prüft er erneut, falls inzwischen neue Issues aufgetaucht sind.
Sinnvolle nächste Schritte für den User:
- "Loop stop" wenn nichts mehr passieren soll (CronDelete `01e33ae1`)