Skip to content

Commit c88c175

Browse files
committed
v2.0.1
1 parent 84a5422 commit c88c175

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v2.0.1
2+
3+
- Make Timeline tab filters persistent (#138)
4+
- Change Timeline tab order field default value (#202)
5+
- Fix crash when adding a Fever API account (#200)
6+
- Be less strict with feed and folder names (#206)
7+
18
# v2.0
29

310
- Restore swipe to mark as read (#188)

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
defaultConfig {
1313
applicationId = "com.readrops.app"
1414

15-
versionCode = 17
16-
versionName = "2.0"
15+
versionCode = 18
16+
versionName = "2.0.1"
1717
}
1818

1919
buildTypes {
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* Make Timeline tab filters persistent (#138)
2+
* Change Timeline tab order field default value (#202)
3+
* Fix crash when adding a Fever API account (#200)
4+
* Be less strict with feed and folder names (#206)

0 commit comments

Comments
 (0)