Releases: Flone-dnb/FBugReporter
Releases · Flone-dnb/FBugReporter
FBugReporter (v1.2.0)
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.
FBugReporter (v1.1.0)
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
toserver_monitor
.
Attached FBugReporter_Build.zip
contains built version with example project.
FBugReporter (v1.0.1)
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)
First major release.
Attached FBugReporter_Build.zip
contains built version with example project.