Skip to content

Releases: underworld14/daybar

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 06:37

DayBar 0.3.0

Menu-bar planning, focus, and gentle carry-over — with on-device AI mood suggestions and a calmer, more reliable day.

Highlights

  • On-device AI mood suggestions — when Apple Intelligence is available (macOS 26+), DayBar uses Apple’s Foundation Models (SystemLanguageModel) to suggest a mood tag from your end-of-day reflection. Fully on-device — no cloud LLM, no account. Falls back to the manual picker when unavailable or turned off.
  • Calm controls — undo for drop / archive / Pomodoro stop, Away mode, quiet hours, optional weekly digest, and nudge intensity (Gentle / Standard).
  • Backup & restore — export/import a local JSON snapshot of tasks and habits from Settings.
  • Focus & sound polish — better phase-end alerts, optional ticking during focus, chart hover improvements, and end-of-day review gating.

Reliability (e2e audit)

  • Clearer save/error feedback with ephemeral banners
  • Atomic snapshot import; Pomodoro Stop records a focus session
  • More durable Apple Reminders sync (push queue, habit unlink, pending-aware pull)
  • Carried-over complete visibility; skipped habits stay pending correctly
  • Panel dismiss on resign; accessibility and unarchive improvements
  • Notification / backlog scheduling fixes

Download

DayBar-v0.3.0-macOS.zip — macOS 15+. Ad-hoc signed; see the README for Gatekeeper install steps.

Full Changelog: v0.2.0...v0.3.0

DayBar 0.2.0

Choose a tag to compare

@underworld14 underworld14 released this 05 Jul 16:21

DayBar 0.2.0

Native macOS menu-bar app: daily todos, habits, Pomodoro, SomaFM lofi radio, task history, and Apple Reminders sync.

Requirements

  • macOS 15+

Install

  1. Download DayBar-v0.2.0-macOS.zip below.
  2. Extract and move DayBar.app to Applications.
  3. Open from Applications — the icon appears in the menu bar (no Dock icon).

First launch (Gatekeeper)

macOS may block the app on first open. Either:

  • Right-click DayBar.appOpenOpen, or
  • Run in Terminal:
xattr -cr /Applications/DayBar.app
open /Applications/DayBar.app

Highlights

  • Lofi Radio (SomaFM) with random play and focus-session auto-pause
  • Pomodoro with live menu-bar countdown
  • Habits with streaks and optional Reminders sync
  • Today / tomorrow quick-add, gentle carry-over, end-of-day review
  • Global quick-add hotkey (⌥⌘D)

Build from source

See README.

Full Changelog: https://github.com/underworld14/daybar/commits/v0.2.0