File tree Expand file tree Collapse file tree 3 files changed +19
-9
lines changed
Expand file tree Collapse file tree 3 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 11name : Run Unit Tests
22
33on :
4- push :
5- branches :
6- - develop
7- paths :
8- - " tests/**"
9- - " maimai_py/**"
10- - " pyproject.toml"
11- - " poetry.lock"
4+ # push:
5+ # branches:
6+ # - develop
7+ # paths:
8+ # - "tests/**"
9+ # - "maimai_py/**"
10+ # - "pyproject.toml"
11+ # - "poetry.lock"
1212 workflow_dispatch :
1313
1414jobs :
Original file line number Diff line number Diff line change 11# 更新日志
22
3+ ## 1.3.9 (2026-02-04)
4+
5+ Features:
6+ - RESTful Client 现支持过滤分数 -> [ #43 ] ( https://github.com/TrueRou/maimai.py/issues/43 )
7+ - ScoreExtend 现支持 dx_star, version 属性 -> [ #46 ] ( https://github.com/TrueRou/maimai.py/issues/46 ) [ #50 ] ( https://github.com/TrueRou/maimai.py/pull/50 )
8+ - 水鱼查分器支持通过 Import-Token 查询所有成绩 -> [ #47 ] ( https://github.com/TrueRou/maimai.py/pull/47 )
9+
10+ Known Issues:
11+ - ArcadeProvider接口暂时不可用 -> [ #49 ] ( https://github.com/TrueRou/maimai.py/issues/49 )
12+
313## 1.3.8 (2025-11-24)
414
515Bugfixes:
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " maimai-py"
3- version = " 1.3.8 "
3+ version = " 1.3.9 "
44description = " The definitive python wrapper for MaimaiCN."
55authors = [" Usagi no Niku <chenbohan911@163.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments