mirror of https://github.com/Ashinch/ReadYou.git
Update version 0.8.3
This commit is contained in:
parent
7bd78a3c04
commit
7a47329902
|
@ -21,8 +21,8 @@ android {
|
|||
applicationId "me.ash.reader"
|
||||
minSdk 26
|
||||
targetSdk 32
|
||||
versionCode 12
|
||||
versionName "0.8.1"
|
||||
versionCode 13
|
||||
versionName "0.8.3"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
@ -185,4 +185,4 @@ dependencies {
|
|||
testImplementation "junit:junit:4.13.2"
|
||||
androidTestImplementation "androidx.test.ext:junit:1.1.3"
|
||||
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
## 0.8.3
|
||||
|
||||
1. Allow feed name changes when adding subscriptions
|
||||
|
||||
2. Add reading page style settings
|
||||
|
||||
3. Add Italian translation (thanks to Giovanni)
|
||||
|
||||
4. Add Hindi translation (thanks to augurer)
|
||||
|
||||
5. Add Spanish translation (thanks to Jayler95)
|
||||
|
||||
6. Add Polish translation (thanks to maciej-klupp)
|
||||
|
||||
7. Update German translation (thanks to Dave)
|
||||
|
||||
8. Built ToS and include it on the F-Droid (thanks to linsui)
|
||||
|
||||
9. Other detail changes
|
||||
|
||||
Now that Read You has basic local reading functionality, these three things will be the next priority.
|
||||
|
||||
1. Some account settings (e.g. sync interval)
|
||||
|
||||
2. Multi-account support (this is necessary before supporting third-party APIs)
|
||||
|
||||
3. Some third-party APIs support (e.g. Fever, Google Reader)
|
||||
|
||||
All other feature requests are postponed.
|
|
@ -0,0 +1,29 @@
|
|||
## 0.8.3
|
||||
|
||||
1. 允许添加订阅时更改 Feed 标题
|
||||
|
||||
2. 添加阅读页面相关样式设置
|
||||
|
||||
3. 添加意大利语翻译(感谢 Giovanni)
|
||||
|
||||
4. 添加印地语翻译(感谢 augurer)
|
||||
|
||||
5. 添加西班牙语翻译(感谢 Jayler95)
|
||||
|
||||
6. 添加波兰语翻译(感谢 maciej-klupp)
|
||||
|
||||
7. 更新德语翻译(感谢 Dave)
|
||||
|
||||
8. 内置 ToS 并上架 F-Droid(感谢 linsui)
|
||||
|
||||
9. 其他细节变动
|
||||
|
||||
Read You 现在已经具备了基本的本地阅读功能,接下来将优先做这三件事:
|
||||
|
||||
1. 一些账户设置(例如同步间隔)
|
||||
|
||||
2. 多账户支持(这是在支持第三方 API 之前的必要要做的)
|
||||
|
||||
3. 一些第三方 API 支持(例如 Fever、Google Reader)
|
||||
|
||||
其他功能请求全部延后。
|
Loading…
Reference in New Issue