| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flamerobin-26.6.21.flatpak | 2026-06-22 | 14.1 MB | |
| flamerobin_26.6.21_amd64.snap | 2026-06-22 | 24.7 MB | |
| FlameRobin-26.6.21-x86.msi | 2026-06-22 | 4.1 MB | |
| flamerobin-portable-26.6.21-x86.zip | 2026-06-22 | 19.8 MB | |
| FlameRobin-26.6.21-x64.msi | 2026-06-22 | 4.5 MB | |
| flamerobin-portable-26.6.21-x64.zip | 2026-06-22 | 20.7 MB | |
| flamerobin-26.6.21.deb | 2026-06-22 | 30.7 MB | |
| flamerobin-macos-26.6.21.zip | 2026-06-22 | 7.2 MB | |
| FlameRobin 26.6.21 source code.tar.gz | 2026-06-22 | 1.3 MB | |
| FlameRobin 26.6.21 source code.zip | 2026-06-22 | 1.8 MB | |
| README.md | 2026-06-22 | 1.2 kB | |
| Totals: 11 Items | 129.0 MB | 0 | |
FlameRobin 26.6.21
This release resolves critical bugs and implements key improvements, including SQL code completion support, High DPI scaling on Windows, and disconnect crash fixes.
Changelog & Improvements
- SQL Code Completion Fix: Fixed database schema auto-completion logic to ensure fields of referenced relations (tables, views, etc.) are correctly shown in the auto-complete dropdown inside the SQL editor.
- Windows High DPI Scaling Fix (Issue [#629]): Bumed target Windows version definitions to Windows 10 (
0x0A00), explicitly enabled DPI-aware manifest configuration inflamerobin.rc, and disabled default MSVC linker manifest overriding to ensure FlameRobin is fully DPI-aware and renders crisp fonts and vector icons on high-DPI displays. - Disconnect Segfault Fix: Fixed a segmentation fault that occurred inside
IbppDatabase::getInfowhen checking database info on a disconnected database connection.
Commits in this Release
27e693e0- Fix SQL code completion to show fields of referenced relations98e61669- Fix Windows High DPI awareness manifest and target version definition (Issue [#629])9624b916- Fix segfault in IbppDatabase::getInfo when disconnected