Releases: Devaniti/D3d12infoGUI
Releases · Devaniti/D3d12infoGUI
1.0.1 Bitfield output bugfix
- Fixed incorrect bitfield output when exactly 1 bit was set
- This didn't affect submitted reports, only visual presentation was affected
- Such bitfields appeared as if value was 0
- Changed property names to be closer to APIs
- Fixed typos
- Removed leftover console.log in js code
1.0.0 First full release
- First full release
- Implemented response compression in db-server
- Improved UI
- Reworked Adapter selection
- Added Adapter search on website
- Added Property search on website and in GUI
- Added decoding for PCI Subsystem ID
- Updated D3d12info to 3.1.0
- Now using release build of D3d12info
0.1.2 Full database update
- Added all remaining relevant fields from D3d12info to database
- Added support for running on non developer mode OS
- Implemented handling of duplicated adapters when submitting reports when running under RDP
- Reordered some fields to be more user friendly
- Added human readable names for some fields
- Relevant D3d12info changes:
- Fixed running D3d12info with output redirection on some systems
- Skipping Vendor APIs in case when GPU vendor doesn't match
0.1.1 Submission update
Improved various aspects of online submissions:
- Added Intel specific fields
- Hid null fields
- Made submit button submit all devices simultaneously
- Fixed output of bool fields on website
0.1.0 First working prototype
Initial release