Newsmonger v0.2.0-beta.18 (beta)
Pre-release
Pre-release
·
86 commits
to main
since this release
Beta / pre-release. This build is opt-in. The desktop auto-updater keeps pointing at the prior stable release.
- Fixed the end-to-end test harness on Windows: the client build step now spawns npm the way current Node requires (
npm.cmdthrough a shell), replacing a spawn that failed before any test could run. - Fixed test servers failing to launch on Windows with a misleading
node.exe ENOENT— working directories are now resolved fromfile:URLs correctly instead of via a raw URL pathname. - The real-provider E2E suite now launches its server with
node --import tsx/esmfrom an explicit repo root, so it runs under a command sandbox and on Windows. - Added a Windows end-to-end CI job that runs on pushes touching the test harness, config, scripts, or the CLI entry point, so Windows-only breakage surfaces immediately instead of at the next release.
- macOS code signing and notarization (FR-5.5) is now documented as shipped and verified rather than partially complete, with the evidence from recent signed releases.
Try it out
npm: npm install -g newsmonger@0.2.0-beta.18 (or newsmonger@beta for the newest beta)
Desktop bundles: see Assets below.