Skip to content

Commit bc14d7b

Browse files
committed
release: 0.6.29
1 parent 83f999e commit bc14d7b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/changeLog-zh.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.6.29
2+
1. 增加ctrl + 鼠标滚动调整画中画大小功能
3+
2. 增加快速隐藏的移动位置选项
4+
3. 修复快速隐藏后关闭画中画,重新打开时大小不正确
5+
16
## v0.6.28
27
1. 增加虎牙弹幕的支持,但只有纯色 + 滚动
38
2. 增加开启画中画后的位置调整功能设置

docs/changeLog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.6.29
2+
1. Added ctrl + mouse scrolling to adjust the PIP size function
3+
2. Added quick hidden moving position option
4+
3. Fixed to close the PIP after quick hiding, and the size was incorrect when reopened
5+
16
## v0.6.28
27
1. Added support for Huya danmaku, but only solid color + scrolling
38
2. Added position adjustment function settings after turning on PIP

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dmMiniPlayer",
3-
"version": "0.6.28",
3+
"version": "0.6.29",
44
"license": "MIT",
55
"author": "apades",
66
"engines": {
@@ -94,4 +94,4 @@
9494
"webext-bridge": "^6.0.1",
9595
"webextension-polyfill": "^0.9.0"
9696
}
97-
}
97+
}

0 commit comments

Comments
 (0)