We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678098d commit 468c2deCopy full SHA for 468c2de
docs/changelog.md
@@ -1,5 +1,11 @@
1
# 更新日志
2
3
+## 1.4.0 (2026-02-10)
4
+
5
+Bugfixes:
6
+ - 修复 WechatProvider 不能正确获取 Cookies 的问题
7
+ - 正式确认 ArcadeProvider 接口不可用
8
9
## 1.3.9 (2026-02-04)
10
11
Features:
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "maimai-py"
-version = "1.3.9"
+version = "1.4.0"
description = "The definitive python wrapper for MaimaiCN."
authors = ["Usagi no Niku <chenbohan911@163.com>"]
license = "MIT"
0 commit comments