Skip to content

Commit

Permalink
patch release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ultranity committed Dec 6, 2024
1 parent 3bf43fd commit bcbdccb
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 17 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ android {
minSdk = 21
//noinspection ExpiredTargetSdkVersion
targetSdk = 29
versionCode = 210
versionName = "2.1.0"
versionCode = 211
versionName = "2.1.1"
multiDexEnabled = true
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
//vectorDrawables.useSupportLibrary = true
Expand Down
14 changes: 0 additions & 14 deletions fastlane/metadata/android/en-US/changelogs/210.txt

This file was deleted.

18 changes: 18 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/211.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## 2.1.1
- [x] Feature: support custom IP and random IP load balancing
- [x] Feature: support limit level filtering, provide fuzzy view
- [x] Feature: custom layout persistence
- [x] Feature: Support for blocking specific users
- [x] Feature: Settings added: load related illusts as optional (need click to load manually)
- [x] Optim: http error prompts error code
- [x] Optim: download list import and export
- [x] Optim: update check logic
- [x] Optim: navigation bar color
- [x] Fixed: wide preview loading issue
- [x] Fix: clipboard function exception when string are too long
- [x] Fix: Home page pixivision header disappears after customizing layout
- [x] Fix: Network access exception
- [x] Fix: Blocked content shown in history
- [x] Fix: Abnormal toast display process
- [x] Fix: Preliminary fix for comment viewing issues
- [x] Optim: code cleanup and other tweaks
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
## 2.1.0:
## 2.1.1
- [x] 特性:支持自定义IP和随机IP负载均衡
- [x] 特性:支持限制级别过滤,提供模糊视图
- [x] 特性:自定义布局持久化
- [x] 特性:支持屏蔽特定用户
- [x] 特性:设置添加:可选自动显示相关推荐图片(或手动点击加载)
- [x] 优化:http error提示error code
- [x] 优化:下载导入导出
- [x] 优化:更新检查逻辑
- [x] 优化:导航栏颜色
- [x] 修复:宽图预览加载问题
- [x] 修复:字符过长时剪贴板功能异常
- [x] 修复:自定义布局后首页pixivision header消失
- [x] 修复:网络访问异常
- [x] 修复:被屏蔽内容显示在历史记录中
- [x] 修复:异常 toast显示进程
Expand Down

0 comments on commit bcbdccb

Please sign in to comment.