Releases: pbek/QOwnNotes
Releases · pbek/QOwnNotes
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
Release v25.6.3
Release v25.6.2
25.6.2
- The Find action dialog is now working again
(for #3294) - Added more French translation (thank you, jd-develop)
Release v25.6.1
25.6.1
- A segmentation fault when quitting the application on ARM macOS was fixed
(for #3290) - There now is a new scripting method
note.getNoteUrlForLinkingToNoteId
to return
the Markdown note URL for linking to a note (for #268)- For more information, please take a look at the
scripting documentation
- For more information, please take a look at the
- Added more Spanish, Thai translation (thank you, alejandromoc, achn.syps)
Release v25.6.0
25.6.0
- QOwnNotes now builds with with Botan 3, when built with the system Botan library
(cmake build parameter-DBUILD_WITH_SYSTEM_BOTAN=ON
), because of the end of life of Botan 2
(for #2786)- Keep in mind that Botan 3 needs C++20, which causes issues on Qt5
- QMake and Qt5 will still use the internal Botan 2 amalgamation
- Creating an amalgamation Botan 3 did work, but caused major issues with various build processes
- The filename in checksum files of the Qt6 AppImages in the releases on GitHub was fixed
(for #3286)
Release v25.5.10
25.5.10
- One more missing library for the scripting engine was added to the OBS
Debian / Ubuntu builds with Qt6 and to the Qt6 builds for Ubuntu Launchpad
(for #3267)
Release v25.5.9
25.5.9
- The packages on the Ubuntu repositories for Qt6 on Launchpad are now built with
Qt6 and cmake, because of the dropped qmake support on Ubuntu 25.10+- See Install on Ubuntu
for more information - This took a long time to complete, but scripting still doesn't seem to work
in those packages
- See Install on Ubuntu
- Added more Croatian, Spanish, Korean translation (thank you, milotype, alejandromoc, venusgirl)
Release v25.5.8
25.5.8
- There now is an option to hide the tab close button in the Panels settings
(for #3271)- A menu entry to close a tab was aded to the tab context menu
- Missing libraries for the scripting engine were added to the OBS Debian / Ubuntu
builds with Qt and cmake (for #3267) - Added more Korean, Spanish translation (thank you, venusgirl, alejandromoc)
Release v25.5.7
25.5.7
- Fixed translations path again for openSUSE and Fedora
(for #3267)