Releases: pbek/QOwnNotes
Releases · pbek/QOwnNotes
Release v25.8.3
25.8.3
- Added a new editor color schema Shark - Origami by @Inventhrice
(for #3340)
Release v25.8.2
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
Release v25.8.0
25.8.0
- More warning log messages were ignored for Qt 6.9.1 (for #3334)
Release v25.7.9
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
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
asQOwnNotes.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 asQOwnNotesQt5.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
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
- Keep in mind that if you are disabling this setting and had it previously
- Added more Spanish, Finnish, Korean, French translation (thank you, alejandromoc, samlehtonen, venusgirl, jd-develop)
Release v25.7.6
Release v25.7.5
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
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)