Skip to content

QOwnNotes Mobile 0.4.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 09:17
4252cae

[0.4.0] - 2026-09-12

Added

  • Added a note-search filter for switching between title-and-content search and title-only search.
  • Added note-list sorting by latest modification or by title in ascending or descending order.
  • Added account management from the profile menu. It lists connected accounts, updates each
    account's shared Nextcloud Notes folder and new-file extension through the Notes API, and removes
    an account's local data without deleting its server notes or Nextcloud Files account.
  • Added note-list swipe actions with visual markers: swipe right to toggle a note's favorite state
    and left to move it to trash. The gestures are enabled by default, and the new Settings dialog
    controls them and the existing note preview and category display preferences.

Changed

  • The note-list top bar now places search between the account profile image and an overflow menu.
    The profile menu contains only account actions; note creation, category filtering, trash,
    settings, and About are in the overflow menu. Search is more compact, and synchronization status
    remains visible while the note list scrolls. Focused search expands across the whole top bar and
    gains a back action that returns to the account and note actions while keeping the typed query.
  • Account entries in the switch-account dialog now have clearer spacing around their profile images.
  • The rename-note dialog now selects the current file name when opened, so typing replaces it.
  • Web addresses written without Markdown link markers are now detected in note previews and the
    Markdown editor.
  • Routine development builds and deployments now use Android's local debug key without requiring
    Vaultwarden access; explicit shared-key development recipes remain available.