Skip to content

Releases: pbek/QOwnNotes

Release v25.8.0

04 Aug 18:38
9288d20

Choose a tag to compare

25.8.0

  • More warning log messages were ignored for Qt 6.9.1 (for #3334)

Release v25.7.9

29 Jul 18:37
0e3f32a

Choose a tag to compare

25.7.9

  • When applying a formatter like bold, italic or underline to a text selection,
    a trailing paragraph separator will now be removed from the selection, so the
    formatting is applied to the line without the separator (for #3312)
  • More libraries were added to the Windows release of QOwnNotes to improve the
    compatibility with certain scripts from the script repository
    (for #3332)

Release v25.7.8

22 Jul 18:12
a42c4b6

Choose a tag to compare

25.7.8

  • After a huge amount of work over many weeks, there now is a universal binary
    for macOS, built with Qt6 that works natively on Intel and Apple Silicon Macs
    (for #2912)
    • A big thank you to everyone involved
    • The universal binary is available in the releases on GitHub
      as QOwnNotes.dmg and is replacing the previous Intel Qt5 build
    • You need at least macOS 13 (Ventura) to run the new universal binary,
      the Qt5 legacy version will still be available as QOwnNotesQt5.dmg
    • A known issue with Qt6 on Intel Macs is that the application might crash on
      exit when the logging panel was turned on
    • Please visit the macOS installation page
      for more information
  • An issue with storing settings in the settings dialog would overwrite the toolbar
    settings in some circumstances was fixed (for #3318)
  • Added more Spanish, Thai, Korean translation (thank you, alejandromoc, tony.chompoo, venusgirl)

Release v25.7.7

15 Jul 18:47
e49605b

Choose a tag to compare

25.7.7

  • Fixed a possible crash when locally diffing notes with enabled libgit2 support
    (for #3296)
  • In the Interface settings, there now is a setting to override the interface scale factor
    if you have scaling issues (for #3324)
    • Keep in mind that if you are disabling this setting and had it previously
      enabled, you need to restart the application manually so the previous environment
      variable that overrides the scale factor is not in your environment again
  • Added more Spanish, Finnish, Korean, French translation (thank you, alejandromoc, samlehtonen, venusgirl, jd-develop)

Release v25.7.6

14 Jul 17:24
65a9bdc

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

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

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

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

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

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)