Skip to content

Commit 1bb8332

Browse files
committed
patch release 2.1.1
1 parent ff2fa14 commit 1bb8332

File tree

4 files changed

+25
-17
lines changed

4 files changed

+25
-17
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ android {
5252
minSdk = 21
5353
//noinspection ExpiredTargetSdkVersion
5454
targetSdk = 29
55-
versionCode = 210
56-
versionName = "2.1.0"
55+
versionCode = 211
56+
versionName = "2.1.1"
5757
multiDexEnabled = true
5858
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
5959
//vectorDrawables.useSupportLibrary = true

fastlane/metadata/android/en-US/changelogs/210.txt

-14
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## 2.1.1
2+
- [x] Feature: support custom IP and random IP load balancing
3+
- [x] Feature: support limit level filtering, provide fuzzy view
4+
- [x] Feature: custom layout persistence
5+
- [x] Feature: Support for blocking specific users
6+
- [x] Feature: Settings added: load related illusts as optional (need click to load manually)
7+
- [x] Optim: http error prompts error code
8+
- [x] Optim: download list import and export
9+
- [x] Optim: update check logic
10+
- [x] Optim: navigation bar color
11+
- [x] Fixed: wide preview loading issue
12+
- [x] Fix: clipboard function exception when string are too long
13+
- [x] Fix: Home page pixivision header disappears after customizing layout
14+
- [x] Fix: Network access exception
15+
- [x] Fix: Blocked content shown in history
16+
- [x] Fix: Abnormal toast display process
17+
- [x] Fix: Preliminary fix for comment viewing issues
18+
- [x] Optim: code cleanup and other tweaks

fastlane/metadata/android/zh-CN/changelogs/210.txt fastlane/metadata/android/zh-CN/changelogs/211.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
## 2.1.0:
1+
## 2.1.1
22
- [x] 特性:支持自定义IP和随机IP负载均衡
33
- [x] 特性:支持限制级别过滤,提供模糊视图
4+
- [x] 特性:自定义布局持久化
45
- [x] 特性:支持屏蔽特定用户
56
- [x] 特性:设置添加:可选自动显示相关推荐图片(或手动点击加载)
67
- [x] 优化:http error提示error code
78
- [x] 优化:下载导入导出
9+
- [x] 优化:更新检查逻辑
810
- [x] 优化:导航栏颜色
11+
- [x] 修复:宽图预览加载问题
912
- [x] 修复:字符过长时剪贴板功能异常
13+
- [x] 修复:自定义布局后首页pixivision header消失
1014
- [x] 修复:网络访问异常
1115
- [x] 修复:被屏蔽内容显示在历史记录中
1216
- [x] 修复:异常 toast显示进程

0 commit comments

Comments
 (0)