| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flamerobin_26.5.23_amd64.snap | 2026-06-04 | 24.2 MB | |
| flamerobin-26.5.23.b88a92af-setup.exe | 2026-06-04 | 5.1 MB | |
| flamerobin-26.5.23.b88a92af-setup-x64.exe | 2026-06-04 | 5.4 MB | |
| flamerobin-macos-26.5.23.zip | 2026-06-04 | 6.9 MB | |
| flamerobin-26.5.23.flatpak | 2026-06-04 | 14.1 MB | |
| flamerobin-26.5.23.deb | 2026-06-04 | 29.2 MB | |
| FlameRobin 26.5.23 source code.tar.gz | 2026-06-04 | 1.3 MB | |
| FlameRobin 26.5.23 source code.zip | 2026-06-04 | 1.8 MB | |
| README.md | 2026-06-04 | 838 Bytes | |
| Totals: 9 Items | 88.0 MB | 7 | |
FlameRobin 26.5.23
Bug Fixes
- Tree View / Sorting: Fixed a bug where some registered servers (such as
localhost_4_0andlocalhost_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_LIBRARYbased on static/dynamic vcpkg triplet check to prevent Visual Studio LNK2038 runtime library mismatch errors. - Warning Cleanups: Prevent MSVC warning D9002 by ensuring the
-g3debug 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
flamerobintarget, avoiding compiling and linking test binaries.