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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## [1.1.1] - 2025-08-01
4
+
5
+
### 🔧 Improvements & Bug Fixes
6
+
7
+
### Fixed
8
+
- 🛠️ **Unity Messaging** - Fixed message handler conflicts by replacing single handler with typed event emitters, ensuring compilation finished events are properly received by test provider
9
+
10
+
### Improved
11
+
- 🔄 **Test Provider** - Simplified message handling by moving JSON parsing logic into the messaging client
0 commit comments