Skip to content

Releases: pbek/QOwnNotes

Release v25.12.4

06 Dec 20:39
aeee5fc

Choose a tag to compare

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

Release v25.12.3

06 Dec 19:39
bb4f73c

Choose a tag to compare

25.12.3

  • Fixed an issue where the diff dialog was incorrectly triggered when both
    enableNoteChecksumChecks and Editor/removeTrailingSpaces settings were
    enabled (for #3396)
  • Fixed checksum verification on Windows when useUNIXNewline is disabled
    (for #3396)

Release v25.12.2

06 Dec 13:06

Choose a tag to compare

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

04 Dec 21:20
c983058

Choose a tag to compare

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

30 Nov 17:40

Choose a tag to compare

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

21 Nov 17:58
eb207cd

Choose a tag to compare

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

20 Nov 20:27
7a518c0

Choose a tag to compare

25.11.4

  • In the diff dialog shown the checksum checking of #3366
    doesn't match you can now choose not to show the dialog again, then the selected
    dialog result will be chosen automatically the next time #3396

Release v25.11.3

18 Nov 19:55
223c97f

Choose a tag to compare

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)
  • Fixed dependencies of .SRCINFO file being not consistent with those of
    PKGBUILD on the AUR (for #3392)
  • Added more Spanish, Korean, Chinese Simplified translation (thank you,
    alejandromoc, venusgirl, sr79368142)

Release v25.11.2

10 Nov 20:40
b98a442

Choose a tag to compare

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

06 Nov 21:09
32f8caf

Choose a tag to compare

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
  • Added more Spanish, Korean translation (thank you, alejandromoc, venusgirl)