| Version | Change log |
| QOwnNotes 26.1.9 Build Jan 19, 2026 |
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) |
| QOwnNotes 26.1.8 Build Jan 17, 2026 |
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) |
| QOwnNotes 26.1.7 Build Jan 15, 2026 |
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) |
| QOwnNotes 26.1.6 Build Jan 8, 2026 |
Added a debug message when a path can't be added to the note directory watcher Added more Spanish translation |
| QOwnNotes 26.1.5 Build Jan 5, 2026 |
Fixed switching to different layout in the Layout settings for Qt6 builds Added more Korean, Polish, French translation (thank you, venusgirl, stafre26, jd-develop) |
| QOwnNotes 26.1.4 Build Jan 4, 2026 |
Improved HTML to Markdown conversion with better handling of various HTML elements (for web-companion#35): Added comprehensive table support with proper formatting of headers, rows, and cells Fixed text formatting (bold, italic, strikethrough) to properly preserve inline styles Fixed blockquotes and horizontal rules conversion Improved heading conversion to remove unwanted line breaks within headings Fixed link conversion to remove excessive line breaks in link text and nested elements Improved code block handling to remove trailing line breaks inside code blocks Added handling of nested formatting elements (e.g., bold/italic within links) Fixed list item conversion to properly handle nested elements Added comprehensive unit tests for all HTML to Markdown conversion scenarios Fixed Evernote import code block handling to preserve leading indentation and code fences Code blocks imported from Evernote now maintain their original formatting Fixed an issue where PHP and other code blocks would lose their indentation or code fence markers Improved encrypted text highlighting in the note editor (for #3427): Encrypted text blocks are now visually distinguished with smaller font size for better readability Encrypted text blocks now skip markdown highlighting, spell checking, and link detection to improve performance |
| QOwnNotes 26.1.3 Build Jan 2, 2026 |
The Joplin Import Dialog now supports importing images with title attributes (for #3419) Image tags like  are now properly recognized and imported The title attribute is used as the image filename when no alt text is provided The Image file exists dialog when inserting new images was improved to also support remembering the No button choice (for #3419) Added more Thai, French, Spanish, Polish translation (thank you, tony.chompoo, jd-develop, alejandromoc, @Fresta24) |
| QOwnNotes 26.1.2 Build Jan 1, 2026 |
Tried to fix an issue for some users where deleting notes with folders in a single operation when enabling the experimental note tree feature resulted in the deleted note still be shown in the note text edit Added more Korean translation Added Redo last action feature to quickly repeat the most recent action: Every action triggered from menus or toolbars is now automatically remembered The "Redo action" menu item dynamically updates to show which action will be repeated (e.g., "Redo action: Insert text link") Use the keyboard shortcut Ctrl+Alt+Shift+A or click the "Redo action" menu item to repeat the last action The action is disabled initially and enabled after the first action is triggered This allows for quick repetition of common actions without having to navigate back through menus The Joplin Import Dialog now supports importing image tags with attributes: Image tags like <img width="640" height="364" src=":/imageId"/> are now properly recognized Previously, only simple <img src=":/imageId"/> tags without attributes were supported The Joplin Import Dialog now remembers the last selected directory: The directory path is automatically restored when reopening the dialog The directory is only restored if it still exists on disk The Evernote Import Dialog now remembers the last selected ENEX file: The file path is automatically restored when reopening the dialog The file is only restored if it still exists on disk |
| QOwnNotes 26.1.1 Build Jan 1, 2026 |
Notes and note folders can now be deleted together in a single operation when enabling the experimental note tree feature (for #3374) When both notes and folders are selected, they will all be deleted after confirmation The context menu remove action adapts its text based on selection ("Remove notes", "Remove folders", or "Remove notes and folders") The selection label now shows counts for both notes and folders when selected together (e.g., "5 note(s) and 2 folder(s) selected") The confirmation dialog adapts to show what will be deleted (notes only, folders only, or both) The current note is now properly reset after deletion to prevent deleted notes from remaining visible This avoids having to delete notes and folders separately The "Missing trigrams for languages" warning was changed to a debug message to reduce noise in the log output (for #3417) This informational message now only appears when debug logging is enabled The warning was triggered when regional language variants (e.g., it_CH) were installed but didn't have corresponding trigram models for automatic language detection Spell checking functionality remains completely unaffected Try to apply more snap deployment issues fixes (for #3416) |
| QOwnNotes 26.1.0 Build Dec 31, 2025 |
The QOwnNotes webpage has been completely relaunched with VuePress 2, Vue.js 3, and Vuetify 3 (for #3414) Migrated from VuePress 1 (which reached end of life) to VuePress 2 Updated to Vue.js 3 with Composition API for better performance and modern reactivity Integrated Vuetify 3 for Material Design 3 components and improved accessibility Implemented Vite-powered bundling for faster build times and development Enhanced SEO, sitemap generation, and performance optimizations Improved mobile responsiveness and accessibility across the entire site Added comprehensive end-to-end testing with Playwright Maintained all multilingual support and existing content The QOwnNotes Web App was migrated to Vue 3, Vuetify 3 and Vite (for #57) Major upgrade: Migrated from Vue 2 to Vue 3 Major upgrade: Migrated from Vuetify 2 to Vuetify 3 Major upgrade: Migrated from Vue CLI to Vite for faster builds and development Security: Fixed all security vulnerabilities by removing deprecated Vue CLI dependencies Updated all dependencies to latest versions Improved build performance with Vite (10-100x faster development server) Added Material Design Icons font package Modernized codebase to use Vue 3 features and APIs Updated service worker implementation with vite-plugin-pwa Updated Docker build to use Node 22 Try to fixed snap deployment timeout issues in the release workflow by replacing the GitHub action with direct snapcraft upload command and adding proper timeout handling for #3416) Added more Spanish, Korean, French translation (thank you, alejandromoc, venusgirl, jd-develop) |