We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0ad19b + 5beb4e9 commit 299acf6Copy full SHA for 299acf6
2 files changed
CHANGELOG.md
@@ -2,6 +2,18 @@
2
- SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
3
- SPDX-License-Identifier: AGPL-3.0-or-later
4
-->
5
+# 1.14.0 - 21 Aug 2025
6
+
7
+- Support for Nextcloud 32
8
9
+# 1.13.0 - 20 Feb 2025
10
11
+- Support for Nextcloud 31
12
13
+# 1.12.1 - 18 Feb 2025
14
15
+- Fix UI
16
17
# 1.12.0 - 20 Aug 2024
18
19
- Support for Nextcloud 30
release.sh
@@ -38,7 +38,7 @@ case $input in
38
sed -i -E "s|^\t<version>.+</version>|\t<version>$version</version>|" appinfo/info.xml
39
40
# Add changed files to git
41
- # git add CHANGELOG.md
+ git add CHANGELOG.md
42
git add appinfo/info.xml
43
44
# Bump npm version, commit and tag
0 commit comments