Skip to content

Commit 3976be7

Browse files
author
Konrad Dysput
committed
Changelog formatting
1 parent 3623fa0 commit 3976be7

File tree

1 file changed

+4
-25
lines changed

1 file changed

+4
-25
lines changed

CHANGELOG.md

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,63 +3,53 @@
33
## Version 3.11.0
44

55
Improvements
6-
76
- Xbox One support (#230)
87

98
## Version 3.10.0
109

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

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

2118
## Version 3.9.1
2219

2320
Bugfixes
24-
2521
- Fixed potential overflow that can happen during breadcrumb deletion flow (#220).
2622
- Added proguard support for Android uncaught exception captured by the Unity uncaught exception handler (#221).
2723

2824
Improvements
29-
3025
- Native crash reporting binary upgrade - PlCrashReporter upgrade from 1.7.2 to 1.11.2 (#222).
3126
- 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).
3328
- iOS native crash: create a readable crash message - do not use signal number as a report message (#222).
3429

3530
## Version 3.9.0
3631

3732
Bugfixes
38-
3933
- Allow unity to finish capturing uncaught exception generated on the Android native layer (#215).
4034

4135
Improvements
42-
4336
- Proguard Support. Added support for native managed exceptions when ProGuard obfuscation is in use (#216).
4437
- Updated native NDK libraries to the latest version of the backtrace-android library (#217).
4538
- Added support for a new crash flow when the crash handler executable cannot be extracted on Android. The `useLegacyPackaging` is no longer required. (#218).
4639

4740
## Version 3.8.7
4841

4942
Bugfixes
50-
5143
- Changed uname.sysname attribute from IOS to iOS.
5244
- Do not report OOMs generated when application is in background.
53-
45+
5446
Improvements
55-
5647
- Added an option to define breadcrumb type.
5748
- Allow to use not available configuration options on specific platform.
5849

5950
## Version 3.8.6
6051

6152
Bugfixes
62-
6353
- Removed warning generated by the graphic card attribute if statement.
6454
- Removed device.name attribute due to PII/bluetooth access issues
6555

@@ -69,49 +59,41 @@ Improvements
6959
## Version 3.8.5
7060

7161
Bugfixes
72-
7362
- Fixed populating graphic card attributes, when graphic card is not available.
7463

7564
## Version 3.8.4
7665

7766
Bugfixes
78-
7967
- Unhandled exception handler on Android will now report all type of captured Android exceptions.
8068
- Added the screencapture module as a dependency
8169

8270
Improvements
83-
84-
- Xbox native crash handler now handles more types of crashes
71+
- Xbox native crash handler now handles more types of crashes
8572

8673
## Version 3.8.3
8774

8875
Bugfixes
89-
9076
- Fixed android/ios specific code usage on Editor,
9177
- improved metrics management
9278

9379
## Version 3.8.2
9480

9581
Bugfixes
96-
9782
- Fixed a duplicate identifier issue available in the generated xcode project.
9883
- Normalized system attributes on iOS and Android
9984

10085
New functionality
101-
10286
- Added support for uploading Android symbols files on OSes other than Windows.
10387
- SteamDeck support
10488

10589
## Version 3.8.1
10690

10791
Bugfixes
108-
10992
- Fixed an issue with passing non-ASCII characters to the native crash handler on Windows.
11093

11194
## Version 3.8.0
11295

11396
New functionality
114-
11597
- Add support for XBox native crashes.
11698

11799
## Version 3.7.9
@@ -129,19 +111,16 @@ Maintenance
129111
## Version 3.7.8
130112

131113
Bugfixes
132-
133114
- Fixed a problem with invalid stack frame type.
134115
- Allow users to use custom Backtrace URls in the configuration.
135116

136117
Maintenance
137-
138118
- Upgraded Android native crash handler.
139119
- Cleaned up documentation images
140-
120+
141121
## Version 3.7.7
142122

143123
New functionality
144-
145124
- 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.
146125
- Added a new attribute `application.package` that stores information about an application package id.
147126

0 commit comments

Comments
 (0)