8000 Releases · pbek/QOwnNotes · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: pbek/QOwnNotes

Release v25.7.6

14 Jul 17:24
65a9bdc
Compare
Choose a tag to compare

25.7.6

  • Try to fix a crash on macOS Apple Silicon on Qt6 while quitting the app with
    log panel turned on (for #2912)
  • The release build process for Windows with Qt 6.9.1 was fixed
    (for #3310)

Release v25.7.5

13 Jul 17:22
cc85142
Compare
Choose a tag to compare

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

07 Jul 18:47
61a041d
Compare
Choose a tag to compare

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

05 Jul 08:10
4185bfb
Compare
Choose a tag to compare

25.7.3

  • The build process for the AppImage on GitHub was fixed
    (for #3317)

Release v25.7.2

04 Jul 20:00
0b0fcdf
Compare
Choose a tag to compare

25.7.2

  • The link color in disabled labels was changed to be more toned down
    (for #3314)
  • Build issues with Qt 6.10 were fixed (for #3316)
  • Added more German translation (thank you, j-schumann)

Release v25.7.1

02 Jul 18:46
d4da305
Compare
Choose a tag to compare

25.7.1

  • The Windows build now switched to Qt 6.6.1, because the Qt 5 build could not be executed
    anymore, when built with Windows Server 2025 (for #3306)
  • In the Scripts settings, the settings for a script will be hidden after the last script
    was removed, not just disabled (for #3307)

Release v25.7.0

01 Jul 18:33
83f53f0
Compare
Choose a tag to compare

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, because windows-2019
    has been sunsetted (for #3305)
  • Added more Spanish, Korean translation (thank you, alejandromoc, venusgirl)

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)
0