Download Latest Version flamerobin-0.9.3.c75f861-setup-x64.exe (3.1 MB)
Email in envelope

Get an email when there's a new version of FlameRobin

Home / v26.7.14
Name Modified Size InfoDownloads / Week
Parent folder
flamerobin_26.7.14_amd64.snap 2026-07-27 25.1 MB
FlameRobin-26.7.14-x64.msi 2026-07-27 16.6 MB
flamerobin-portable-26.7.14-x64.zip 2026-07-27 21.1 MB
flamerobin-26.7.14.flatpak 2026-07-27 15.3 MB
FlameRobin-26.7.14-x86.msi 2026-07-27 15.9 MB
flamerobin-portable-26.7.14-x86.zip 2026-07-27 20.1 MB
flamerobin-macos-26.7.14.zip 2026-07-27 7.5 MB
flamerobin-26.7.14.deb 2026-07-27 30.9 MB
FlameRobin v26.7.14 source code.tar.gz 2026-07-27 1.4 MB
FlameRobin v26.7.14 source code.zip 2026-07-27 2.0 MB
README.md 2026-07-27 2.4 kB
Totals: 11 Items   155.9 MB 11

FlameRobin v26.7.14

This is a patch release that fixes two bugs reported by the community.


🐛 Bug Fixes

Fix: Page Size selector displayed in wrong location on Create New Database screen (#655)

The Page Size and SQL Dialect controls in the Create New Database dialog were assigned to the same wxGridBagSizer row (row 6) as the Encryption key data field. This caused the Page Size selector to overlap or displace the Encryption key data field, making it appear in the wrong position in the dialog.

Root cause: layoutControls() added both label_keydata/text_ctrl_keydata and label_pagesize/choice_pagesize to wxGBPosition(6, ...).

Fix: The create-mode controls are shifted down by one row so each field occupies its own row:

  • Page size / SQL dialect: row 6 → row 7
  • Owner / Initial user: row 7 → row 8

Fix: System attachments shown in connected-users count (#659)

getConnectedUsers() was counting internal Firebird system attachments (e.g., the garbage collector, replication applier, etc.) alongside real client connections, inflating the reported connected-user count and showing spurious entries in the monitoring view.

Fix: System attachments are now filtered out before the connection list is built, matching the behaviour of isql and other standard Firebird tools.


📦 What's Changed

Commit Description
d9423a8 Fix page size selector row collision in Create New Database dialog
c7b12a7 Filter system attachments and fix connection count in getConnectedUsers

Full Changelog: https://github.com/mariuz/flamerobin/compare/v26.7.13...v26.7.14


🙏 Contributors

Thanks to everyone who reported and helped reproduce these issues!

  • @luronumen — reported the Page Size layout bug (#655)

⬇️ Installation

Pre-built packages are available in the GitHub Actions artifacts for Windows, Linux (Flatpak/Snap/deb), and macOS.

For build instructions see BUILD.md (github.com).

Source: README.md, updated 2026-07-27