File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments