| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| FlameRobin-26.7.5-x64.msi | 2026-07-17 | 16.5 MB | |
| flamerobin-portable-26.7.5-x64.zip | 2026-07-17 | 20.8 MB | |
| FlameRobin-26.7.5-x86.msi | 2026-07-17 | 15.8 MB | |
| flamerobin-portable-26.7.5-x86.zip | 2026-07-17 | 19.9 MB | |
| flamerobin-macos-26.7.5.zip | 2026-07-17 | 7.3 MB | |
| flamerobin_26.7.5_amd64.snap | 2026-07-17 | 24.7 MB | |
| flamerobin-26.7.5.deb | 2026-07-17 | 30.6 MB | |
| flamerobin-26.7.5.flatpak | 2026-07-17 | 15.0 MB | |
| FlameRobin 26.7.5 source code.tar.gz | 2026-07-17 | 1.3 MB | |
| FlameRobin 26.7.5 source code.zip | 2026-07-17 | 1.8 MB | |
| README.md | 2026-07-17 | 1.6 kB | |
| Totals: 11 Items | 153.7 MB | 1 | |
FlameRobin 26.7.5
This is a maintenance release that resolves critical directory creation issues on fresh environments, fixes stylesheet parsing, and fixes classic icons packaging in portable builds.
🛠️ Changes and Bug Fixes
1. Directory & Configuration Fixes
- Recursive Directory Creation on First Run (#647): Fixed a critical startup error
crashes_metrics could not be created (error 3)that occurred when running FlameRobin on a new system for the first time. The application now recursively creates all parent folders (e.g.%AppData%\Local\flamerobin) usingwxFileName::Mkdirwith thewxPATH_MKDIR_FULLflag. This also ensures that statement history, metadata registration, and XML styling directories can be created successfully without failing due to missing parent folders. - Classic Icons Staging Fix for Portable Releases: Fixed a packaging bug in the GitHub Actions workflows (
release.ymlandwindows-build.yml) where theimages/assets directory (containingsvg/andsvg_classic/subdirectories) was omitted from the staging setup for portable ZIP packages. This omission caused the "Classic icons" preference setting to be ignored (falling back to modern embedded icons instead). The build workflow now correctly bundles the build'simages/assets inside the portable ZIP package.
2. Theme & XML Parsing Fixes
- XML Parsing Fix in stylers.xml (#646): Corrected an XML comments syntax warning/error in the
xml-styles/stylers.xmlstylesheet file. The double hyphen (--) inside an XML comment was replaced to comply with XML standards, ensuring smooth theme loading.