| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flamerobin-26.8.0.deb | 2026-08-04 | 31.0 MB | |
| FlameRobin-26.8.0-x64.msi | 2026-08-04 | 16.6 MB | |
| flamerobin-portable-26.8.0-x64.zip | 2026-08-04 | 21.1 MB | |
| FlameRobin-26.8.0-x86.msi | 2026-08-04 | 15.9 MB | |
| flamerobin-portable-26.8.0-x86.zip | 2026-08-04 | 20.1 MB | |
| flamerobin-macos-26.8.0.zip | 2026-08-04 | 7.5 MB | |
| flamerobin_26.8.0_amd64.snap | 2026-08-04 | 25.1 MB | |
| flamerobin-26.8.0.flatpak | 2026-08-04 | 15.3 MB | |
| README.md | 2026-08-04 | 2.1 kB | |
| Release 26.8.0 source code.tar.gz | 2026-08-04 | 1.4 MB | |
| Release 26.8.0 source code.zip | 2026-08-04 | 2.0 MB | |
| Totals: 11 Items | 156.1 MB | 67 | |
FlameRobin 26.8.0 Release Notes
We are pleased to announce the release of FlameRobin version 26.8.0. This release features key improvements to transaction terminology to better align with Firebird's architecture, alongside a streamlined user interface for executing stored procedures and functions.
🚀 Key Improvements & Features
1. Corrected Transaction Settings Terminology (#667)
- Accurate Isolation Levels: Renamed the misleading "Dirty read" label to Read committed (record version). Since Firebird does not support standard read uncommitted/dirty read isolation levels, this correction reflects the true database engine behavior.
- Clarity on Read Committed: Renamed the basic "Read committed" option to Read committed (no record version) to ensure developers have absolute clarity when configuring their transactions.
- System-wide Integration: Status bars, query option panels, configuration definitions (
conf-defs/fr_settings.confdef), and unit tests have been updated to ensure consistency throughout the application.
2. Streamlined Stored Procedure & Stored Function UI (#668)
- Direct Routine Execution: Double-clicking a stored procedure/function, or selecting "Execute" from the context menu, now directly invokes the interactive executor dialog (handling parameter types, NULL markers, and presenting outcomes in a clean data grid) instead of launching a raw template.
- Feature Parity for Functions: Added missing
Copy Call SignatureandGenerate Execution Templateactions to Stored Functions, achieving complete feature parity with Stored Procedures. - Reduced Context Menu Clutter: Removed redundant "Interactive Execute Routine..." context menu options, cleaning up the overall object context menus.
- Activated Items Update: Activated Stored Functions now correctly trigger execute/metadata expansion actions.
📦 Version Information & Package Support
- Release Version:
26.8.0 - Release Tag:
v26.8.0 - VCPKG Manifest Update: Updated
version-semverinvcpkg.jsonto reflect26.8.0.