Skip to content

Releases: asklar/lvt

v0.1.8

02 Mar 19:15
f6d446e

Choose a tag to compare

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

26 Feb 22:50
25e3ef9

Choose a tag to compare

New features

  • Add Chromium plugin for Chrome/Edge DOM tree inspection (#6)
  • Add Avalonia UI visual tree plugin (#5)

Other changes

  • Add WPF support and plugin system documentation to README (#4)

v0.1.6

24 Feb 01:36
dd69d91

Choose a tag to compare

Release Notes - v0.1.6

New features

  • Add plugin system for runtime-loaded framework providers (#3)

v0.1.4

23 Feb 17:20
6b74130

Choose a tag to compare

  • 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

20 Feb 23:35
cdc5d73

Choose a tag to compare

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

20 Feb 20:41
2fd39fa

Choose a tag to compare

What's Changed

  • Report ComCtl SxS version (6.10) instead of Windows product version by @asklar in #1

Full Changelog: v0.1.1...v0.1.2

v0.1.1

20 Feb 18:24
1a3fd8e

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

20 Feb 04:35
34463d9

Choose a tag to compare