Skip to content

v1.1.0-rc.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Jul 20:28

Mindwtr 1.1.0-rc.3

This is the third release candidate for Mindwtr 1.1.0. Use it for tester channels only. Prepare final stable 1.1.0 notes separately when the stable release is cut.

RC Testing Focus

  • Re-test the Android persistent "Quick capture" notification: tapping it must open Quick Capture directly (including from the lock screen), swiping it away must re-pin it, and the notification title and channel name should follow the app language.
  • Verify Android save performance on large datasets: background saves now write only changed rows, so bulk edits and syncs on big libraries should feel faster and stop long save stalls.
  • Check iOS lock screen widgets (iOS 16+): rectangular, inline, and circular focused-task widgets should show the current Today's Focus task and open Focus on tap.
  • Exercise the Today's Focus star everywhere (rows, quick-action menu, editor, daily review, mobile swipe): starring an Inbox task promotes it to Next, moving a starred task to Inbox clears the star, and deferred/sequential-blocked tasks refuse the star with a reason.
  • With Android's "hide sensitive notification content" lock screen setting on, task reminder titles should be redacted until unlock while the Quick capture notification stays visible.
  • Convert an inbox capture into a project and add extra actions in the split step; the extras should land back in the Inbox with the project attached.
  • Scroll long Focus and task lists on Android and open inline editors in desktop Contexts/Archive/Search: no scroll oscillation, mid-list gaps, or rows painted over the open editor.
  • Re-test the rc.2 focus areas: forced sync reads remote, default-area sync, task creation/editing/completion, previous-stable data reads, Linux beta channels, AUR beta, and GitHub prerelease artifacts.

Highlights Since rc.2

  • Fixed the Android persistent capture notification so tapping opens Quick Capture directly and a swipe cannot silently remove it; renamed it to "Quick capture".
  • Made large-library saves incremental on mobile: SQLite writes only rows changed since the last save.
  • Added iOS lock screen widgets showing the current focused task.
  • Made the Today's Focus star and task status keep each other consistent on every surface, and added the star to the desktop task editor.
  • Added the Group control to desktop Contexts & Tags and Review views; clicking outside an untouched editor now closes it.
  • Restored double-click-to-edit in all desktop views; in-place rename moved to the row's ••• menu.
  • Unified quick-add capture policy across platforms (archived +Project names create fresh projects instead of dropping the capture).
  • Split-step project conversion: add several next actions while converting an inbox capture.
  • Marked Android task reminders sensitive for lock screen privacy, and declared a Windows startup task so "Launch at startup" works in the Microsoft Store build (Store channel only).
  • Fixed desktop virtualized rows painting over expanded editors and Android Focus-list scroll oscillation.

Full RC3 Change List (since v1.1.0-rc.2)

  • fix(mobile): tapping the persistent capture notification opens Quick Capture directly instead of only foregrounding the app.
  • fix(mobile): the persistent capture notification re-pins itself when swiped away on Android 14+; disable it in Settings → Notifications to remove it.
  • fix(mobile): rename the persistent notification and its settings toggle to "Quick capture" in all languages.
  • feat(ios): lock screen widgets (iOS 16+) with the top Today's Focus task; tapping opens Focus.
  • perf(core): SQLite saveData writes only rows changed since the last committed save.
  • fix(release): FOSS builds self-report the full RC version via a committed release-version file.
  • fix(release): RC runs upload iOS and macOS TestFlight builds by default.
  • fix(release): pin @tauri-apps/cli in the macOS App Store build; desktop builds use the prebuilt CLI from the lockfile instead of compiling from source.
  • fix(release): retagged RC pushes run the full release unless the tag already has a published release.
  • feat(desktop): restore double-click opening the task editor in every view; rename a title in place via the row's ••• menu.
  • feat(desktop): focus star in the task editor header; the Quick Add star is a compact icon toggle beside the input.
  • feat(tasks): starring promotes Inbox tasks to Next; demoting a starred task to Inbox clears the star; the editor star applies on Save.
  • fix(tasks): identical focus-star eligibility on every surface — deferred and sequential-blocked tasks can't be starred, review-due Waiting/Someday tasks keep their status when starred.
  • fix(capture): one quick-add capture policy on desktop and mobile — archived +Project creates a fresh project, active +Project is reused, and natural-language dates work in the mobile in-list add.
  • feat(desktop): Group control in Contexts & Tags and Review views; clicking outside an untouched task editor closes it.
  • fix(desktop): calmer Review tab header with compact utility controls beside the status chips.
  • fix(android): task reminder notifications are marked sensitive so the lock screen can redact task titles.
  • fix(windows): declare a Store startup task so "Launch at startup" works in the Microsoft Store build (Store channel only).
  • feat(inbox): add multiple next actions when converting an inbox capture to a project; extra split-step actions return to the Inbox with the project attached.
  • fix(desktop): virtualized rows re-measure on resize so the inline editor is not painted over (Contexts, Archive, Search).
  • fix(mobile): measured getItemLayout for the Focus list stops Android scroll-correction oscillation.
  • fix(mobile): task and Focus lists keep a row's measured height across content revision changes instead of falling back to an estimate.