| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flamerobin-26.6.3.flatpak | 2026-06-06 | 13.8 MB | |
| flamerobin_26.6.3_amd64.snap | 2026-06-06 | 24.3 MB | |
| flamerobin-26.6.3.deb | 2026-06-06 | 85.5 MB | |
| flamerobin-macos-26.6.3.zip | 2026-06-06 | 7.0 MB | |
| flamerobin-26.6.3.326baab5-setup-x64.exe | 2026-06-06 | 5.5 MB | |
| flamerobin-26.6.3.326baab5-setup.exe | 2026-06-06 | 5.2 MB | |
| FlameRobin 26.6.3 source code.tar.gz | 2026-06-06 | 1.3 MB | |
| FlameRobin 26.6.3 source code.zip | 2026-06-06 | 1.8 MB | |
| README.md | 2026-06-06 | 1.4 kB | |
| Totals: 9 Items | 144.4 MB | 3 | |
FlameRobin version 26.6.3 brings major user interface modernizations and crucial Firebird 6 connection stability fixes.
Key Improvements
- Modernized UI Icons (Google Material Icons Integration): Legacy low-resolution XPM and PNG raster icons have been completely replaced with modern, scalable, and crisp vector SVGs based on customized Google Material Icons. This updates all database schema elements and application command icons, providing a sharp and cohesive appearance on modern high-DPI and 4K monitors.
- Firebird 6 Connection Stability Fixes: Fixed a compatibility issue with newer Firebird 6 clients and servers where empty connection parameters in AttachmentOptions would cause connection attempts to fail with
isc_invalid_name. Parameters like character set, username, password, and role are now only populated in the AttachmentOptions builder if they are actually specified by the user.
Changelog
- Modernize UI icons: Replace legacy XPMs and embedded PNGs with customized Google Material Icons SVGs (commit 2658f1dd).
- Firebird 6 Compatibility: Restrict setting empty character set, username, password, and role connection options in AttachmentOptions to resolve connection failures (isc_invalid_name) (commit e995010e).
- Version Bump & Documentation: Bounded release version definitions to 26.6.3 in src/frversion.h and vcpkg.json, and documented features in docs/fr_whatsnew.html.