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:
authorPhie <phie@phie.ovh>2021-05-21 22:32:06 +0300
committerPhie <phie@phie.ovh>2021-05-21 22:32:06 +0300
commitd3e1472aad57627498e8e4998f036049376f0f21 (patch)
tree1a92803dd7083256f0f62f93783fd8065ad06721
parentfbf2bb17f85ae11cad0493efca6a1a48af008394 (diff)
changelog and update to stable branch script to create new branch on CarnetElectron toov0.24.0stable-0.24.0
-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