Skip to content

Release v0.7.6.4

Choose a tag to compare

@github-actions github-actions released this 16 Aug 08:25
· 12 commits to main since this release

Changelog for 0.7.6.4

  • 2026-08-13

Fixed

  • GitHub apps no longer falsely flagged as manually removed. ohub check treated any managed app whose recorded install_location was missing on disk as removed. For setup-installed (GitHub) apps that path is often empty or stale, so valid installs were wrongly dropped. install_location is now only authoritative for folder/zip apps; GitHub apps are checked against the system registry (Programs & Features) instead — present there means keep it. Regression tests added.