Skip to content

Commit

Permalink
Merge pull request #3380 from nextcloud/340
Browse files Browse the repository at this point in the history
Bump to 3.4.0
  • Loading branch information
tobiasKaminsky authored Dec 17, 2018
2 parents bd31852 + 49638bf commit 854e868
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repositories {
def versionMajor = 3
def versionMinor = 4
def versionPatch = 0
def versionBuild = 53 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable

def taskRequest = getGradle().getStartParameter().getTaskRequests().toString()
if (taskRequest.contains("Gplay") || taskRequest.contains("findbugs") || taskRequest.contains("lint")) {
Expand Down
15 changes: 15 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30040090.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
3.4.0 (December, 17, 2018)

- hide download when creating share links
- direct editing files with Collabora (Collabora Server >=4.0)
- sort deleted files by deletion date by default
- set/edit notes on shares
- search inside of text files
- actions on notifications
- remember last path on upload
- share file to Talk room
- show local size in "on device" view
- SSO: add request header for deck app
- bug fixes

For a detailed list, please visit: https://github.com/nextcloud/android/milestone/25

0 comments on commit 854e868

Please sign in to comment.