Releases: pbek/QOwnNotes
Releases · pbek/QOwnNotes
Release v25.12.4
25.12.4
- Fixed an issue where external changes to recently edited notes were silently
ignored instead of showing the diff dialog (for #3366)- When a note was edited within the last 60 seconds and then changed externally,
small changes (≤8 characters difference) would be ignored without notification - The similarity check is now skipped for recently edited notes to ensure the
diff dialog is always shown, preventing potential data loss - Notes that haven't been edited for a while continue to auto-reload silently
for small external changes as intended
- When a note was edited within the last 60 seconds and then changed externally,
Release v25.12.3
Release v25.12.2
25.12.2
- Try to fix PDF export not generating color output on some computers
- The printer color mode is now explicitly set to color at multiple strategic points during PDF export
- This ensures color PDFs are generated regardless of saved printer settings or system defaults
- The fix applies to all platforms (Linux, Windows, macOS)
- Added more Spanish translation (thank you, alejandromoc)
Release v25.12.1
25.12.1
- A lot of refactoring was done to fix build warnings for Qt6, while maintaining
compatibility with Qt5 and older Qt6 versions (for #3403) - Added more Croatian, Chinese Simplified translation (thank you, milotype, sr79368142)
Release v25.12.0
25.12.0
- Fixed PDF export from markdown preview now renders in color instead of grayscale
(for #3399)- The printer color mode is now explicitly set to color when exporting notes as PDF
- Added comprehensive protection against overwriting notes with empty or corrupted content
(for #3400)- Notes with more than 100 bytes of content are now protected from being overwritten by empty files
- Protection applies when loading notes from disk (
updateNoteTextFromDisk) - Protection applies when creating notes from files (
createFromFile) - Protection applies when writing notes to disk (
storeNoteTextFileToDisk) - Protection applies when storing note text in memory (
storeNewText) - Additional safeguards prevent loading files that have suspiciously shrunk by more than 90%
- Warning messages are logged when protection is triggered to help with troubleshooting
- This prevents data loss from file corruption, sync conflicts, external program errors, and accidental deletions
- Small notes under 100 bytes can still be intentionally cleared without restrictions
Release v25.11.5
25.11.5
- There now is checkbox in the General settings to enable the checksum checking
(for #3366)- By default this feature is now turned off, because of too many side effects
- Possible flickering of the text diff dialog when disabled has been improved
#3396 - Added more Spanish, Korean translation (thank you, alejandromoc, venusgirl)
Release v25.11.4
Release v25.11.3
25.11.3
- There now is an extra detection of external changes to note files while your
changes to notes were not yet written to disk, to prevent overwriting external
changes (for #3366)- This also works if you change multiple notes in a row and they are supposed
to be stored to disk at a later time - Checksums are created for all notes to detect differences
- A text diff dialog will be shown if such a change is detected
- The text diff dialog will not be shown if
ignoreAllExternalModifications
is enabled, or the note diff dialog is shown (for the current note)
- This also works if you change multiple notes in a row and they are supposed
- Fixed dependencies of
.SRCINFOfile being not consistent with those of
PKGBUILDon the AUR (for #3392) - Added more Spanish, Korean, Chinese Simplified translation (thank you,
alejandromoc, venusgirl, sr79368142)
Release v25.11.2
25.11.2
- When inserting text into the note from the Nextcloud Deck or Table dialog,
the application will now also automatically go into edit mode
(for #3357) - Amd64v3 support was added to the Ubuntu Launchpad build matrix for the Ubuntu Linux builds
(for #3389) - Added more Korean, Spanish translation (thank you, venusgirl, alejandromoc)
Release v25.11.1
25.11.1
- You can now open a note in Nextcloud Notes via the context menu in the note list
if Nextcloud support was enabled (for #3385)- This only works if the Nextcloud Notes app is installed and configured properly
and the same Notes path is used in QOwnNotes and Nextcloud Notes
- This only works if the Nextcloud Notes app is installed and configured properly
- Added more Spanish, Korean translation (thank you, alejandromoc, venusgirl)