From 49172989d466feff859a52f2ed72f69125766daf Mon Sep 17 00:00:00 2001 From: Tian Gao Date: Wed, 23 Oct 2024 23:13:07 -0400 Subject: [PATCH] Ready for 0.6.2 --- changelog/changelog.js | 12 ++++++++++++ manifest.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog/changelog.js b/changelog/changelog.js index 925545b..d5da989 100644 --- a/changelog/changelog.js +++ b/changelog/changelog.js @@ -1,4 +1,16 @@ const BILISCOPE_CHANGE_LOG = [ + { + version: "0.6.2", + changes: [ + "悬停在关注按钮上会显示关注时间了", + "解决了右上角下拉菜单中卡片误关闭的问题", + "优化了视频AI总结的触发和位置", + "重新支持了多个评论区", + "解决了调用API返回-352的问题", + "增加了高分屏下词云的分辨率", + "对于已注销用户,不再显示错误数据", + ] + }, { version: "0.6.1", changes: [ diff --git a/manifest.json b/manifest.json index e2005de..41ba292 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "BiliScope - Bilibili插件,你的B站小助手", - "version": "0.6.1", + "version": "0.6.2", "description": "可以显示视频的AI内容总结,在B站的各类网页上显示用户的详细信息,包括关注数、粉丝数、投稿数、签名、投稿词云等等。还可以给UP主做备注和标签!", "icons": { "128": "img/logo.png"