Skip to content

v3.4.1 — Fix HCI Update Handler

Choose a tag to compare

@xaspxxaspx released this 22 Apr 23:40
· 55 commits to main since this release

Bug Fixes

  • HCI Update Handler: Add +git reset+ step before +git pull --ff-only+
  • Prevents update failure when +package-lock.json+ or other files have local modifications (e.g., from +npm install+)
  • Fixes #29

Changes

  • +server.js+: Discard local changes via +git checkout -- .+ before pulling updates