Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md14
m---------templates/CarnetElectron0
-rw-r--r--to_stable_branch.sh5
3 files changed, 18 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c611a18..10e18eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,16 @@
-# Versio 0.23.7
+# Version 0.24.0
+
+Option to create note as folder (beta for dev)
+
+Fix:
+Nextcloud 21
+Export all notes (by Yamanq)
+Metadata (by hobbsecky)
+Search in folder notes
+
+
+
+# Version 0.23.7
Loading view when extracting media
Fix todolist when preloading editor
diff --git a/templates/CarnetElectron b/templates/CarnetElectron
-Subproject fa2279f18cef91678142b0391007803d15097b5
+Subproject 78007590a7fca55fd381f91af94f52a4dc619a5
diff --git a/to_stable_branch.sh b/to_stable_branch.sh
index 974d855..d685d73 100644
--- a/to_stable_branch.sh
+++ b/to_stable_branch.sh
@@ -12,3 +12,8 @@ git checkout -b stable-$version
git push origin stable-$version
git push framagit stable-$version
git checkout master
+cd templates/CarnetElectron
+git checkout -b nextcloud-stable-$version
+git push origin nextcloud-stable-$version
+git push framagit nextcloud-stable-$version
+git checkout main