[1.6.3] — 2026-02-28
🐛 Bug Fixes
- Database data preservation on upgrade — Previously, upgrading from older versions (e.g. v1.2.0 → v1.6.x) could cause data loss by renaming the existing database when a legacy
schema_migrationstable was detected. Now checks for actual data before deciding to reset (#146) - Hardcoded build-machine paths in npm package — Next.js standalone output baked absolute paths from the build machine into
server.jsandrequired-server-files.json. On other machines these paths don't exist, causing ENOENT errors. The prepublish script now sanitizes all build paths to relative (#147)
Full Changelog: https://github.com/diegosouzapw/OmniRoute/blob/main/CHANGELOG.md