Skip to content

Releases: Flone-dnb/FBugReporter

FBugReporter (v1.2.0)

26 May 16:20
f397201
Compare
Choose a tag to compare

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.

FBugReporter (v1.1.0)

23 Jul 11:58
5c16d15
Compare
Choose a tag to compare

New

  • You can now attach any files to reports.
  • You can now attach game screenshots to reports.
  • Show server disk usage in client application.
  • Add a button to refresh report list in client application.

Fixes

  • Fix a bug where some reports in client application were not displayed.

Changes

  • Internal architecture improvements.
  • Improve messaging stability.
  • Improve logging.
  • Improve issue report form.
  • Rename monitor to server_monitor.

Attached FBugReporter_Build.zip contains built version with example project.

FBugReporter (v1.0.1)

09 Jun 17:03
7e960b7
Compare
Choose a tag to compare

Fixes

  • Update dependencies to fix some security issues.
  • Fix client/reporter address not being visible in server logs in some cases.

Attached FBugReporter_Build.zip contains built version with example project.

FBugReporter (v1.0.0)

23 Apr 21:04
b25ba10
Compare
Choose a tag to compare

First major release.

Attached FBugReporter_Build.zip contains built version with example project.