From bcbdccb91d505edef35a0f77ba8d810dd32c69cb Mon Sep 17 00:00:00 2001 From: ultranity <1095429904@qq.com> Date: Fri, 6 Dec 2024 12:44:08 +0800 Subject: [PATCH] patch release 2.1.1 --- app/build.gradle.kts | 4 ++-- .../metadata/android/en-US/changelogs/210.txt | 14 -------------- .../metadata/android/en-US/changelogs/211.txt | 18 ++++++++++++++++++ .../zh-CN/changelogs/{210.txt => 211.txt} | 6 +++++- 4 files changed, 25 insertions(+), 17 deletions(-) delete mode 100644 fastlane/metadata/android/en-US/changelogs/210.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/211.txt rename fastlane/metadata/android/zh-CN/changelogs/{210.txt => 211.txt} (77%) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 795bf6ab..8f444de2 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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 diff --git a/fastlane/metadata/android/en-US/changelogs/210.txt b/fastlane/metadata/android/en-US/changelogs/210.txt deleted file mode 100644 index 05ccf196..00000000 --- a/fastlane/metadata/android/en-US/changelogs/210.txt +++ /dev/null @@ -1,14 +0,0 @@ -## 2.1.0. -- [x] Feature: support custom IP and random IP load balancing -- [x] Feature: support limit level filtering, provide fuzzy view -- [x] Feature: Support blocking specific users -- [x] Feature: Settings added: option to automatically show related illusts (or manually click to load) -- [x] Optim: http error prompts error code -- [x] Optim: download list import and export -- [x] Optim: navigation bar color -- [x] Fix: clipboard function exception when string are too long -- [x] Fix: Network access exception -- [x] Fix: Blocked Content Showed in History -- [x] Fix: Abnormal toast display process -- [x] Fix: Preliminary fix for comment display exception -- [x] Optim: code cleanup and other tweaks \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/211.txt b/fastlane/metadata/android/en-US/changelogs/211.txt new file mode 100644 index 00000000..9a9ef842 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/211.txt @@ -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 \ No newline at end of file diff --git a/fastlane/metadata/android/zh-CN/changelogs/210.txt b/fastlane/metadata/android/zh-CN/changelogs/211.txt similarity index 77% rename from fastlane/metadata/android/zh-CN/changelogs/210.txt rename to fastlane/metadata/android/zh-CN/changelogs/211.txt index 9ee0a77e..df382d11 100644 --- a/fastlane/metadata/android/zh-CN/changelogs/210.txt +++ b/fastlane/metadata/android/zh-CN/changelogs/211.txt @@ -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显示进程