Skip to content

Commit 740010b

Browse files
authored
Release 3.10.0 (#229)
1 parent 42eeb29 commit 740010b

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Backtrace Unity Release Notes
22

3+
## Version 3.10.0
4+
5+
Bugfixes
6+
- Fixed Unity console errors caused by corrupt meta (#224).
7+
- Fixed texture re-rendering during attachments generation (#228).
8+
9+
Improvements
10+
- Mac native support (#225).
11+
- changed the frequency of the internet availability check to 30 seconds (#226).
12+
313
## Version 3.9.1
414

515
Bugfixes

Runtime/BacktraceClient.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Backtrace.Unity
2424
/// </summary>
2525
public class BacktraceClient : MonoBehaviour, IBacktraceClient
2626
{
27-
public const string VERSION = "3.9.1";
27+
public const string VERSION = "3.10.0";
2828
internal const string DefaultBacktraceGameObjectName = "BacktraceClient";
2929
public BacktraceConfiguration Configuration;
3030

Runtime/Native/Mac.meta

-8
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "io.backtrace.unity",
33
"displayName": "Backtrace",
4-
"version": "3.9.1",
4+
"version": "3.10.0",
55
"unity": "2017.1",
66
"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.",
77
"keywords": [

0 commit comments

Comments
 (0)