Releases: ComputelessComputer/aipm
Releases · ComputelessComputer/aipm
v0.8.1
- Add short IDs to subtask display for easier reference
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Email Suggestions via MCP
- Add Apple Mail integration via Model Context Protocol (MCP)
- New Suggestions tab (press
0) shows actionable emails as task suggestions - AI automatically filters out marketing/sales emails
- Background polling checks for new unread emails every 60 seconds
- Archive detection: suggestions and tasks auto-deleted when emails are archived
- CLI commands:
aipm suggestions listandaipm suggestions sync
Image Task Ingestion
- Add
aipm ingest --image <path>command to extract tasks from images - Add
aipm ingest --clipboardto extract tasks from clipboard images (macOS) - Vision LLM support (Claude/GPT-4 Vision) for analyzing screenshots and diagrams
Documentation Restructure
- Reorganize docs into cli/, features/, ui/, data/ subdirectories
- Create comprehensive keybindings reference
- Create detailed storage format documentation
- Streamline README to focus on value propositions
Improvements
- Add undo snapshots for all CLI operations
- Improve AI filtering prompt for email suggestions
- Add task-email mapping for automatic cleanup
Full Changelog: v0.7.2...v0.8.0
v0.7.2
- Check for updates on startup via GitHub releases API
- Collapse multiline pastes into single line (bracketed paste support)
Full Changelog: v0.7.1...v0.7.2
v0.7.1
- Group parent-child tasks in timeline view (parent → children ordering)
- Show subtasks instead of parents in kanban view
- Hide done subtasks in bucket view based on show_done setting
Full Changelog: v0.7.0...v0.7.1
v0.7.0
- Group parent-child tasks in timeline view (parent → children ordering)
- Show subtasks instead of parents in kanban view
Full Changelog: v0.6.0...v0.7.0
v0.6.0
- Fix Option+Arrow inserting b/f instead of moving by word (macOS terminal escape sequence handling)
- Add Cmd+C to copy selected task title to clipboard
- Parallelize AI job processing and URL fetching
- Sort subtasks by progress and hide filtered statuses in edit overlay
- Add color for subtask status icons in task details modal
Full Changelog: v0.5.0...v0.6.0
v0.5.0
- Add cursor movement in ticket and bucket edit modals (Left/Right, Option+Left/Right for word jump, Cmd+Left/Right for start/end)
- Add Option+Backspace (word delete) and Cmd+Backspace (line delete) in both modals
- Bucket edit description now displays multiline with word wrap
- Widen bucket edit overlay to match ticket edit size
Full Changelog: v0.4.1...v0.5.0
v0.4.1
- Fix sub-issues list in edit panel not scrolling when navigating past the visible window
Full Changelog: v0.4.0...v0.4.1
v0.4.0
- Add CLI CRUD subcommands for tasks and buckets (list, show, add, edit, delete, rename)
- Add snapshot-based undo:
aipm undorolls back the last CLI/AI operation - Add
aipm historyto view available undo snapshots - All mutating CLI and AI commands automatically snapshot before executing (capped at 50)
- Add
docs/directory with detailed reference pages for tasks, buckets, undo, and AI agent - Fix legacy bucket migration: "Personal-only" tasks now correctly migrate to "Personal"
- Remove hardcoded owner name from defaults
Full Changelog: v0.3.4...v0.4.0
v0.3.4
- Strengthen AI duplicate prevention: hierarchical triage context shows subtasks under parents, stronger system prompt rules against creating redundant entries
Full Changelog: v0.3.3...v0.3.4