| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| QOwnNotes.zip.sha256sum | < 12 hours ago | 81 Bytes | |
| QOwnNotes.zip.sha256 | < 12 hours ago | 66 Bytes | |
| QOwnNotes.zip | < 12 hours ago | 51.5 MB | |
| QOwnNotes.dmg | < 12 hours ago | 46.5 MB | |
| QOwnNotes-amd64.snap.sha256sum | < 12 hours ago | 162 Bytes | |
| QOwnNotes-amd64.snap | < 12 hours ago | 170.9 MB | |
| QOwnNotes-Qt5-amd64.snap.sha256sum | < 12 hours ago | 132 Bytes | |
| QOwnNotes-Qt5-amd64.snap | < 12 hours ago | 155.5 MB | |
| QOwnNotesQt5.dmg | < 12 hours ago | 21.4 MB | |
| QOwnNotes-x86_64.AppImage.sha256sum | < 12 hours ago | 92 Bytes | |
| QOwnNotes-x86_64.AppImage | < 12 hours ago | 60.0 MB | |
| qownnotes-26.4.9.tar.xz.sha512sum | < 12 hours ago | 154 Bytes | |
| qownnotes-26.4.9.tar.xz | < 12 hours ago | 5.7 MB | |
| qownnotes-26.4.9.tar.xz.md5 | < 12 hours ago | 33 Bytes | |
| qownnotes-26.4.9.tar.xz.sha256 | < 12 hours ago | 65 Bytes | |
| qownnotes-26.4.9.tar.xz.sha256sum | < 12 hours ago | 90 Bytes | |
| qownnotes-26.4.9.tar.xz.sha512 | < 12 hours ago | 129 Bytes | |
| README.md | < 12 hours ago | 2.1 kB | |
| Release v26.4.9 source code.tar.gz | < 12 hours ago | 27.5 MB | |
| Release v26.4.9 source code.zip | < 12 hours ago | 28.5 MB | |
| Totals: 20 Items | 567.4 MB | 0 | |
26.4.9
- Extended the scripting engine's syntax highlighting support with custom
colors and styles:
addHighlightingRulenow accepts an optional format map withforegroundColor,backgroundColor,bold,italic,underline, andfontSizeproperties, so scripts can define their own highlight colors instead of being limited to the predefined highlighting states (for #3549) - Added a new
highlightingHookscripting hook that is called for each text block during syntax highlighting, allowing scripts to perform dynamic, context-aware highlighting with custom colors and styles (for #3549) - Fixed a possible startup crash when restoring the last opened note from note history while the note tree was enabled: history restoration searched the tree by note name and could match a folder item with the same label before the actual note, then dereferenced an item's missing parent; note-history restore now only considers note items and safely handles root notes (for #3547)
- Added a Note search panel option to open notes in a new tab instead of replacing the active tab, for users who want note creation from the search panel to preserve their current tab context (for #2385)
- Added Copy image to clipboard and Copy image file path actions to the QLiteHtml preview context menu when right-clicking preview images, so image content and the resolved local image path can be copied directly from the preview (for #1741)
- Fixed disabled toolbar and action icons in dark mode not being grayed out consistently, including actions like Edit encrypted note and Decrypt note: disabled icons are now recolored through the interface proxy style using the palette's disabled icon/text color, so the fix applies consistently across the UI (for #2489)