Electron 41, build fixes and logging improvements #11

Merged
mburchard merged 5 commits from feature/ci-workflows into main 2026-03-11 07:40:19 +00:00
Owner
  • Update README with window bounds persistence documentation
  • Fix nested Electron build: forward Vite mode and envDir to the inner build, add vendor/ fallback for external chunks
  • Upgrade Electron from 40 to 41 (Chromium 146, Node 24.13.1, V8 14.6)
  • Extract logging setup to explicit call with dependency injection, resolving a circular dependency between logging and IPC modules
  • Add centralised log level configuration (config.ts) with per-namespace overrides
  • Improve JSDoc comments and section structure
- Update README with window bounds persistence documentation - Fix nested Electron build: forward Vite mode and envDir to the inner build, add vendor/ fallback for external chunks - Upgrade Electron from 40 to 41 (Chromium 146, Node 24.13.1, V8 14.6) - Extract logging setup to explicit call with dependency injection, resolving a circular dependency between logging and IPC modules - Add centralised log level configuration (config.ts) with per-namespace overrides - Improve JSDoc comments and section structure
- Add smol-toml to Tech Stack section
- Document window bounds persistence (position, size, maximised state) and
  display-aware relocation in the Window Management section
- Forward Vite mode to the nested build so .env files match the parent context
- Set envDir to project root so the Electron build finds .env files correctly
- Add vendor/ fallback for chunks outside electron/ and common/ directories
- Chromium 146, Node 24.13.1, V8 14.6
- Export setupApplicationLogging with injected IPC listener instead of auto-calling
  with a hard import of onFromRenderer
- Add config.ts for centralised log level configuration (root + per-namespace)
- Call setupApplicationLogging explicitly from main.ts
chore: improve JSDoc comments and section structure
All checks were successful
CI / ci (pull_request) Successful in 1m57s
CI / ci (push) Successful in 1m56s
f4affaa0d4
mburchard deleted branch feature/ci-workflows 2026-03-11 07:40:19 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mburchard/vite-electron-starter!11
No description provided.