Increase app version and add changelog

This commit is contained in:
Shinokuni 2019-12-21 18:02:45 +01:00
parent f14406a480
commit 3d98aa57b4
3 changed files with 34 additions and 3 deletions

View File

@ -1,5 +1,31 @@
#v1.1.0
- OPML import/export for local account
- Dark theme
- Share or download item image
- Open item in webview
- Minor bug fixes and improvements
#v1.0.2.2
Disable Proguard as it makes fail some functionalities.
#v1.0.2.1
Fix a crash related to Proguard Rules.
#v1.0.2
- Add swipe background to main list items
- Add preference to parse a fixed number of items when adding a local feed
- Change feed/folders way to interact
- Minor bug fixes and improvements
# 1.0 Initial release
# v1.0.1
# v1.0 Initial release
- Local RSS parsing
- RSS 2.0, ATOM and JSON formats support

View File

@ -9,8 +9,8 @@ android {
applicationId "com.readrops.app"
minSdkVersion 21
targetSdkVersion 29
versionCode 5
versionName "1.0.2.2"
versionCode 6
versionName "1.1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {

View File

@ -0,0 +1,5 @@
- OPML import/export for local account
- Dark theme
- Share or download item image
- Open item in webview
- Minor bug fixes and improvements