This repository was archived by the owner on Nov 2, 2025. It is now read-only.
New
- Added support for Godot 4 (Godot 3 is no longer supported, use previous versions of FBugReporter for Godot 3).
Fixes
- Fix systemd unit installation issues on Linux.
Changes
- Standardize log/config/database files location (contributed by @LoipesMas).
- Config files are now located at
%APPDATA%\FBugReporter\on Windows and at$XDG_CONFIG_HOME/FBugReporter/on Linux. - Database is now located at
%LOCALAPPDATA%\FBugReporter\on Windows and at$XDG_DATA_HOME/FBugReporter/on Linux. - Log files are now located at
Documents/FBugReporterfor both Windows and Linux.
- Config files are now located at
- Improve some error messages.
Attached FBugReporter_Build.zip contains built version with example project.