Skip to content

Releases: pbek/QOwnNotes

Release v26.2.0

01 Feb 18:11
bd74a49

Choose a tag to compare

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

30 Jan 20:25
eef88fa

Choose a tag to compare

26.1.15

  • Fixed a regression where pressing Ctrl + Space to 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 + Space now works correctly again
    • The issue was caused by the fix for double-opening links in 26.1.14
  • Fixed an issue where Ctrl + Shift + Click on 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

Release v26.1.14

28 Jan 20:03
a3cc270

Choose a tag to compare

26.1.14

  • Fixed a regression where Ctrl + Click on links in the note editor caused them
    to be opened twice (for #3447)
    • Links are now opened only once when clicked with Ctrl
  • 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
  • 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

27 Jan 19:44
098362e

Choose a tag to compare

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 Jan 21:51
de19d5f

Choose a tag to compare

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

23 Jan 18:10
b089e2f

Choose a tag to compare

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 + Click to open a note link in the current tab (existing behavior)
    • Use Ctrl + Shift + Click to open a note link in a new tab
    • This works for all note link formats: note://, noteid://, and file links
  • 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

Release v26.1.10

21 Jan 19:39
923db49

Choose a tag to compare

26.1.10

  • Removed icuuc.dll from 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

19 Jan 18:45
a07bfaf

Choose a tag to compare

26.1.9

  • Added support for showing archived cards in the Nextcloud Deck dialog
    (for #3357)
  • HTML table borders are now explicitly set to black in PDF export to try to
    ensure visibility on Windows (for #3443)

Release v26.1.8

17 Jan 13:08

Choose a tag to compare

26.1.8

  • The Windows and macOS release are now built with Qt 6.10.1 to show table borders
    in the preview (for #3442)
  • The HTML note export will now format tables with borders around cells
    (for #3401)

Release v26.1.7

15 Jan 19:43
90a7d7b

Choose a tag to compare

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
    .qm files from the root release directory into a dedicated language subdirectory
    (for #2905, thank you, @alexanderino)
    • The update script will also remove obsolete .qm files from the root release directory
      during update installations
  • The Markdown cheatsheet demo note was updated to fix formatting issues
    (for #3434)
  • Added more French translation (thank you, jd-develop)