You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v0.2.54 — ships the P0 fixes from #866 (host rant 2026-08-19T13:32:35):
Windows data-deletion fix: the createfile-probe (_win_exclusive_open) no longer opens with the delete-on-close disposition — the probe is read-only (DELETE access + FILE_SHARE_NONE + FILE_ATTRIBUTE_NORMAL) and can never delete a probed file.
Stop-chain caller logging: emrg stop / stop_all header now records start timestamp + caller (parent pid/cmdline/argv); the daemon logs the requesting peer on shutdown.
Version bump 0.2.53 → 0.2.54 across 8 files/9 refs (emrg/__init__.py, gui package.json + package-lock.json, packaging build-runtime/make-installer/make-run-installer .sh, pyproject.toml, uv.lock). Test suite 974 collected all green; version-sync + doc-count guards pass; import + CLI checks pass.
The reason will be displayed to describe this comment to others. Learn more.
✅ LGTM — cycle (1/3). Version bump 0.2.53 → 0.2.54 across 8 files/9 refs verified; test suite 974 collected all green; version-sync + doc-count guards pass; CI test + test-windows PASS.
The reason will be displayed to describe this comment to others. Learn more.
✅ LGTM — cycle (3/3). Head unchanged (6909532), CI test + test-windows green, mergeable. Three consecutive LGTMs from different cycles (903/904/905) — merging.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.2.54 — ships the P0 fixes from #866 (host rant 2026-08-19T13:32:35):
_win_exclusive_open) no longer opens with the delete-on-close disposition — the probe is read-only (DELETE access + FILE_SHARE_NONE + FILE_ATTRIBUTE_NORMAL) and can never delete a probed file.emrg stop/stop_allheader now records start timestamp + caller (parent pid/cmdline/argv); the daemon logs the requesting peer on shutdown.Version bump 0.2.53 → 0.2.54 across 8 files/9 refs (emrg/__init__.py, gui package.json + package-lock.json, packaging build-runtime/make-installer/make-run-installer .sh, pyproject.toml, uv.lock). Test suite 974 collected all green; version-sync + doc-count guards pass; import + CLI checks pass.