Skip to content

QOwnNotes Mobile 0.2.1

Choose a tag to compare

@github-actions github-actions released this 04 Sep 20:08

[0.2.1] - 2026-09-04

Fixed

  • Stable GitHub releases now build directly with repository signing secrets, independently of the
    local Vaultwarden and SecretSpec signing workflow.
  • Generated GitHub release notes no longer participate in source formatting checks.

[0.2.0] - 2026-09-04

Added

  • Synchronized Nextcloud favorites with offline toggling, clickable stars, and favorites-first note
    and search-result ordering.
  • A confirmed Move to trash action in the open note view.
  • Automatic continuation for unordered, ordered, and task-list items when Return is pressed, with
    empty items ending the list.
  • On-demand note version history and remote trash browsing through the optional Nextcloud
    QOwnNotesAPI app, including restoring versions and trashed notes.
  • Continuous development APK publishing and versioned, signed GitHub release automation.

Changed

  • Switching accounts now opens an account chooser when more than two accounts are configured,
    while two-account switching remains a direct toggle.
  • A newly added Nextcloud account now becomes the active account immediately.
  • Unreachable-server errors in the note list and editor now offer a details dialog with
    local-server troubleshooting, sanitized exception text, and a copy action while confirming that
    local edits remain saved.
  • Horizontal action bars now use recognizable icons with accessible descriptions; list and
    checkbox-list tools remain directly beside Undo and Redo in the editor.
  • The note view now keeps Find and Edit as icon buttons and moves secondary actions into a compact
    three-dot menu.
  • Existing note content is now syntax-highlighted immediately when edit mode opens, without waiting
    for the first text change.
  • Continuous and stable release signing now validate missing GitHub secrets before installing the
    build environment, with documented commands for generating and configuring signing keys.
  • Local development and release builds now retrieve their keystore and signing environment
    attachments from Vaultwarden and validate the variables through SecretSpec without retaining
    local copies.
  • Newly created notes now open directly in edit mode with the cursor on a blank body line below the
    generated heading.
  • The Markdown editor now scrolls as the cursor moves to keep the active line visible.
  • Markdown source highlighting now explicitly covers headings, emphasis, strikethrough, lists,
    tasks, blockquotes, inline and fenced code, links, images, tables, wiki links, frontmatter, and
    HTML comments.
  • Development and release build and deployment recipes now target their corresponding application
    variants.

Fixed

  • Pressing Return on an automatically opened empty list or checklist item now removes its marker
    even when the keyboard resets the caret after inserting the preceding line break.