Skip to content

Commit f447596

Browse files
committed
chore: bump mail companion vite
1 parent 4cc895d commit f447596

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77

88
## [Unreleased]
99

10+
### Security
11+
12+
- Raised the MailProcessor companion Vite dev-server dependency from `^6.0.3` to `^6.4.3` to pick up the Windows dev-server path and editor middleware security fixes.
13+
1014
### Documentation
1115

1216
- Standardized `llms.txt`: `## Last-checked:` header at line 1, `## Search Phrases` as fenced code block.
@@ -21,6 +25,7 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2125
- `llms.txt` with machine-readable project context for the doc-bricks mail suite.
2226

2327
### Changed
28+
- Fallback für `LOCALAPPDATA` gehärtet: Leere oder relative Werte schreiben Konfiguration und GitHub-Tool-Downloads nicht mehr relativ zum Arbeitsordner, sondern sauber unter `Path.home()/MailProcessor`; neue Regressionstests decken beide Fehlkonfigurationen ab.
2429
- MailProcessor nutzt jetzt ein verifiziertes eigenes Tray-/Build-Icon statt still auf das generische Fallback zu rutschen; neue Regressionstests sichern Dateiladung, ICO-Größen und Gleichstand von `resources/icon.ico` und `MailProcessor.ico`.
2530
- Load tray icon from `resources/icon.ico` with a fallback to the existing generated envelope icon.
2631
- Regenerate `resources/icon.ico` in 16x16, 32x32, and 256x256 sizes via Pillow.

web_companion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/react": "^18.3.12",
2525
"@types/react-dom": "^18.3.1",
2626
"@vitejs/plugin-react": "^4.3.4",
27-
"vite": "^6.0.3",
27+
"vite": "^6.4.3",
2828
"vite-plugin-pwa": "^0.21.1",
2929
"typescript": "^5.7.2",
3030
"tailwindcss": "^3.4.17",

0 commit comments

Comments
 (0)