We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f8ea7 commit a80b79aCopy full SHA for a80b79a
3 files changed
docs/changeLog-zh.md
@@ -1,3 +1,7 @@
1
+## v0.6.61
2
+1. 修复bilibili中使用自动画中画后视频会暂停问题
3
+2. 调整在启动画中画的页面可见时,关闭画中画不会暂停视频
4
+
5
## v0.6.60
6
临时修复部分用户在bilibili中最小化浏览器会导致视频暂停问题
7
docs/changeLog.md
@@ -1,3 +1,8 @@
+Fixes:
+1. Fixed an issue where videos could pause after enabling automatic picture-in-picture on Bilibili
+2. Adjusted behavior so closing picture-in-picture won't pause the video when the page that opened PIP is visible
Temporary fix for an issue where minimizing the browser could pause video for some users on Bilibili
8
package.json
@@ -1,6 +1,6 @@
{
"name": "dmMiniPlayer",
- "version": "0.6.60",
+ "version": "0.6.61",
"license": "MIT",
"author": "apades",
"type": "module",
0 commit comments