Skip to content

Commit 6b042e8

Browse files
committed
release: 0.6.28
1 parent 899e6b2 commit 6b042e8

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

docs/changeLog-zh.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.6.28
2+
1. 增加虎牙弹幕的支持,但只有纯色 + 滚动
3+
2. 增加开启画中画后的位置调整功能设置
4+
3. 增加快速隐藏画中画的快捷键功能
5+
4. 修复重复打开画中画可能会出现重复弹幕问题
6+
17
## v0.6.27
28
1. 增加了个新的HTML弹幕引擎IronKinoko版
39
2. 修复bilibili切换分p弹幕不正确问题

docs/changeLog.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1+
## v0.6.28
2+
1. Added support for Huya danmaku, but only solid color + scrolling
3+
2. Added position adjustment function settings after turning on PIP
4+
3. Added a shortcut key function to quickly hide PIP
5+
4. Fixed the issue where repeated danmakus may occur when opening PIP repeatedly.
6+
17
## v0.6.27
28
1. Added a new HTML danmaku engine IronKinoko version
39
2. Fixed the problem of incorrect danmakus when switching between bilibili episode.
410
3. Added the function of merging YouTube subtitles with similar time to avoid subtitle jitter
5-
4. added the function of dynamic size of subtitles, which is the same as the dynamic size of danmakus.
11+
4. Added the function of dynamic size of subtitles, which is the same as the dynamic size of danmakus.
612

713
## v0.6.26
814
Fixed some small bugs
915

1016
## v0.6.25
1117
1. Fixed the problem of invalid shortcut keys after switching videos
12-
2. Add multiple video shortcut key functions
18+
2. Added multiple video shortcut key functions
1319
3. Adjust the live broadcast to also display the pause button
1420
4. Optimizing the floating button can cause a shaking issue on the page.
1521

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dmMiniPlayer",
3-
"version": "0.6.27",
3+
"version": "0.6.28",
44
"license": "MIT",
55
"author": "apades",
66
"engines": {

0 commit comments

Comments
 (0)