Skip to content

FlameRobin 26.5.23

Choose a tag to compare

@mariuz mariuz released this 04 Jun 07:57
· 85 commits to master since this release

FlameRobin 26.5.23

Bug Fixes

  • 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.