A hotfix for v4.3.0, which failed to launch on Windows.
Fixed
- Windows: the app launches again. v4.3.0 shipped the wrong libtorrent DLL next
to the executable — a build that didn't match the one the app was compiled
against — so Windows refused to start with a "procedure entry point not found"
error. The correct engine library is now packaged. (#20)
Under the hood
- Code-review pass over the engine's IPC layer, networking services, the web UI,
and the QML views: hardened the IPC frame parser against malformed input, added
request timeouts to every network client, sped up release-name parsing, and
fixed a handful of latent QML property bugs. No behaviour changes you'll notice —
the app is just steadier.