v1.10.7
Changelog
Bug fixes
- 5428d4b: fix(client): correct the transfer lifecycle refs and clear what outlived unmount (#387) (@jannskiee)
- 5834f48: fix(client): guard both byte formatters, key files by id, and stop naming a CLI command (#390) (@jannskiee)
- db532b4: fix(client): neutral white dropzone hover instead of the ice accent (#375) (@jannskiee)
- 1a7782e: fix(client): seal the file set when Create is clicked, not when the link renders (#385) (@jannskiee)
- 9eab749: fix(client): show the link being created, and drop the stale ICE probe (#395) (@jannskiee)
- f6661db: fix(client): stop the sender leaking a wait that never settles and an ack timer (#388) (@jannskiee)
- 61f8eed: fix(desktop): clear the route on completion, drop dead work, guard the history store (#389) (@jannskiee)
- 3dcbada: fix(desktop): match the web and CLI on transfer speed and ETA (#391) (@jannskiee)
- e1be234: fix(engine): bound the HTTP calls, fold code case, and stop two silent hangs (#383) (@jannskiee)
- 9ba9e94: fix(engine): release the peer connection's two goroutines on Close (#382) (@jannskiee)
- af0cedb: fix(engine): stop the signaling read loop wedging on a repeated frame (#380) (@jannskiee)
Other
- 12a6d7b: chore(ci): stop dependabot reopening the unmergeable plugin-react major (#374) (@jannskiee)
- 4fc1456: chore(client): remove unreferenced components, modules and CSS (#378) (@jannskiee)
- b63aaf3: chore(deps): bump brace-expansion from 5.0.7 to 5.0.9 in /server (#397) (@jannskiee)
- 3caae72: chore(deps): bump browserslist from 4.28.4 to 4.28.8 in /desktop/frontend (#372) (@dependabot[bot])
- c81d3f0: chore(deps): bump github.com/pion/webrtc/v4 from 4.2.18 to 4.2.19 (#367) (@dependabot[bot])
- 4c259e8: chore(deps): bump qs from 6.15.2 to 6.16.0 in /server (#381) (@dependabot[bot])
- 3666085: chore(deps): bump the npm-deps group across 2 directories with 3 updates (#368) (@dependabot[bot])
- ce462d2: chore(deps): bump typescript from 5.9.3 to 6.0.3 in /desktop/frontend (#370) (@dependabot[bot])
- a31ac7f: chore(deps): bump vite from 6.4.3 to 7.3.6 in /desktop/frontend (#369) (@dependabot[bot])
- 2f071ac: chore(desktop): move the frontend tsconfig to bundler resolution and esModuleInterop (#373) (@jannskiee)
- 4a324f6: chore(skills): add the deep-clean skill, a fenced post-task sweep (#376) (@jannskiee)
- c87a797: chore(skills): anchor the transfer-audit references to symbols, not line numbers (#377) (@jannskiee)
- 55d9495: docs(changelog): add the desktop-v0.2.9 and v1.10.7 entries, move the version pins (#398) (@jannskiee)
- d6f11b7: refactor(engine): fold three verbatim duplicates, and stop two comments lying (#384) (@jannskiee)
- 8a128a3: test(desktop): add a render harness and characterization tests for App.tsx (#386) (@jannskiee)
- b8bd379: test(server): call handleSignal with the arity it actually has (#392) (@jannskiee)