Skip to content

Commit

Permalink
stuffs
Browse files Browse the repository at this point in the history
  • Loading branch information
PhieF committed Aug 14, 2023
1 parent 344d028 commit 06d0b62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 0.25.0
# Version 0.25.2

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

Multiple fixes
better packaging for the whole client
Fix encryption on note folder (nextcloud side)

# Version 0.24.0 - 0.24.1

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Mac, with sync capabilities
- Statistics : words/sentences/characters
- Sync with ownCloud/NextCloud
- Online editor as a ownCloud/NextCloud App]]></description>
<version>0.25.1</version>
<version>0.25.2</version>
<licence>agpl</licence>
<author mail="[email protected]" >Phie</author>
<namespace>Carnet</namespace>
Expand Down
4 changes: 4 additions & 0 deletions to_stable_branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ git checkout -b nextcloud-stable-$version
git push origin nextcloud-stable-$version
git push framagit nextcloud-stable-$version
git checkout main
cd ../../../CarnetWebClient
git checkout -b nextcloud-stable-$version
git push origin nextcloud-stable-$version
git push framagit nextcloud-stable-$version

0 comments on commit 06d0b62

Please sign in to comment.