Skip to content

Releases: pbek/QOwnNotes

Release v25.8.3

13 Aug 18:22
b93e8fd
Compare
Choose a tag to compare

25.8.3

Release v25.8.2

08 Aug 18:51
9d96cb1
Compare
Choose a tag to compare

25.8.2

  • The shortcut Ctrl + Shift + Enter to add a new line above the current is now also
    moving the cursor to the new line (for #3335)
  • When built with CMake, QOwnNotes now also supports the -DBUILD_WITH_ASPELL=ON
    build parameter, so it can be built with the Aspell library for spell checking
    (for #3335)
  • Added more Korean, Spanish translation (thank you, venusgirl, alejandromoc)

Release v25.8.1

05 Aug 18:19
f61c2e6
Compare
Choose a tag to compare

25.8.1

  • A new shortcut Ctrl + Shift + Enter was added to add a new line above the current
    (for #3335)
  • In the link dialog there now is a new button to clear the link name an fetch
    the webpage title again (for #3336)

Release v25.8.0

04 Aug 18:38
9288d20
Compare
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
Compare
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
Compare
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
Compare
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
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)