Releases: asklar/lvt
Releases · asklar/lvt
v0.1.8
Release Notes — v0.1.8
Bug fixes
- Fix non-finite bounds (NaN/Inf) producing undefined behavior via static_cast in XAML/WinUI3 elements (#7)
- Fix WinUI3 features (annotations, Text properties, TransformToVisual) missing in release builds due to missing Windows App SDK NuGet install step in release pipeline
- Fix UnionMetadata glob matching Facade/Windows.WinMD instead of the proper versioned union metadata
v0.1.7
v0.1.6
v0.1.4
-
UWP app capture: Fixed XAML tree capture for UWP apps (e.g. Calculator). Resolved wrong PID targeting (ApplicationFrameHost vs actual app process), AppContainer DLL/pipe access restrictions, and repeated-run timeouts.
-
Force MSVC compiler in CMake presets
-
Fix ARM64 CI to use amd64_arm64 cross-compiler on x64 runner
-
Add workflow_dispatch trigger to release pipeline
-
Add annotated Notepad screenshot to docs and README
v0.1.3
New features
- ARM64 support: lvt.exe and the TAP DLL now build natively for ARM64 in addition to x64
- Architecture detection: lvt detects the target process architecture using IsWow64Process2 and rejects mismatches with a clear error message suggesting the correct binary
- TAP DLL renamed to lvt_tap_x64.dll / lvt_tap_arm64.dll to support multi-arch deployments
- Release now publishes both lvt-x64.zip and lvt-arm64.zip
- SKILL.md auto-detects host architecture when downloading the release
v0.1.2
What's Changed
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: https://github.com/asklar/lvt/commits/v0.1.0