Kaynağa Gözat

Version bump & changelog

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 7 yıl önce
ebeveyn
işleme
e28a4ab745
2 değiştirilmiş dosya ile 19 ekleme ve 2 silme
  1. 17 0
      CHANGELOG.md
  2. 2 2
      build.gradle

+ 17 - 0
CHANGELOG.md

@@ -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+)

+ 2 - 2
build.gradle

@@ -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