You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-5Lines changed: 26 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,55 +1,65 @@
1
1
# Backtrace Unity Release Notes
2
2
3
-
## Version 3.10.1
3
+
## Version 3.11.0
4
4
5
5
Improvements
6
+
6
7
- Xbox One support (#230)
7
8
8
9
## Version 3.10.0
9
10
10
11
Bugfixes
12
+
11
13
- Fixed Unity console errors caused by corrupt meta (#224).
12
14
- Fixed texture re-rendering during attachments generation (#228).
13
15
14
16
Improvements
17
+
15
18
- Mac native support (#225).
16
19
- changed the frequency of the internet availability check to 30 seconds (#226).
17
20
18
21
## Version 3.9.1
19
22
20
23
Bugfixes
24
+
21
25
- Fixed potential overflow that can happen during breadcrumb deletion flow (#220).
22
26
- Added proguard support for Android uncaught exception captured by the Unity uncaught exception handler (#221).
23
27
24
28
Improvements
29
+
25
30
- Native crash reporting binary upgrade - PlCrashReporter upgrade from 1.7.2 to 1.11.2 (#222).
26
31
- iOS crash handler: store client attributes in the PlCrashReporter crashData object (#222).
27
-
- iOS native attributes: Renaming process.vm.* attributes to vm.* (#222).
32
+
- iOS native attributes: Renaming process.vm._ attributes to vm._ (#222).
28
33
- iOS native crash: create a readable crash message - do not use signal number as a report message (#222).
29
34
30
35
## Version 3.9.0
31
36
32
37
Bugfixes
38
+
33
39
- Allow unity to finish capturing uncaught exception generated on the Android native layer (#215).
34
40
35
41
Improvements
42
+
36
43
- Proguard Support. Added support for native managed exceptions when ProGuard obfuscation is in use (#216).
37
44
- Updated native NDK libraries to the latest version of the backtrace-android library (#217).
38
45
- Added support for a new crash flow when the crash handler executable cannot be extracted on Android. The `useLegacyPackaging` is no longer required. (#218).
39
46
40
47
## Version 3.8.7
41
48
42
49
Bugfixes
50
+
43
51
- Changed uname.sysname attribute from IOS to iOS.
44
52
- Do not report OOMs generated when application is in background.
45
-
53
+
46
54
Improvements
55
+
47
56
- Added an option to define breadcrumb type.
48
57
- Allow to use not available configuration options on specific platform.
49
58
50
59
## Version 3.8.6
51
60
52
61
Bugfixes
62
+
53
63
- Removed warning generated by the graphic card attribute if statement.
54
64
- Removed device.name attribute due to PII/bluetooth access issues
55
65
@@ -59,41 +69,49 @@ Improvements
59
69
## Version 3.8.5
60
70
61
71
Bugfixes
72
+
62
73
- Fixed populating graphic card attributes, when graphic card is not available.
63
74
64
75
## Version 3.8.4
65
76
66
77
Bugfixes
78
+
67
79
- Unhandled exception handler on Android will now report all type of captured Android exceptions.
68
80
- Added the screencapture module as a dependency
69
81
70
82
Improvements
71
-
- Xbox native crash handler now handles more types of crashes
83
+
84
+
- Xbox native crash handler now handles more types of crashes
72
85
73
86
## Version 3.8.3
74
87
75
88
Bugfixes
89
+
76
90
- Fixed android/ios specific code usage on Editor,
77
91
- improved metrics management
78
92
79
93
## Version 3.8.2
80
94
81
95
Bugfixes
96
+
82
97
- Fixed a duplicate identifier issue available in the generated xcode project.
83
98
- Normalized system attributes on iOS and Android
84
99
85
100
New functionality
101
+
86
102
- Added support for uploading Android symbols files on OSes other than Windows.
87
103
- SteamDeck support
88
104
89
105
## Version 3.8.1
90
106
91
107
Bugfixes
108
+
92
109
- Fixed an issue with passing non-ASCII characters to the native crash handler on Windows.
93
110
94
111
## Version 3.8.0
95
112
96
113
New functionality
114
+
97
115
- Add support for XBox native crashes.
98
116
99
117
## Version 3.7.9
@@ -111,16 +129,19 @@ Maintenance
111
129
## Version 3.7.8
112
130
113
131
Bugfixes
132
+
114
133
- Fixed a problem with invalid stack frame type.
115
134
- Allow users to use custom Backtrace URls in the configuration.
116
135
117
136
Maintenance
137
+
118
138
- Upgraded Android native crash handler.
119
139
- Cleaned up documentation images
120
-
140
+
121
141
## Version 3.7.7
122
142
123
143
New functionality
144
+
124
145
- Improved machine identifier functionality - if default identifier methods fail, a new machine identifier will be stored in the internal storage and will stay the same between game restarts.
125
146
- Added a new attribute `application.package` that stores information about an application package id.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "io.backtrace.unity",
3
3
"displayName": "Backtrace",
4
-
"version": "3.10.1",
4
+
"version": "3.11.0",
5
5
"unity": "2017.1",
6
6
"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.",
0 commit comments