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
feat(DebugLogViewer): add LAN access feature for debug log viewer
- Introduced a new setting to enable LAN access for the debug log viewer, allowing it to listen on all network interfaces.
- Updated related classes and settings to support the new LAN access functionality, including UI bindings and localization.
- Enhanced logging to provide clearer messages regarding the access mode and available LAN URLs.
"When enabled, the debug log viewer listens on all network interfaces so other devices on the same LAN can open it with the tokenized URL. Changes apply on next launch."))
"ritsulib.debugLogViewer.autoOpen.description": "When enabled, RitsuLib waits 3 seconds after starting the viewer. If no browser page is listening, it opens one.",
226
+
"ritsulib.debugLogViewer.lanAccess.label": "Allow LAN access",
227
+
"ritsulib.debugLogViewer.lanAccess.description": "When enabled, the debug log viewer listens on all network interfaces so other devices on the same LAN can open it with the tokenized URL. Changes apply on next launch.",
"ritsulib.debugLogViewer.port.description": "Loopback HTTP port. If the port is busy, RitsuLib tries the following ports in order. Changes apply on next launch.",
229
+
"ritsulib.debugLogViewer.port.description": "HTTP port. If the port is busy, RitsuLib tries the following ports in order. Changes apply on next launch.",
"ritsulib.section.harmonyDump.description": "Export a text report of patched methods (prefix/postfix/transpiler/finalizer) for debugging mod interactions.",
0 commit comments