@weppy/roblox-mcp 2.8.1 → 2.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/index.js +78 -78
- package/package.json +1 -1
- package/roblox-plugin/WeppyRobloxMCP.rbxm +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,13 @@ All notable changes to this project will be documented in this file.
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
+
|
|
13
|
+
## [2.8.2] - 2026-06-15
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- **More complete Dashboard bug reports** — Bug reports opened from WEPPY Dashboard now keep the Roblox Studio version when Studio reconnects or refreshes its plugin metadata. If the Plugin cannot report the Studio version, WEPPY also checks the installed Roblox Studio app or executable and marks that value as an installed-app fallback in the GitHub issue prefill. This gives support reports the Studio version more consistently without requiring any setup change.
|
|
18
|
+
|
|
12
19
|
## [2.8.1] - 2026-06-15
|
|
13
20
|
|
|
14
21
|
### Features
|