Skip to content

Commit 6ed8b85

Browse files
committed
update changelog
1 parent 696eb79 commit 6ed8b85

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@
4343
<a href="art/18.png"><img src="art/18.png" width="30%"/></a>
4444

4545
## TODO
46-
- [x] 优化下载功能(V1.0.7-1)
4746
- [x] 检查卡顿,优化动画,优化内存占用(V1.0.8)
4847
- [x] 增量更新(V1.0.8) 增量算法:[Google File By File Patch](https://github.com/andrewhayden/archive-patcher)
4948
- [x] 修复部分界面错位Bug(V1.0.8)
5049
- [x] 下载弹幕(V1.0.8)
5150
- [x] 修复下载Bug(V1.0.8)
52-
- [ ] 登陆(V1.0.8)
53-
- [ ] 发送评论(V1.0.8)
54-
- [ ] 适配Android5.0以下(V1.0.8)
55-
- [ ] 弹幕屏蔽功能(V1.0.9)
51+
- [x] 适配Android5.0以下(V1.0.8)
52+
- [ ] 登陆(V1.0.9)
53+
- [ ] 发送评论(V1.0.9)
5654
- [ ] 查看Up主视频(V1.0.9)
55+
- [ ] 同步收藏(V1.0.9)
56+
- [ ] 弹幕屏蔽功能(V1.0.9)
5757

5858
## 已知问题
5959
- 移动不能使用客户端,手头没有移动的号,暂时无法调试

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
vectorDrawables.useSupportLibrary = true
2020

2121
ndk {
22-
abiFilters 'armeabi-v7a', 'x86'
22+
abiFilters 'armeabi-v7a'
2323
}
2424
}
2525
signingConfigs {

changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## 更新历史
22

3+
### V1.0.8
4+
- 优化动画,减少卡顿
5+
- 添加省流量更新
6+
- 修复部分界面错位Bug
7+
- 离线缓存支持下载弹幕
8+
- 修复部分下载Bug
9+
- 适配到Android 4.3
10+
311
### V1.0.7-2
412
- 论文写吐了
513
- 于是给搜索写了一个酷酷的特效

0 commit comments

Comments
 (0)