Skip to content

QOwnNotes Mobile 0.5.0

Choose a tag to compare

@github-actions github-actions released this 13 Sep 19:42
2eda996

[0.5.0] - 2026-09-13

Added

  • The remote trash dialog now has a search field that filters trashed notes by name.

Changed

  • Trashed notes in the remote trash dialog now show the deletion timestamp on a separate,
    smaller, muted line below the note name.

Fixed

  • Adding a Nextcloud account no longer crashes when the Nextcloud SSO response is empty or the
    OCS capabilities envelope is malformed. The app now reports a clear protocol error instead.
  • Note list and search queries now load only a lightweight note summary, avoiding the
    SQLiteBlobTooBigException that could occur when a single note's content exceeded the Android
    CursorWindow limit while reading many rows.