Download Latest Version flamerobin-portable-26.7.1-x86.zip (19.8 MB)
Email in envelope

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

Home / v26.6.24
Name Modified Size InfoDownloads / Week
Parent folder
FlameRobin-26.6.23-x86.msi 2026-06-26 15.8 MB
flamerobin-portable-26.6.23-x86.zip 2026-06-26 19.8 MB
FlameRobin-26.6.23-x64.msi 2026-06-25 16.5 MB
flamerobin-portable-26.6.23-x64.zip 2026-06-25 20.7 MB
flamerobin_26.6.23_amd64.snap 2026-06-25 24.7 MB
flamerobin-26.6.23.flatpak 2026-06-25 14.1 MB
flamerobin-26.6.23.deb 2026-06-25 30.6 MB
flamerobin-macos-26.6.23.zip 2026-06-25 7.2 MB
FlameRobin 26.6.24 source code.tar.gz 2026-06-25 1.3 MB
FlameRobin 26.6.24 source code.zip 2026-06-25 1.8 MB
README.md 2026-06-25 1.1 kB
Totals: 11 Items   152.6 MB 0

FlameRobin 26.6.24 Release

Summary

This release delivers several important bug fixes and enhancements:

  • SQL tokenizer improvements: TERM and TERMINATOR are now correctly recognized as reserved words and keywords, fixing syntax‑highlighting and autocomplete issues.
  • Styling fixes: Updated ExecuteSqlFrame to properly apply styles to profiler grids and ensure consistent appearance across themes.
  • Row‑height correction: DataGrid now recalculates row heights after font changes, preventing layout glitches when reopening windows.
  • Version bump: Application version updated to 26.6.24.

Changelog

  • src/sql/SqlTokenizer.cpp – added TERM/TERMINATOR handling.
  • src/sql/SqlTokenizerTest.cpp – added unit tests for the new keywords.
  • src/gui/ExecuteSqlFrame.cpp – invoked setupStyles() and propagated styles to profiler grids.
  • src/gui/controls/DataGrid.cpp – called updateRowHeights() after data fetch.
  • src/frversion.h – bumped FR_VERSION_RLS to 24.

All tests pass (ctest reports 100% success).

Source: README.md, updated 2026-06-25