Skip to content

Releases: pbek/QOwnNotes

Release v25.6.5

23 Jun 17:56
4457b95
Compare
Choose a tag to compare

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

22 Jun 20:03
95f2e9b
Compare
Choose a tag to compare

25.6.4

  • Support for libgit2 was added to QOwnNotes, so it can be built with git support
    without the need for the git 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

Release v25.6.3

22 Jun 16:43
846db42
Compare
Choose a tag to compare

25.6.3

  • The Split note at cursor position action now has a confirmation dialog to
    prevent accidental splits (for #3293)
  • In the Debug settings, there now is a line to show whether the system Botan library
    is used or the internal Botan amalgamation (for #2786)

Release v25.6.2

18 Jun 19:17
ba29290
Compare
Choose a tag to compare

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

09 Jun 12:45
Compare
Choose a tag to compare

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)
  • Added more Spanish, Thai translation (thank you, alejandromoc, achn.syps)

Release v25.6.0

01 Jun 19:27
7e6d21f
Compare
Choose a tag to compare

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

20 May 19:41
b7228fa
Compare
Choose a tag to compare

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

19 May 20:29
33f5c6f
Compare
Choose a tag to compare

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
  • Added more Croatian, Spanish, Korean translation (thank you, milotype, alejandromoc, venusgirl)

Release v25.5.8

15 May 18:27
3b15e86
Compare
Choose a tag to compare

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

12 May 19:47
ba01fd8
Compare
Choose a tag to compare

25.5.7

  • Fixed translations path again for openSUSE and Fedora
    (for #3267)