Skip to content

Commit

Permalink
Release 3.10.0 (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput authored Sep 10, 2024
1 parent 42eeb29 commit 740010b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Backtrace Unity Release Notes

## Version 3.10.0

Bugfixes
- Fixed Unity console errors caused by corrupt meta (#224).
- Fixed texture re-rendering during attachments generation (#228).

Improvements
- Mac native support (#225).
- changed the frequency of the internet availability check to 30 seconds (#226).

## Version 3.9.1

Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion Runtime/BacktraceClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace Backtrace.Unity
/// </summary>
public class BacktraceClient : MonoBehaviour, IBacktraceClient
{
public const string VERSION = "3.9.1";
public const string VERSION = "3.10.0";
internal const string DefaultBacktraceGameObjectName = "BacktraceClient";
public BacktraceConfiguration Configuration;

Expand Down
8 changes: 0 additions & 8 deletions Runtime/Native/Mac.meta

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "io.backtrace.unity",
"displayName": "Backtrace",
"version": "3.9.1",
"version": "3.10.0",
"unity": "2017.1",
"description": "Backtrace's integration with Unity games allows customers to capture and report handled and unhandled Unity exceptions to their Backtrace instance, instantly offering the ability to prioritize and debug software errors.",
"keywords": [
Expand Down

0 comments on commit 740010b

Please sign in to comment.