Version bump & changelog

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2018-01-15 13:15:58 +01:00
parent 43943205ca
commit e28a4ab745
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7
2 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,20 @@
## 3.0.0 (Jan, xx, 2018)
- End to end encryption
- Screen adapted images instead of downloading
- direct access to operations for single files
- Android 8 support
- folder based sort order
- right to left language support
- detect walled garden
- load more activities when reaching end of stream
- quicker access to share
- automatically update avatars
- auto upload improvements
- fix push notifications
- UI enhancements
- bug fixes
## 2.0.0 (Oct, 17, 2017)
- Account-wide search (Nc 12+)

View File

@ -78,8 +78,8 @@ android {
multiDexEnabled true
versionCode = 20000099
versionName = "2.0.0"
versionCode = 30000001
versionName = "3.0.0 RC1"
// adapt structure from Eclipse to Gradle/Android Studio expectations;
// see http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Configuring-the-Structure