mirror of https://github.com/Ashinch/ReadYou.git
Update version 0.8.1
This commit is contained in:
parent
9a933ce486
commit
c741f1922c
|
@ -21,8 +21,8 @@ android {
|
|||
applicationId "me.ash.reader"
|
||||
minSdk 26
|
||||
targetSdk 32
|
||||
versionCode 11
|
||||
versionName "0.8.0"
|
||||
versionCode 12
|
||||
versionName "0.8.1"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
## 0.8.1
|
||||
|
||||
1. Add French translation (thanks to DodoLeDev).
|
||||
|
||||
2. Add Czech translation (thanks to Fjuro).
|
||||
|
||||
3. Change some translated texts (thanks to comradekingu).
|
||||
|
||||
4. Fix the issue that cannot be synchronized after importing OPML file from 0.8.0 version.
|
||||
|
||||
5. Fix crash if loading very large (50MB+) images (thanks to Feeder).
|
||||
|
||||
6. Fix the issue that some feeds cannot subscribe (thanks to kzaemrio).
|
||||
|
||||
7. Optimize the case of too many feeds (100+).
|
||||
|
||||
8. Some performance optimizations and detail changes.
|
|
@ -0,0 +1,17 @@
|
|||
## 0.8.1
|
||||
|
||||
1. 新增法语翻译(感谢 DodoLeDev)。
|
||||
|
||||
2. 新增捷克语翻译(感谢 Fjuro)。
|
||||
|
||||
3. 变更部分翻译文本 (感谢 comradekingu)。
|
||||
|
||||
4. 修复从 0.8.0 版本中出现的导入 OPML 文件后无法同步的问题。
|
||||
|
||||
5. 修复图片过大(50MB+)导致的崩溃问题(感谢 Feeder)。
|
||||
|
||||
6. 修复部分 feed 订阅失败的问题(感谢 kzaemrio)。
|
||||
|
||||
7. 优化 feed 数量过多(100+)的情况。
|
||||
|
||||
8. 一些的性能优化和细节改动。
|
Loading…
Reference in New Issue