| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| FlameRobin-26.7.6-x86.msi | 2026-07-17 | 15.8 MB | |
| flamerobin-portable-26.7.6-x86.zip | 2026-07-17 | 19.9 MB | |
| FlameRobin-26.7.6-x64.msi | 2026-07-17 | 16.5 MB | |
| flamerobin-portable-26.7.6-x64.zip | 2026-07-17 | 20.8 MB | |
| flamerobin_26.7.6_amd64.snap | 2026-07-17 | 24.7 MB | |
| flamerobin-macos-26.7.6.zip | 2026-07-17 | 7.3 MB | |
| flamerobin-26.7.6.deb | 2026-07-17 | 30.6 MB | |
| flamerobin-26.7.6.flatpak | 2026-07-17 | 15.0 MB | |
| FlameRobin 26.7.6 source code.tar.gz | 2026-07-17 | 1.3 MB | |
| FlameRobin 26.7.6 source code.zip | 2026-07-17 | 1.8 MB | |
| README.md | 2026-07-17 | 1.0 kB | |
| Totals: 11 Items | 153.7 MB | 84 | |
FlameRobin 26.7.6
This is a maintenance release that resolves a critical reconnect bug where silent connection loss would block context and database menus from rendering, preventing reconnection.
🛠️ Changes and Bug Fixes
1. Database Connection & Menu Fixes
- Reconnect Failure After Connection Loss (#636): Fixed a bug where a silent connection loss (such as a VPN drop or network timeout) prevented the Database and Context menus from opening, instead immediately triggering an
Error writing data to the connectionpopup and blocking users from selecting the Reconnect menu item. This occurred because UI update handlers and metadata menu visitors query database capabilities viaDatabase::getInfo(), which executed queries over the dead connection socket.Database::getInfo()now catches and suppresses connection exceptions duringreloadIfNecessary(), returning cached info so menus render cleanly, allowing users to successfully select Database -> Reconnect to resume their session.