You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tree View / Sorting: Fixed a bug where some registered servers (such as localhost_4_0 and localhost_5_0) disappeared from the main tree view when "Sort server entries alphabetically" was checked. (Fixes issue #599)
Windows & MSVC Build System Improvements
Runtime Linkage Configuration: Dynamically configure CMAKE_MSVC_RUNTIME_LIBRARY based on static/dynamic vcpkg triplet check to prevent Visual Studio LNK2038 runtime library mismatch errors.
Warning Cleanups: Prevent MSVC warning D9002 by ensuring the -g3 debug compiler flag is only applied to non-MSVC compilers.
CI/CD / GitHub Actions
Workflow Optimizations: Streamlined the windows-build and release workflows by building only the flamerobin target, avoiding compiling and linking test binaries.