Skip to content

FBugReporter (v1.2.0)

Latest
Compare
Choose a tag to compare
@Flone-dnb Flone-dnb released this 26 May 16:20
· 1 commit to master since this release
f397201

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.
  • Improve some error messages.

Attached FBugReporter_Build.zip contains built version with example project.