Skip to content

Releases: ASThome00/ADHDLife

ADHD Life v0.4.1

Choose a tag to compare

@github-actions github-actions released this 17 Jul 02:02
ac52c95

📱 First Android build

ADHD Life now ships for Android. Every release from here on includes an
installable APK, built and signed automatically — no app store, no accounts,
same local-only philosophy as desktop.

Installing on Android

  1. Open this release page on your phone and download ADHD-Life_0.4.1_android.apk
  2. Open the file and allow "install from unknown sources" when prompted (first time only)
  3. Future versions install right over the top — your data stays put

Heads up: the mobile app is an early shell — the five tabs are
placeholders while the real Today / Inbox / Tasks / Habits / Reading screens
are built. This release is about proving the delivery pipeline works.

Under the hood

  • Android builds run entirely on GitHub Actions (expo prebuild + Gradle +
    apksigner with our own signing key) — deliberately no third-party build
    service, keeping with the project's no-cloud principle
  • Fixed the app's bundle id (com.asthome.adhdlife) and versioning so the
    APK version tracks releases automatically
  • Fixed two pnpm module-resolution failures that broke Android release
    builds (node-linker=hoisted is now the monorepo's supported layout)

Desktop (macOS & Windows)

No functional changes since v0.4.0 — this release is safe to skip on desktop,
or let auto-update do its thing.

Coming next

  • 📱 The real mobile screens (Today, Inbox, Tasks, Habits, Reading)
  • 🍎 iOS via TestFlight (pipeline phase 2)

Downloads

  • Android: ADHD-Life_0.4.1_android.apk
  • macOS (universal, Intel + Apple Silicon): *.dmg
  • Windows: *-setup.exe

ADHD Life v0.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 10:17
959e590

✨ Quiet Garden — a calmer look
The whole app got a visual reskin: a tonal sage color theme, softer typography (Hanken Grotesk + DM Mono), and small touches like priority shown as a ring on the checkbox instead of a colored dot. Dark mode got real attention too — the setup screen, loading spinner, and native form controls (date picker, dropdowns) now respect it properly.

📖 Reading
Remove a book from any column (kebab menu → Remove) — soft-deleted with a 3-second undo, same as tasks.
Removing anything from a list (a task, a habit, a book) now fades out gently instead of just vanishing.

🎯 Focus
Added a way to actually mark a task as a focus task, from the task list or the detail panel — previously the dashboard told you to do this but there was no control for it anywhere.
Focus tasks you finish now clear off the dashboard the next day instead of piling up.

🔁 Snoozes & recurring tasks
Snoozed tasks now actually wake back up (they were silently getting stuck).
Recurring tasks now actually create their next instance when you complete one — the "Repeat" setting worked, but nothing was reading it.

🐛 Smaller fixes
Habit streaks and daily groupings now use your local calendar day, not UTC — evening check-ins were sometimes counted as "tomorrow" and looked like a missed day.
Tasks sorted by priority now show High first (they were sorting alphabetically, so High came last).
"Today" and "Move to today" now file correctly under today's date instead of slipping to tomorrow.
The task detail panel stays live — priority/category changes show immediately instead of needing a reopen.

⬇️Downloads

  • macOS (universal, Intel + Apple Silicon): *.dmg
  • Windows: *-setup.exe

ADHD Life v0.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 21:05

Downloads

  • macOS (universal, Intel + Apple Silicon): *.dmg
  • Windows: *-setup.exe

View build logs

ADHD Life v0.2.4

Choose a tag to compare

@github-actions github-actions released this 26 Apr 02:10
ba82126

Downloads

  • macOS (universal, Intel + Apple Silicon): *.dmg
  • Windows: *-setup.exe

View build logs

ADHD Life v0.2.3

Choose a tag to compare

@github-actions github-actions released this 25 Apr 23:09

Downloads

  • macOS (universal, Intel + Apple Silicon): *.dmg
  • Windows: *-setup.exe

View build logs

ADHD Life v0.0.1

Choose a tag to compare

@github-actions github-actions released this 25 Apr 02:35
71857a9

Downloads

  • macOS: adhd-life-macos-dmg/*.dmg
  • Windows: adhd-life-windows-exe/*.exe

View on GitHub Actions