Skip to content

Releases: ComputelessComputer/aipm

v0.8.1

18 Feb 08:02

Choose a tag to compare

  • Add short IDs to subtask display for easier reference

Full Changelog: v0.8.0...v0.8.1

v0.8.0

18 Feb 06:18

Choose a tag to compare

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 list and aipm suggestions sync

Image Task Ingestion

  • Add aipm ingest --image <path> command to extract tasks from images
  • Add aipm ingest --clipboard to 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

17 Feb 11:42

Choose a tag to compare

  • 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

17 Feb 08:22

Choose a tag to compare

  • 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

17 Feb 08:05

Choose a tag to compare

  • 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

17 Feb 06:28

Choose a tag to compare

  • 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

17 Feb 05:52

Choose a tag to compare

  • 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

17 Feb 03:48

Choose a tag to compare

  • 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

17 Feb 03:33

Choose a tag to compare

  • Add CLI CRUD subcommands for tasks and buckets (list, show, add, edit, delete, rename)
  • Add snapshot-based undo: aipm undo rolls back the last CLI/AI operation
  • Add aipm history to 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

17 Feb 00:55

Choose a tag to compare

  • 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