github diegosouzapw/OmniRoute v2.5.4
v2.5.4 — Logger fix, login bootstrap, HMR origins, CI hardening

latest releases: v3.7.8, v3.7.7, v3.7.6...
one month ago

What's Changed

🐛 Bug Fixes (by @kfiramar)

  • fix(logger) #376: Restore pino transport logger path — formatters.level + transport.targets is an invalid pino combination causing startup fallback on every launch. Also fixes numeric level mapping in /api/logs/console (30→info, 40→warn, 50→error).
  • fix(login) #375: Login page now uses the public /api/settings/require-login endpoint for bootstrap instead of the protected /api/settings — eliminates the unnecessary 401 on pre-auth page load in password-protected setups.
  • fix(dev) #374: Add localhost and 127.0.0.1 to allowedDevOrigins — HMR websocket was blocked when accessing via loopback address.

🔧 CI & Infrastructure

  • ESLint OOM fix: avoid scanning vscode-extension/, electron/, docs/, app/.next/, clipr/
  • Unit test fix: remove stale ALTER TABLE group (already in base schema since #373)
  • Pre-commit hook: npm run test:unit now runs before every commit

Full Changelog: https://github.com/diegosouzapw/OmniRoute/blob/main/CHANGELOG.md

What's Changed

Full Changelog: v2.5.3...v2.5.4

Don't miss a new OmniRoute release

NewReleases is sending notifications on new releases.