Releases: pbek/QOwnNotes
Releases · pbek/QOwnNotes
Release v26.2.0
26.2.0
- Empty note files are now allowed again and will only result in a warning in the log
(for #3456) - Added more Korean, French, Spanish translation (thank you, venusgirl, jd-develop, alejandromoc)
Release v26.1.15
26.1.15
- Fixed a regression where pressing
Ctrl + Spaceto format a markdown table would show
"An url was opened at the current cursor position" but no table formatting would happen
(for #3454)- Table formatting with
Ctrl + Spacenow works correctly again - The issue was caused by the fix for double-opening links in 26.1.14
- Table formatting with
- Fixed an issue where
Ctrl + Shift + Clickon note links would not open notes in a new tab
(for #3447)- When clicking a note link with
Ctrl + Shift, the note now opens in a new tab as expected - Previously, if the note was already open in a tab, it would just switch to that existing tab
instead of creating a new one
- When clicking a note link with
Release v26.1.14
26.1.14
- Fixed a regression where
Ctrl + Clickon links in the note editor caused them
to be opened twice (for #3447)- Links are now opened only once when clicked with
Ctrl
- Links are now opened only once when clicked with
- Added bookmark markers (1-9) next to line numbers in the note editor
(for #3453)- When you store a note bookmark (Ctrl+1 through Ctrl+9), the bookmark slot number
is now displayed in red next to the line number in the editor - Bookmark markers are only shown for the current note
- The "Show line numbers" setting needs to be enabled in the editor settings
- When you store a note bookmark (Ctrl+1 through Ctrl+9), the bookmark slot number
- Fixed table border colors in dark mode preview to be white instead of black
(for #3442)- Table borders are now properly visible in dark mode
- Border colors automatically adapt based on the dark mode setting
Release v26.1.13
26.1.13
- Fixed an issue where the last image was still shown after deleting all images in the
stored images dialog (for #3449)- The image preview is now properly cleared when all images are deleted
- The image preview is also cleared when switching to a view mode with no images
- Fixed the same issue in the stored attachments dialog where file info remained visible
after deleting all attachments or switching to an empty view - Fixed the image dialog to properly clear the preview when the file path is cleared
- Fixed the attachment dialog to properly hide info and download button when the file
path is cleared - Added context menu entries to insert table columns and rows when the cursor is in a
Markdown table (for #3450)- Add table column left - Inserts a new column to the left of the cursor position
- Add table column right - Inserts a new column to the right of the cursor position
- Add table row above - Inserts a new row above the cursor position
- Add table row below - Inserts a new row below the cursor position
- The table is automatically formatted after insertion
Release v26.1.12
26.1.12
- Fixed an issue where images could be pasted into the note editor when in read-only mode
(for #3448)- Image pasting is now properly prevented when note editing is disabled
- Added more French translation (thank you, jd-develop)
Release v26.1.11
26.1.11
- Added support for opening note links in a new tab using
Ctrl + Shift + Click
in the note editor (for #3447)- Use
Ctrl + Clickto open a note link in the current tab (existing behavior) - Use
Ctrl + Shift + Clickto open a note link in a new tab - This works for all note link formats:
note://,noteid://, and file links
- Use
- Added support for opening note links in a new tab from the preview pane using
Ctrl + Click(for #3447)- Without
Ctrl, clicking a link in the preview opens it in the current tab - With
Ctrl, clicking a link in the preview opens it in a new tab
- Without
Release v26.1.10
26.1.10
- Removed
icuuc.dllfrom the Windows deployment and via update script as it can
cause issues if the other ICU DLLs are not installed (for #3445) - The translations for the most common languages used in QOwnNotes, that are
currently not very actively maintained, were updated by Claude 4.5 Sonnet- Updated European Portuguese translation (337 strings)
- Updated Brazilian Portuguese translation (214 strings)
- Updated Italian translation (155 strings)
- Updated German translation (152 strings)
- Updated Russian translation (120 strings)
- Updated Chinese Traditional translation (48 strings)
- Updated Polish translation (42 strings)
- Updated Chinese Simplified translation (23 strings)
Release v26.1.9
Release v26.1.8
Release v26.1.7
26.1.7
- The Microsoft Visual C++ 2015–2022 x64 redistributable (
vc_redist.x64.exe)
will not not be bundled with the Windows release anymore to reduce the archive size
(for #3431)- It was never documented that it was distributed together with QOwnNotes
- For the Windows release, the language file structure was reorganized by moving
.qmfiles from the root release directory into a dedicated language subdirectory
(for #2905, thank you, @alexanderino)- The update script will also remove obsolete
.qmfiles from the root release directory
during update installations
- The update script will also remove obsolete
- The Markdown cheatsheet demo note was updated to fix formatting issues
(for #3434) - Added more French translation (thank you, jd-develop)