Skip to content

Commit 71bacf4

Browse files
Merge pull request #13921 from nextcloud/3.30.4
3.30.4
2 parents b4a68cf + 3dd809b commit 71bacf4

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ configurations.configureEach {
7979
// semantic versioning for version code
8080
def versionMajor = 3
8181
def versionMinor = 30
82-
def versionPatch = 3
82+
def versionPatch = 4
8383
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
8484

8585

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 3.30.4 (October 31, 2024)
2+
3+
- Improved view handling for Two-Way Sync.
4+
- Added options to enable, disable, or schedule time intervals for Two-Way Sync.
5+
- Added ability to disable Two-Way Sync for all folders.
6+
- Optimized to skip syncing already downloaded files.
7+
8+
Minimum: NC 16 Server, Android 7.0 Nougat
9+
10+
For a full list, please see https://github.com/nextcloud/android/milestone/101
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later

0 commit comments

Comments
 (0)