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
+6-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# UnityDebuggerAssistant Changelog
2
2
3
+
## v1.4.2
4
+
5
+
- UDA will now guess what the declaring assembly is based on context clues if the exception is missing the required information to obtain it normally. This will be noted in the output with `(Guess)`. This feature is good for when small methods get inlined and _merged_ with their calling methods or when dynamic methods clobber the stacktrace
6
+
3
7
## v1.4.1
4
8
5
9
- Correctly determines the patching assembly for harmony patches. (No more blaming mscorlib for everything, whoops!)
@@ -9,8 +13,8 @@
9
13
10
14
## v1.4.0
11
15
12
-
- Fixes a potential exception that could occur in ExceptionHandler with `SingleOrDefault` by replacing it with `FirstOrDefault`. Thanks: @p1xel8ted on github.
13
-
- Switches from non thread safe list to ConcurrentStack to fix potential sync issues in UDAPatchCollector. Thanks: NutDaddy on Discord.
16
+
- Fixes a potential exception that could occur in ExceptionHandler with `SingleOrDefault` by replacing it with `FirstOrDefault`. Thanks: @p1xel8ted on github
17
+
- Switches from non thread safe list to ConcurrentStack to fix potential sync issues in UDAPatchCollector. Thanks: NutDaddy on Discord
0 commit comments