Skip to content

Commit eec397e

Browse files
committed
Update version 0.8.0
1 parent 12b2531 commit eec397e

File tree

4 files changed

+59
-2
lines changed

4 files changed

+59
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
applicationId "me.ash.reader"
2222
minSdk 26
2323
targetSdk 32
24-
versionCode 10
25-
versionName "0.7.8"
24+
versionCode 11
25+
versionName "0.8.0"
2626

2727
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2828
vectorDrawables {
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## 0.8.0
2+
3+
1. Add German translation (thanks Dave).
4+
5+
2. Refactor reading page render (thanks to Feeder's open source code).
6+
7+
3. Add scrolling indicator bar for reading page (thanks to Matt Vaughn and Albert Chang. for reference only, because there is no Google's API, can only be implemented manually).
8+
9+
4. Add share article feature.
10+
11+
5. Add article thumbnail previews (only valid for articles newly synced since this release).
12+
13+
6. Other detail changes.
14+
15+
### Note
16+
17+
1. This version is a little laggy, found a lot of problems, the next version will optimize and reformate the code.
18+
19+
2. It takes three months before you can start contributing translations (Weblate's requirement for open source projects).
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## 0.8.0
2+
3+
1. Add German translation (thanks Dave).
4+
5+
2. Refactor reading page render (thanks to Feeder's open source code).
6+
7+
3. Add scrolling indicator bar for reading page (thanks to Matt Vaughn and Albert Chang. for reference only, because there is no Google's API, can only be implemented manually).
8+
9+
4. Add share article feature.
10+
11+
5. Add article thumbnail previews (only valid for articles newly synced since this release).
12+
13+
6. Other detail changes.
14+
15+
### Note
16+
17+
1. This version is a little laggy, found a lot of problems, the next version will optimize and reformate the code.
18+
19+
2. It takes three months before you can start contributing translations (Weblate's requirement for open source projects).
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## 0.8.0
2+
3+
1. 新增德语翻译(感谢 Dave)。
4+
5+
2. 重构阅读页面的渲染(感谢 Feeder 的开源代码)。
6+
7+
3. 新增阅读页面滚动指示条(感谢 Matt Vaughn 和 Albert Chang。仅供参考,因为官方没有提供 API,纯手工实现,当前勉强能看)。
8+
9+
4. 新增文章分享功能。
10+
11+
5. 新增文章缩略图预览(仅对从此版本后新同步的文章生效)。
12+
13+
6. 其他细节改动。
14+
15+
### 说明
16+
17+
1. 这个版本有些卡顿,发现了很多问题,下个版本将会优化和整理代码。
18+
19+
2. 翻译贡献需要三个月后才能开始(Weblate 对开源项目的要求)

0 commit comments

Comments
 (0)