This commit is contained in:
Shinokuni 2024-09-23 13:27:15 +02:00
parent 84a54224b5
commit c88c175596
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# v2.0.1
- Make Timeline tab filters persistent (#138)
- Change Timeline tab order field default value (#202)
- Fix crash when adding a Fever API account (#200)
- Be less strict with feed and folder names (#206)
# v2.0
- Restore swipe to mark as read (#188)

View File

@ -12,8 +12,8 @@ android {
defaultConfig {
applicationId = "com.readrops.app"
versionCode = 17
versionName = "2.0"
versionCode = 18
versionName = "2.0.1"
}
buildTypes {

View File

@ -0,0 +1,4 @@
* Make Timeline tab filters persistent (#138)
* Change Timeline tab order field default value (#202)
* Fix crash when adding a Fever API account (#200)
* Be less strict with feed and folder names (#206)