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/FBugReporter
for both Windows and Linux.
- Config files are now located at
- Improve some error messages.
Attached FBugReporter_Build.zip
contains built version with example project.