diff --git a/src/pages/Docs/md/changelog.en.mdx b/src/pages/Docs/md/changelog.en.mdx index 0562778f..2458c2b8 100644 --- a/src/pages/Docs/md/changelog.en.mdx +++ b/src/pages/Docs/md/changelog.en.mdx @@ -1,5 +1,11 @@ import offlineLogImg from '@/assets/image/screenshot/v1.9.2-offline-log-size.png'; +## v2.0.0 + +- 🆕 Revamped browser-side modal with support for custom theme colors and branding. Added a time-range log selector and a notes field. See details: https://github.com/HuolalaTech/page-spy/pull/113 +- 🆕 Added a method for mini-programs to trigger a modal displaying PageSpy information, with support for uploading offline logs. See details: https://github.com/HuolalaTech/page-spy/pull/112 +- 🐛 Fixed some issues. + ## v1.9.6 - 🆕 DataHarborPlugin added a new prototype method. See details: https://github.com/HuolalaTech/page-spy/pull/110; diff --git a/src/pages/Docs/md/changelog.zh.mdx b/src/pages/Docs/md/changelog.zh.mdx index f4e5a218..043ae505 100644 --- a/src/pages/Docs/md/changelog.zh.mdx +++ b/src/pages/Docs/md/changelog.zh.mdx @@ -1,5 +1,11 @@ import offlineLogImg from '@/assets/image/screenshot/v1.9.2-offline-log-size.png'; +## v2.0.0 + +- 🆕 浏览器端弹窗改版,支持定制主题色、品牌,新增时间段日志选择器、备注字段。查看详情:https://github.com/HuolalaTech/page-spy/pull/113 ; +- 🆕 小程序端新增方法唤起弹窗显示 PageSpy 信息,并支持上传离线日志。查看详情:https://github.com/HuolalaTech/page-spy/pull/112 ; +- 🐛 修复一些问题; + ## v1.9.6 - 🆕 DataHarborPlugin 插件新增原型方法。查看详情:https://github.com/HuolalaTech/page-spy/pull/110 ;