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