| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| FlameRobin-26.6.19-x64.msi | 2026-06-21 | 4.5 MB | |
| flamerobin-portable-26.6.19-x64.zip | 2026-06-21 | 20.7 MB | |
| FlameRobin-26.6.19-x86.msi | 2026-06-21 | 4.1 MB | |
| flamerobin-portable-26.6.19-x86.zip | 2026-06-21 | 19.8 MB | |
| flamerobin_26.6.19_amd64.snap | 2026-06-21 | 24.7 MB | |
| flamerobin-26.6.19.flatpak | 2026-06-21 | 14.2 MB | |
| flamerobin-26.6.19.deb | 2026-06-21 | 30.7 MB | |
| flamerobin-macos-26.6.19.zip | 2026-06-21 | 7.2 MB | |
| FlameRobin 26.6.19 source code.tar.gz | 2026-06-21 | 1.3 MB | |
| FlameRobin 26.6.19 source code.zip | 2026-06-21 | 1.8 MB | |
| README.md | 2026-06-21 | 2.1 kB | |
| Totals: 11 Items | 128.9 MB | 0 | |
We are pleased to release FlameRobin version 26.6.19. This release introduces various improvements, styling customization fixes, portable Windows build enhancements, and packaging/rendering fixes.
Key Changes & Improvements
- CPU Architecture in About Box:
-
The About dialog box now dynamically detects and displays the CPU architecture (such as
x86-64,x86,arm64,arm,ppc,mips, orriscv) on which the application is running, enhancing diagnostic and version info. -
Style & Font Customization Save Fix:
- Resolved a long-standing issue in the styling configuration where custom font size and font name modifications failed to persist properly and instead reverted/fell back to the "Global override" style.
-
Enhanced style manager lookup logic to cleanly fallback to global configuration definitions for child styling elements, preventing font size resets in the SQL editors.
-
Portable Windows Builds Enhancements:
- Pre-configured portable Windows builds (both 32-bit and 64-bit packages) to default to
ServerMode = SuperClassicinfirebird.conf. This enables the embedded Firebird engine to use shared lock files, permitting multiple instances or external processes to simultaneously access a local.fdbdatabase file without exclusive file-locking failures. -
Added troubleshooting and lock mode guidelines to the
docs/firebird_embedded.mddocumentation. -
Linux Debian Package SVG Rendering & Native Dependencies:
-
Fixed SVG rendering issues in Debian (
.deb) packages. Bundling host libraries was avoided during build staging (only dependencies fromvcpkgare bundled), andlibsecret-1-0alongsidelibwebkit2gtk-4.1-0are now declared as native dependencies. This ensures correct rendering of HTML templates, settings, and SVG icons upon packaging and clean installations. -
Documentation & Submodule Updates:
- Updated
BUILD.mdwith instructions on using recursive git submodule commands (git submodule update --init --recursive) to help developers properly fetch external dependencies likevcpkgandfb-cpp.