Skip to content

Commit 87d4cf8

Browse files
committed
build: update docs for 1.1.0
1 parent 1e385d4 commit 87d4cf8

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# UnityDebuggerAssistant Changelog
22

3+
## v1.1.0
4+
5+
- Complete rewrite of Harmony patch handling
6+
- Understands patches from Prefixes, Postfixes and Finalizers
7+
8+
- Outputs the caller's defining method for better debugging
9+
10+
- Should now be game-agnostic
11+
312
## v1.0.3
413

514
- Now checks for broken patches and refuses to handle them
@@ -14,7 +23,7 @@
1423

1524
- Now outputs better symbols
1625
- Declaring Assembly Name for the throwing method
17-
- PluginInfo GUID, Name and Version for Assemblies that contain bepinex plugins
26+
- PluginInfo GUID, Name and Version for Assemblies that contain BepinEx plugins
1827
- Update package documents
1928

2029
## v1.0.1

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# UnityDebuggerAssistant
22

3-
A BepinEx plugin that captures Harmony and Monomod hook information at runtime to ease debugging
3+
A BepinEx plugin that captures Harmony and MonoMod hook information at runtime to ease debugging
44

55
## Maintainers
66

@@ -12,11 +12,12 @@ This mod has been dedicated to the [Lethal Company Modding community repo](https
1212

1313
## Current Features
1414

15-
- Listens for Harmony or MonoMod Patches
16-
- Outputs a list of all plugins that modify a specific method when an Exception is thrown targeting that method
15+
- Enumerates patches from both Harmony and MonoMod/HookGenPatcher
16+
- Outputs a list of all plugins that modify a specific method when an Exception is thrown within that method
1717
- Includes useful symbols for debugging such as:
18+
- Calling Method for the throwing method
1819
- Defining Assembly Name for the throwing method
19-
- PluginInfo GUID, Name and Version for Assemblies that contain bepinex plugins
20+
- PluginInfo GUID, Name and Version for Assemblies that contain BepinEx plugins
2021

2122
## How Does This Help Me?
2223

src/UnityDebuggerAssistant/UnityDebuggerAssistant.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!--
1717
Except this, you should keep this up to date with your publishing tags.
1818
-->
19-
<Version>1.0.3</Version>
19+
<Version>1.1.0</Version>
2020

2121
<!--
2222
You shouldn't have to change these, but you could if you wanted to.

0 commit comments

Comments
 (0)