Skip to content

Releases: ComputelessComputer/aipm

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

v0.3.3

16 Feb 19:08

Choose a tag to compare

  • Add input history navigation with Up/Down arrow keys (terminal-style)
  • Add @ autocomplete dropdown for task selection

Full Changelog: v0.3.2...v0.3.3

v0.3.2

16 Feb 18:03

Choose a tag to compare

What's Changed

  • Fix bucket sort: show in-progress first, higher priority on top
  • Fix sub-issues list scrolling in edit panel (items beyond 5th now visible)
  • Improve kanban: priority bullets, task counts, scrolling, due dates
  • Add bucket header selection and editing

Full Changelog: v0.3.1...v0.3.2