Releases: ComputelessComputer/aipm
Releases · ComputelessComputer/aipm
v0.9.6
- Move email Suggestions into the Checklist view, with quick access via the Checklist Suggestions shortcut.
- Add clearer Suggestions poll status in Checklist so Gmail sync health is visible at a glance.
- Redesign Calendar as a month-grid view for faster date scanning.
- Improve Timeline with fold/unfold controls for subtasks.
- Improve Kanban interaction by fixing scroll ghosting and tightening keyboard behavior.
- Fix task due-date clearing and support null due dates in task updates.
Full Changelog: v0.9.5...v0.9.6
v0.9.5
- Launch a dedicated aipm website with clearer product messaging and refreshed layout.
- Improve install UX with click-to-copy command behavior and copied-state feedback.
- Add published Privacy Policy and Terms pages for easier onboarding and compliance review.
- Add local Google OAuth env templates (.env.example) to simplify personal setup and testing.
Full Changelog: v0.9.4...v0.9.5
v0.9.4
- Add an Astro-powered project website with dedicated Privacy Policy and Terms pages.
- Improve the landing page with clearer value props, updated tagline, and click-to-copy install command.
- Update README demo link formatting for cleaner presentation.
Full Changelog: v0.9.3...v0.9.4
v0.9.3
- Fix @ mention edit path unable to move tasks between parents (set parent_id)
- The
edit_taskJSON schema now includesparent_id, allowing@<id> make this part of @<other_id>to work correctly - Non-triage AI result handler now processes parent_id changes with old-parent progress sync
Full Changelog: v0.9.2...v0.9.3
v0.9.2
- Fix @ autocomplete dropdown showing stale entries when filtering narrows the match list
Full Changelog: v0.9.1...v0.9.2
v0.9.1
- Add priority column to checklist view (color-coded: red=Critical, yellow=High, white=Med, grey=Low)
- Chat box separators and prompt change color based on input mode (green for add, grey for chat)
- Fix kanban overdue indicator showing year when due date is from a different year
- Fix kanban using UTC instead of local timezone for date comparisons
- Fix @ shortcut switching to bucket view — now stays on current tab and opens chat
- Show full Google Calendar event details: time range, location, and notes
Full Changelog: v0.9.0...v0.9.1
v0.9.0
- Replace Apple Mail and Calendar integrations with Google OAuth2
- Add Google account connection in Settings tab (OAuth2 with PKCE, browser-based flow)
- Calendar tab now shows Google Calendar events (next 14 days)
- Gmail Suggestions tab polls unread Gmail for actionable emails via AI filtering
- CLI
suggestionscommands now use Gmail instead of Apple Mail - Cross-platform: no longer requires macOS (removed osascript dependency)
Full Changelog: v0.8.13...v0.9.0
v0.8.13
- Show 8-char task ID in checklist items for quick reference
- Add / command autocomplete dropdown with available commands (/clear, /buckets, /bucket add, /bucket rename, /organize, /exit)
- Add Calendar tab (press 2) with month grid view, today highlighted, task due dates shown in cyan
- Integrate Apple Calendar events into Calendar tab via native osascript (fetches next 14 days of events)
Full Changelog: v0.8.12...v0.8.13
v0.8.12
- Add scan → reason → act workflow to AI triage so the agent analyzes existing tasks before deciding on actions, preventing duplicate task creation
- Support task reparenting via
parent_idonupdate_task, enabling "make X part of Y" style commands - Switch AI tool calling from forced mode to auto, allowing the model to reason before acting
- Handle text-only AI responses (no tool call) gracefully in both TUI and CLI
- Strengthen anti-duplicate wording in tool definitions to discourage unnecessary task creation
Full Changelog: v0.8.11...v0.8.12
v0.8.11
- Add tertiary checklist checkbox state:
[·]for in-progress tasks (alongside[x]for done and[ ]for todo/backlog)
Full Changelog: v0.8.10...v0.8.11