mirror of https://github.com/readrops/Readrops.git
v2.0.1
This commit is contained in:
parent
84a54224b5
commit
c88c175596
|
@ -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)
|
||||
|
|
|
@ -12,8 +12,8 @@ android {
|
|||
defaultConfig {
|
||||
applicationId = "com.readrops.app"
|
||||
|
||||
versionCode = 17
|
||||
versionName = "2.0"
|
||||
versionCode = 18
|
||||
versionName = "2.0.1"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
|
@ -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)
|
Loading…
Reference in New Issue