Skip to content

Release v0.7.6.3

Choose a tag to compare

@github-actions github-actions released this 16 Aug 07:09
· 13 commits to main since this release

Changelog for 0.7.6.3

  • 2026-08-13

Fixed

  • ohub uninstall no longer launches the install wizard. Uninstall ran the cached setup exe, which re-opens the install/repair wizard instead of uninstalling. It now reads the real uninstaller from the Windows registry UninstallString (e.g. unins000.exe) and runs that — both interactively and silently. Falls back to the cached setup exe with uninstall flags only when no registry entry exists. Regression tests added.