Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXiaoM committed Apr 27, 2023
1 parent 2d66ba5 commit e4fe924
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
with:
artifacts: "*.apk"
token: ${{ github.token }}
generateReleaseNotes: true
bodyFile: "release-note.md"
18 changes: 18 additions & 0 deletions release-note.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Aoki 1.2.0

## 新增
* 自 1.2.0 起,每次发布版本将会附带 Release Note。
* 扫码登录基本支持。
* 勾选扫码登录时若选择的协议不支持扫码,自动选择手表协议。
* 不同的协议在进行滑块验证时在浏览器使用不同的 UA

## 修复或变更
* 升级 mirai 版本到 `2.15.0-M1`
* 更改 UI 布局,将无用的空隙删除。
* 优化代码结构。

## 预告
* 可在 Aoki 中可视化编辑 device.json,以及生成文件不登录。

------
[人间工作](https://www.mrxiaom.top/) Present.

0 comments on commit e4fe924

Please sign in to comment.