Skip to content

OpenConstructionERP v7.0.1

Choose a tag to compare

@github-actions github-actions released this 06 Jun 15:58
· 171 commits to main since this release

Fixed

  • The 7.0.0 Windows desktop app could exit silently right after launch. The launcher carried a misconfigured updater plugin that failed to initialise, and when it failed the whole app went down with no window and no message, so the user saw nothing. This release removes the broken plugin. If the launcher ever fails to start now, it shows a clear error dialog with what went wrong instead of disappearing.
  • The desktop app now only reuses an already-running backend when that backend reports the exact same version and answers as healthy. Before, it could attach to a stale process from an earlier release and run against the wrong server. A version or health mismatch now starts a fresh backend instead.
  • The Windows installer bundles the WebView2 bootstrapper, so a first install no longer depends on a network download to get the runtime in place. The app works on a fresh, offline machine.
  • All backend dependencies for the desktop build are now pinned through a lock file, so the bundle is reproducible and the same every time it is built.
  • The desktop launcher reported version 0.1.0 in its log regardless of the real release. It now logs the actual version.

Full Changelog: v7.0.0...v7.0.1