Releases: m417z/UWPSpy
Releases · m417z/UWPSpy
v1.5.2
- Improved the path copying option to copy short class names when possible (mostly stripping the
Windows.UI.Xaml.Controls.prefix). The short version is compatible with the Windhawk styler mods. - Fixed the build number check to disable dark mode in older Windows versions where it's unsupported (before 10.0.26100.6899).
- Minor dark mode and DPI fixes.
v1.5.1
v1.5
- Added an option to copy path in the following format:
ClassName1#Name1 > ClassName2#Name2 > ... > ClassNameN#NameN. - Added an option to copy a subtree with all the properties for each element.
- More information is shown for
RowDefinitionCollectionandColumnDefinitionCollectiongrid properties. - Added a 32-bit version.
v1.4.2
- Added the "sticky" option, which can be used to keep UWPSpy open even when focus is lost. Can be useful for inspecting elements such as menus which are closed on focus loss.
- Added workaround for the taskbar crashing when inspecting the search box with "Icon and label" configuration.