Download Latest Version Release v26.4.8 source code.tar.gz (27.5 MB)
Email in envelope

Get an email when there's a new version of QOwnNotes

Home / v26.4.5
Name Modified Size InfoDownloads / Week
Parent folder
QOwnNotes-x86_64.AppImage.sha256sum 2026-04-06 92 Bytes
QOwnNotes-x86_64.AppImage 2026-04-06 60.0 MB
QOwnNotes.zip.sha256sum 2026-04-06 81 Bytes
QOwnNotes.zip.sha256 2026-04-06 66 Bytes
QOwnNotes.zip 2026-04-06 51.5 MB
QOwnNotes-amd64.snap 2026-04-06 155.5 MB
QOwnNotesQt5.dmg 2026-04-06 21.4 MB
QOwnNotes.dmg 2026-04-06 46.5 MB
qownnotes-26.4.5.tar.xz.sha512sum 2026-04-06 154 Bytes
qownnotes-26.4.5.tar.xz 2026-04-06 5.7 MB
qownnotes-26.4.5.tar.xz.md5 2026-04-06 33 Bytes
qownnotes-26.4.5.tar.xz.sha256 2026-04-06 65 Bytes
qownnotes-26.4.5.tar.xz.sha256sum 2026-04-06 90 Bytes
qownnotes-26.4.5.tar.xz.sha512 2026-04-06 129 Bytes
README.md 2026-04-06 1.5 kB
Release v26.4.5 source code.tar.gz 2026-04-06 27.4 MB
Release v26.4.5 source code.zip 2026-04-06 28.5 MB
Totals: 17 Items   396.5 MB 0

26.4.5

  • Fixed a preview font size mismatch when using editor highlighting styles in the preview on high-DPI displays (particularly on Windows with desktop scaling): the pixel-to-point conversion formula in the QLiteHtml container was inverted, causing fonts stored with a pixel size to be rendered at a massively inflated point size (e.g. a 9pt font appearing as ~100pt at 250% scaling); the formula is now pt = px * 72 / DPI instead of pt = DPI * px / 72 (for #3539)
  • Fixed a possible crash (SIGSEGV) caused by inline markdown image previews for remote HTTP/HTTPS URLs performing a synchronous network download inside a paint event, which triggered a nested QEventLoop and caused Qt's widget repaint manager to re-enter itself recursively until the stack overflowed; remote images are now fetched asynchronously and the viewport is refreshed automatically once the download completes (for #1254)
  • When searching with selected text via Ctrl+F in the note text edit, the preview, or the QLiteHTML preview, the first result now highlights the originally selected occurrence instead of jumping to the next one, so the editor/view no longer scrolls away from the user's current position (for #3541)
  • Added more French, Korean, Spanish translation (thank you, jd-develop, VenusGirl, AlejandroMoc)
Source: README.md, updated 2026-04-06