File tree Expand file tree Collapse file tree 3 files changed +61
-3
lines changed
fastlane/metadata/android Expand file tree Collapse file tree 3 files changed +61
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ android {
2121 applicationId " me.ash.reader"
2222 minSdk 26
2323 targetSdk 32
24- versionCode 12
25- versionName " 0.8.1 "
24+ versionCode 13
25+ versionName " 0.8.3 "
2626
2727 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2828 vectorDrawables {
@@ -185,4 +185,4 @@ dependencies {
185185 testImplementation " junit:junit:4.13.2"
186186 androidTestImplementation " androidx.test.ext:junit:1.1.3"
187187 androidTestImplementation " androidx.test.espresso:espresso-core:3.4.0"
188- }
188+ }
Original file line number Diff line number Diff line change 1+ ## 0.8.3
2+
3+ 1. Allow feed name changes when adding subscriptions
4+
5+ 2. Add reading page style settings
6+
7+ 3. Add Italian translation (thanks to Giovanni)
8+
9+ 4. Add Hindi translation (thanks to augurer)
10+
11+ 5. Add Spanish translation (thanks to Jayler95)
12+
13+ 6. Add Polish translation (thanks to maciej-klupp)
14+
15+ 7. Update German translation (thanks to Dave)
16+
17+ 8. Built ToS and include it on the F-Droid (thanks to linsui)
18+
19+ 9. Other detail changes
20+
21+ Now that Read You has basic local reading functionality, these three things will be the next priority.
22+
23+ 1. Some account settings (e.g. sync interval)
24+
25+ 2. Multi-account support (this is necessary before supporting third-party APIs)
26+
27+ 3. Some third-party APIs support (e.g. Fever, Google Reader)
28+
29+ All other feature requests are postponed.
Original file line number Diff line number Diff line change 1+ ## 0.8.3
2+
3+ 1. 允许添加订阅时更改 Feed 标题
4+
5+ 2. 添加阅读页面相关样式设置
6+
7+ 3. 添加意大利语翻译(感谢 Giovanni)
8+
9+ 4. 添加印地语翻译(感谢 augurer)
10+
11+ 5. 添加西班牙语翻译(感谢 Jayler95)
12+
13+ 6. 添加波兰语翻译(感谢 maciej-klupp)
14+
15+ 7. 更新德语翻译(感谢 Dave)
16+
17+ 8. 内置 ToS 并上架 F-Droid(感谢 linsui)
18+
19+ 9. 其他细节变动
20+
21+ Read You 现在已经具备了基本的本地阅读功能,接下来将优先做这三件事:
22+
23+ 1. 一些账户设置(例如同步间隔)
24+
25+ 2. 多账户支持(这是在支持第三方 API 之前的必要要做的)
26+
27+ 3. 一些第三方 API 支持(例如 Fever、Google Reader)
28+
29+ 其他功能请求全部延后。
You can’t perform that action at this time.
0 commit comments