| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flamerobin_26.6.9_amd64.snap | 2026-06-11 | 24.3 MB | |
| flamerobin-26.6.9.flatpak | 2026-06-11 | 13.9 MB | |
| flamerobin-26.6.9.4fbb2316-setup-x64.exe | 2026-06-11 | 5.5 MB | |
| flamerobin-portable-26.6.9-x64.zip | 2026-06-11 | 19.8 MB | |
| flamerobin-26.6.9.deb | 2026-06-11 | 85.5 MB | |
| flamerobin-26.6.9.4fbb2316-setup.exe | 2026-06-11 | 5.2 MB | |
| flamerobin-portable-26.6.9-x86.zip | 2026-06-11 | 18.9 MB | |
| flamerobin-macos-26.6.9.zip | 2026-06-11 | 7.0 MB | |
| FlameRobin 26.6.9 source code.tar.gz | 2026-06-11 | 1.2 MB | |
| FlameRobin 26.6.9 source code.zip | 2026-06-11 | 1.7 MB | |
| README.md | 2026-06-11 | 1.8 kB | |
| Totals: 11 Items | 182.9 MB | 6 | |
FlameRobin 26.6.9
We are pleased to announce the release of FlameRobin version 26.6.9. This release introduces a new query execution shortcut, resolves installation compatibility with Debian 13 (Trixie), upgrades the build infrastructure, and updates documentation.
What's New in 26.6.9
🚀 SQL Editor "Execute and Fetch All" (Shift+F4)
- New Command & Shortcut (fixes [#613]): Added the "Execute and Fetch All" menu option, bound to the Shift+F4 shortcut. This executes the selected or active SQL query and automatically fetches all matching rows in the background. It avoids the need to manually scroll or request remaining batches of records.
📦 Debian 13 (Trixie) Installation Fix
- Debian Package Compatibility (fixes [#612]): The Debian packaging control file has been updated to remove obsolete package dependencies like
software-properties-common(which was removed in Debian 13) and development packages likelibtommath-dev. Additionally, the architecture field has been corrected toamd64to match the binary payload.
🔧 CI/CD and Build Infrastructure Upgrades
- JavaScript Action Upgrades: Upgraded GitHub Actions configurations to run with Node.js 24 to resolve runner deprecation warnings.
- macOS Build Environment: Updated Homebrew dependency setup in the macOS compilation workflows to resolve conflicts with pre-installed
icu4cversions.
📖 Documentation Enhancements
- Firebird Embedded Guide: Added an embedded server guide outlining configuration and execution details when the database port is left blank (utilizing local
fbclient.dll). - Windows Portable Releases: Documented how to run, configure, and package Windows Portable releases with SRP plugin support and bundled dependencies.