v0.3.0-rc1 - Polish and refinement
On the outward surface, not much has changed from an observers standpoint. But the changes under the hood are big.
We have reached release candidate stability!
Edit: Looks like a UI bug snuck into the control app. It's harmless, but a little annoying. Fix will come later
Major Changes
- In conjunction with #18, random black screen flashes have been fixed. This required a big overhaul of the underlying driver code to properly handle processing monitors. But as a result, everything should be proper now, and should be stable
- Ports are gone! There is no such thing as ports anymore. It connects to the driver behind the scenes without using tcp
- Process sharing is disabled for the driver now. It will run in a dedicated driver process
What's Changed
- Bump serde from 1.0.188 to 1.0.189 by @dependabot in https://github.com/MolotovCherry/virtual-display-rs/pull/21
- Bump rustix from 0.37.23 to 0.37.25 by @dependabot in https://github.com/MolotovCherry/virtual-display-rs/pull/22
Full Changelog: https://github.com/MolotovCherry/virtual-display-rs/compare/v0.2.6...v0.3.0