Releases: pbek/QOwnNotes
Releases · pbek/QOwnNotes
Release v25.7.6
Release v25.7.5
25.7.5
- The default bookmarks note name will now be set properly on new installations,
so storing of bookmarks works properly with the QOwnNotes browser extension
(for #3323) - Windows dark mode support was improved and the Windows build will now be done with
Qt 6.9.1 to fix some other graphical glitches (for #3310)
Release v25.7.4
25.7.4
- With enabled libgit2 support, the amount of note versions gathered from the local
git repository was limited to 100 to prevent performance issues with huge note folders
and lots of git commits (for #3296) - The
drawmode
property assignment for the toolbars was removed to fix the warning
QTabBar(0x3121e2c0, name="qt_tabwidget_tabbar") does not have a property named "drawbase"
on newer Qt versions (for #3319)
Release v25.7.3
25.7.3
- The build process for the AppImage on GitHub was fixed
(for #3317)
Release v25.7.2
Release v25.7.1
Release v25.7.0
25.7.0
- When restoring a note with the version dialog, now the application will go out
of read-only mode automatically (for #3303) - There now is a dialog to ask you to enable git support for the current note folders
if you use the Show note git versions action (for #3296) - With enabled libgit2 support, you will now have an extra version dialog to show
the note versions of the current note (for #3296) - The build process for Windows was fixed to use
windows-latest
, becausewindows-2019
has been sunsetted (for #3305) - Added more Spanish, Korean translation (thank you, alejandromoc, venusgirl)
Release v25.6.5
25.6.5
- In the Git settings you now can configure a git client only if the app was not
built with libgit2 support, otherwise you will get the information that support
for the git library libgit2 is activated (for #3296) - Added more Spanish, Korean, Finnish translation (thank you, alejandromoc, venusgirl, tommihanhikoski)
Release v25.6.4
25.6.4
- Support for libgit2 was added to QOwnNotes, so it can be built with git support
without the need for thegit
command line tool (for #3296)- This is an experimental feature and needs to be enabled with the CMake build
parameter-DBUILD_WITH_LIBGIT2=ON
- Keep in mind that you need to have the
libgit2
development files installed
on your system to build QOwnNotes with this feature
- This is an experimental feature and needs to be enabled with the CMake build