You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the boundary arrow navigation in the note editor being dead on macOS,
where pressing the Up arrow on the first line should move the cursor to the
start of the line and Down on the last line to the end of it, because Qt
delivers arrow keys with Qt::KeypadModifier set on macOS and the modifier
is now masked off before comparing
(for #3572, thank you, @VXNCXNX)
The AppImage no longer requires libfuse2 to be installed separately because
its FUSE userspace library is now included in the runtime
(for #3694)
Added configurable link hover highlighting to the note editor and preview, including
dedicated Link hover colors for the Light and Dark editor schemas
(for #3695)
There was a new release of the QOwnNotes Web Companion browser extension 2026.8.1
Bookmark links can now be copied from the bookmark list
(for #121)