Release v1.2.15 — Windows 10 fixes + observability#108
Merged
Conversation
Bump version to 1.2.15 and pin hdwallet submodule to master (includes keepkey/hdwallet#37 — Features version validation). Changes since v1.2.14 pre-release: - fix(win10): skip POSIX heartbeat watchdog on Windows (#107) - fix: sync file logger — crash logs now survive native exceptions (#107) - fix: boot environment dump for launch-context diagnostics (#107) - fix: JS↔native boundary logging in engine-controller (#107) - fix: port 1646 collision check before window creation (#106) - fix: USB detach race guard on WebUSB pair (#106) - fix: hdwallet Features version validation (hdwallet#37) - docs: handoff for 1.2.14 Windows pair failures (#105) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
electrobun.config.ts had a hardcoded version (1.2.11) that drifted from package.json. Import pkg.version so they can never diverge — the signed artifact, installer name, and updater version all read from one source. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Production release with all Windows 10 fixes from the 1.2.14 smoke test cycle.
What's fixed
bashon Win10 Explorer launch (empty PATH → UV_ENOENT → app dies)Invalid Version: vundefined.undefined.undefined— Features missing version fields crashessemver.gte()Observability foundation (ships with this release)
appendFileSyncper call, crash logs now survive native exceptionsPATH.length, TTY status, platform, Windows env vars on every launchusb.*call in engine-controller logged with try/catchVersion changes
package.json:1.2.11→1.2.15modules/hdwallet:92ea4da→c0c4c73(includes hdwallet#37 merge)Full changelog since v1.2.14 pre-release
#107fix(win10): skip POSIX heartbeat watchdog + sync log foundation#106fix: port collision guard + USB detach race#105docs: handoff for 1.2.14 Windows pair failureshdwallet#37fix: validate Features version fields in initialize()Test plan
%LOCALAPPDATA%\com.keepkey.vault\vault-backend.log— should have boot env dump + full sessionmake dev— no regression