Increase app version and add changelog
This commit is contained in:
parent
f14406a480
commit
3d98aa57b4
28
CHANGELOG.md
28
CHANGELOG.md
@ -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
|
- Local RSS parsing
|
||||||
- RSS 2.0, ATOM and JSON formats support
|
- RSS 2.0, ATOM and JSON formats support
|
||||||
|
@ -9,8 +9,8 @@ android {
|
|||||||
applicationId "com.readrops.app"
|
applicationId "com.readrops.app"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 5
|
versionCode 6
|
||||||
versionName "1.0.2.2"
|
versionName "1.1.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
|
5
fastlane/metadata/android/en-US/changelogs/6.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/6.txt
Normal 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
|
Loading…
x
Reference in New Issue
Block a user