Skip to content

2512-beta

Latest

Choose a tag to compare

@hfiref0x hfiref0x released this 27 Dec 06:10
· 22 commits to master since this release
72e265f

What's Changed

BETA version snapshot 2512
Contains compiled binaries of client and server as of 27 Dec 2025

Core Improvements

  • ApiSet Schema File Handling
    • Support for querying ApiSet namespace info from a user-specified file, with improved configuration and error handling.
    • Clear distinction and management between default and custom ApiSet schema in both client/server.
    • New commands and UI logic for previewing ApiSet info from files.
  • Performance & Stability
    • Optimized .NET assembly resolution caching (architecture checks are now cached).
    • Improved handling of large module lists in the UI to reduce flickering/stutter.
    • Path resolver caches WinSxS candidates for fallback, reducing likelihood of improper path choices.
  • UI/UX Improvements
    • Tree/List views update more efficiently, minimizing redraws.
    • CPU mismatch warning logic for .NET “Any CPU” assemblies improved.
    • Improved display of modules and paths, including full path preservation for drive roots and UNC shares.
  • Test Coverage
    • Added tests/tests.c for lower-level WinDepends.Core logic verification.

Full Changelog: 2511-beta...2512-beta