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
Pressing Ctrl+R in the note text edit now automatically turns off
read-only mode before opening the replace panel (for #3596)
Fixed dark mode detection on GNOME/Wayland where Qt's colorScheme()
incorrectly reported light mode even when the system was in dark mode, by
preferring the D-Bus freedesktop portal query on Linux over Qt's built-in
detection (for #3594)
Local scripts in the Scripting settings now read sibling info.json
metadata when the selected QML file matches the script entry, showing the
parsed version, authors, and description in the UI (for #3595)
Added a new Edit table context menu item to the note text editor that opens a visual
table editor dialog when right-clicking inside a Markdown table
(for #3593)
The dialog shows the table data in an editable grid
Clicking a column header selects that column and updates the alignment combobox
to reflect its current alignment, making it easy to see and change alignment
Supports adding and removing rows (via dedicated Row buttons) and columns
(via dedicated Column buttons)
Allows changing the alignment of the selected column(s) (default/left, left,
center, right) via the alignment combobox and Apply alignment button
Automatically formats the table when changes are applied
Released files
QOwnNotes-x86_64.AppImage: Portable Linux AppImage build with Qt 6
QOwnNotes-x86_64.AppImage.sha256sum: SHA-256 checksum for the AppImage
QOwnNotes-amd64.snap: Linux Snap build with Qt 6
QOwnNotes-amd64.snap.sha256sum: SHA-256 checksum for the Qt 6 Snap package
QOwnNotes-Qt5-amd64.snap: Linux Snap build with Qt 5 for older environments
QOwnNotes-Qt5-amd64.snap.sha256sum: SHA-256 checksum for the Qt 5 Snap package
QOwnNotes.zip: Windows ZIP package built with Qt 6
QOwnNotes.zip.sha256: SHA-256 checksum for the Qt 6 Windows ZIP package
QOwnNotes.zip.sha256sum: Alternative SHA-256 checksum file for the Qt 6 Windows ZIP package
QOwnNotes.dmg: macOS disk image built with Qt 6
QOwnNotesQt5.dmg: macOS disk image built with Qt 5 for older systems