Skip to content

Commit 1504430

Browse files
committed
publish: v0.4.100.b3
1 parent 79a7301 commit 1504430

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@
77
- 🔧已修复的问题
88
- ⚠️需要注意的更新信息
99

10+
## 0.4.100.b3
11+
12+
- 🔧fix(Danmaku.bilibili): 修复B站弹幕连接风控,来自[xxxxuanran](https://github.com/biliup/biliup/pull/1312)
13+
14+
[>在 Github 查看此版本](https://github.com/ZXGU183/biliup/releases/tag/v0.4.100.b3)
15+
1016
## 0.4.100.3a
1117

1218
- [💡feat](https://github.com/biliup/biliup/pull/1321): 抖音弹幕录制:添加用户名、id、礼物弹幕的录制 [by](https://github.com/biliup/biliup/pull/1321) [@ruinmi](https://github.com/ruinmi/biliup/releases/tag/4.100.3)
13-
- ⚠️: 请使用 **Cookie 文本**[**biliup-rs**](https://biliup.github.io/biliup-rs)等方法添加账号, _由于官方上游仓库更新导致_ 投稿管理页面的扫码登录可能暂不可用,正在排查和解决此问题
1419

1520
[>在 Github 查看此版本](https://github.com/ZXGU183/biliup/releases/tag/v0.4.100.3a)
1621

biliup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# 设置 Windows Shell 配色
99
os.system('color 3F')
1010

11-
__version__ = "0.4.100.3a"
11+
__version__ = "0.4.100.b3"
1212

1313
LOG_CONF = {
1414
'version': 1,

0 commit comments

Comments
 (0)