We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4e3b9 commit deb78b5Copy full SHA for deb78b5
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# QOwnNotes Changelog
2
3
+## 25.6.4
4
+
5
+- Support for **libgit2** was added to QOwnNotes, so it can be built with git support
6
+ without the need for the `git` command line tool (for [#3296](https://github.com/pbek/QOwnNotes/issues/3296))
7
+ - This is an experimental feature and needs to be enabled with the cmake build
8
+ parameter `-DBUILD_WITH_LIBGIT2=ON`
9
+ - Keep in mind that you need to have the `libgit2` development files installed
10
+ on your system to build QOwnNotes with this feature
11
12
## 25.6.3
13
14
- The _Split note at cursor position_ action now has a confirmation dialog to
0 commit comments