v1.8.6
版本发布时间: 2024-05-11 15:25:45
HuolalaTech/page-spy-web最新发布版本:v1.9.2(2024-08-30 16:36:32)
- 🆕 After disconnection, the SDK will exponentially retry establishing connection, with a maximum interval not exceeding (1.5 ** 4 * 2000)ms, see https://github.com/HuolalaTech/page-spy/pull/78;
- 🆕 The SDK instantiation adds a new parameter
useSecret
, with a default value offalse
. When set totrue
, the SDK will generate a 6-digit random password for the room. The debugging terminal needs to know the client password before entering the debugging room, see https://github.com/HuolalaTech/page-spy/pull/78; - 🆕 Support for dynamically updating the
title / project
parameters by usingwindow.$pageSpy.updateRoomInfo({ title: 'xxx', project: 'xxx' })
, see https://github.com/HuolalaTech/page-spy/pull/78; - 🆕 After dragging the floating ball rendered by the browser SDK to the top, bottom, left, or right side, it will automatically retract, see https://github.com/HuolalaTech/page-spy/pull/80;
- 🆕 Support for get uploaded url, see https://github.com/HuolalaTech/page-spy/pull/81:
window.$harbor = new DataHarborPlugin() PageSpy.registerPlugin(window.$harbor) async function uploadLogManually() { const debugUrl = await window.$harbor.onOfflineLog('upload') console.log({ debugUrl }) }
- 🆕 The
page-spy-api
no longer serializes data, resulting in a significant performance improvement; - 🐛 fix some problems, see: https://github.com/HuolalaTech/page-spy-web/issues/172, https://github.com/HuolalaTech/page-spy/pull/79;
1、 md5.txt 514B
2、 page-spy-api-darwin-amd64.tar.gz 16.38MB
3、 page-spy-api-darwin-arm64.tar.gz 16.05MB
4、 page-spy-api-linux-amd64.tar.gz 16.57MB
5、 page-spy-api-linux-arm.tar.gz 15.96MB
6、 page-spy-api-linux-arm64.tar.gz 15.74MB
7、 page-spy-api-win32-amd64.zip 16.94MB
8、 page-spy-api-win32-arm64.zip 16.08MB