Skip to content

Commit

Permalink
Release 1.8.0 ver 111
Browse files Browse the repository at this point in the history
  • Loading branch information
ultranity committed Nov 7, 2021
1 parent 0f05661 commit 79131f0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
9 changes: 8 additions & 1 deletion ReleaseNote.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- [] feature&update: 更多命名自定义字符串(tags,tag#,tag5,tagst)
- [ ] feature&update: 侧滑功能

## 1.8.0R:
## 1.8.0+:
- [ ] feature: 画师作品页面筛选整合
- [ ] feature: 一键下载
- [ ] feature: 下载信息导出
Expand All @@ -30,6 +30,13 @@

# 更新日志:

## 1.8.0R:
- [x] fix: 支持新版 OAuth2 登录
- [x] update: tab 优化
- [x] adjust: toasts
- [x] update: 切换至 viewBinding
- [x] update: 依赖升级

## 1.7.7R:
- [x] fix: SNI 连接
- [x] feature: 自定义镜像站
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ android {
applicationId "com.perol.asdpl.play.pixivez"
minSdkVersion 21
targetSdkVersion 29
versionCode 110
versionName "1.7.7R"
versionCode 111
versionName "1.8.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
//vectorDrawables.useSupportLibrary = true
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/111.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 1.8.0:
- [x] fix: new pixiv.net login authorization with OAuth2
- [x] update: tab swipe experience
- [x] adjust: toasts
4 changes: 4 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/111.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 1.8.0:
- [x] fix: 支持新版 OAuth2 登录
- [x] update: tab 优化
- [x] adjust: toasts

0 comments on commit 79131f0

Please sign in to comment.