Skip to content

Commit 06d0b62

Browse files
committed
stuffs
1 parent 344d028 commit 06d0b62

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 0.25.0
1+
# Version 0.25.2
22

33
Introducing new Markdown Editor 🎉
44
available for now only as an option in settings, still not complete, but will become the default option in the future
@@ -7,6 +7,7 @@ Built with tiptap editor and tiptap-markdown extension from https://github.com/a
77

88
Multiple fixes
99
better packaging for the whole client
10+
Fix encryption on note folder (nextcloud side)
1011

1112
# Version 0.24.0 - 0.24.1
1213

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Mac, with sync capabilities
1919
- Statistics : words/sentences/characters
2020
- Sync with ownCloud/NextCloud
2121
- Online editor as a ownCloud/NextCloud App]]></description>
22-
<version>0.25.1</version>
22+
<version>0.25.2</version>
2323
<licence>agpl</licence>
2424
<author mail="[email protected]" >Phie</author>
2525
<namespace>Carnet</namespace>

to_stable_branch.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ git checkout -b nextcloud-stable-$version
1717
git push origin nextcloud-stable-$version
1818
git push framagit nextcloud-stable-$version
1919
git checkout main
20+
cd ../../../CarnetWebClient
21+
git checkout -b nextcloud-stable-$version
22+
git push origin nextcloud-stable-$version
23+
git push framagit nextcloud-stable-$version

0 commit comments

Comments
 (0)