Skip to content

Releases: AutoMaker-Org/automaker

v0.11.0 - Barn Door 2000

15 Jan 01:42

Choose a tag to compare

What's Changed

  • fix: add TodoWrite to allowed tools in SDK presets by @comzine in #424
  • feat: implement simple query service and enhance provider abstraction by @webdevcody in #454
  • fix(codex): prevent infinite loop when fetching models on settings screen by @stefandevo in #455
  • fix: handle pipeline resume edge cases and improve robustness by @casiusss in #344
  • fix: make Docker container UID/GID configurable by @comzine in #448
  • feat: add OpenCode CLI support in Docker by @thesobercoder in #460
  • fix: add OpenCode cache volume for version file persistence by @thesobercoder in #465
  • feat: add branch/worktree support to mass edit dialog by @Shironex in #468
  • fix: use browser hostname for dev server URLs instead of localhost by @Shironex in #471
  • feat: Add Discord-like project switcher sidebar with icon support by @webdevcody in #472
  • feat: Mobile responsiveness improvements from community contributor by @Shironex in #449
  • feat: add dev server log panel with real-time streaming by @Shironex in #474
  • fix: use dynamic branch references instead of hardcoded origin/main by @Shironex in #477
  • fix: Resolve windows npx spawn errors by @DenyCZ in #476
  • chore(docker): add Playwright Chromium prerequisites by @thesobercoder in #478
  • fix: follow up prompts by @Shironex in #479
  • fix: embed systemPrompt into prompt for CLI-based providers by @thesobercoder in #480
  • fix: ensure npm cache directory has correct permissions by @thesobercoder in #473
  • feat: support ANTHROPIC_BASE_URL and ANTHROPIC_AUTH_TOKEN for custom endpoints by @ramarivera in #339
  • feat(ui): Add project theme selection to context menu by @Shironex in #481
  • fix: adress pr comments task not respecting worktrees by @Shironex in #484
  • feat: add feature request github template by @Shironex in #485
  • fix: Claude usage parsing for CLI v2.x and trust prompt handling by @Shironex in #486
  • feat: enhance pr dialog base branch selection by @Shironex in #489
  • Fix OpenCode GitHub Copilot authentication detection by @mcbodge in #494
  • fix: load OpenCode models on Kanban by @thesobercoder in #490
  • fix: agent output modal ui/ux and task list with spec/full plan mode by @Shironex in #493
  • feat: merge worktree to main in dropdown menu by @Shironex in #492
  • V0.11.0rc by @Shironex in #475

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0 - The Shield

12 Jan 21:20

Choose a tag to compare

What's Changed

  • refactor: remove AI profile functionality and related components by @webdevcody in #394
  • feat: improve codex plan and usage detection by @Shironex in #400
  • fix: security vulnerability in server by @Shironex in #402
  • chore: update @modelcontextprotocol/sdk in server dep by @Shironex in #404
  • feat: bulk delete in backlog mass select by @Shironex in #413
  • refactor: extract Enhance with AI into shared components by @Shironex in #421
  • feat: add default IDE setting and multi-editor support with icons by @stefandevo in #423
  • feat: add empty state card component and integrate AI suggestion func… by @Shironex in #416
  • feat: worktrees init script by @Shironex in #409
  • feat: add dynamic model discovery and routing for OpenCode provider by @stefandevo in #426
  • V0.10.0rc by @webdevcody in #405

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0 - Biggie Shorty

09 Jan 23:42

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0 - The Law

05 Jan 21:32

Choose a tag to compare

What's Changed

  • fixed background image not showing at desktop application (electron) by @yumesha in #342
  • Fix memory leak by @webdevcody in #353
  • feat: implement ideation feature for brainstorming and idea management by @webdevcody in #354
  • Summaries and todos by @webdevcody in #355
  • feat: Cursor CLI Integration by @Shironex in #288
  • refactor: update ideation dashboard and prompt list to use project-sp… by @webdevcody in #358
  • refactor: use Vitest projects config instead of deprecated workspace by @Shironex in #361
  • style: update BoardHeader component for improved layout by @Shironex in #362
  • fix: prevent 'No App Specification Found' during spec generation by @Shironex in #363
  • V0.8.0rc by @webdevcody in #364

New Contributors

Full Changelog: v0.7.4...v0.8.0

v0.7.3 - Dragon Slayer - Patch 4

02 Jan 05:29

Choose a tag to compare

v0.7.3 - Dragon Slayer - Patch 3

02 Jan 05:01

Choose a tag to compare

What's Changed

  • fix(windows): properly terminate MCP server process trees by @andydataguy in #329
  • feat: improve error handling in HttpApiClient by @webdevcody in #337
  • fix: auto-disable sandbox mode for cloud storage paths by @firstfloris in #304
  • feat: implement authentication state management and routing logic by @webdevcody in #340

New Contributors

Full Changelog: v0.7.2...v0.7.3

v0.7.2 - Dragon Slayer - Patch 1

01 Jan 07:04

Choose a tag to compare

What's Changed

  • refactor: use environment variables for git configuration in test rep… by @webdevcody in #336

Full Changelog: v0.7.1...v0.7.2

v0.7.1 - Dragon Slayer - Patch 1

01 Jan 02:47
da38adc

Choose a tag to compare

What's Changed

  • fix: restore correct JSON format for backlog plan prompt by @casiusss in #327
  • fix(windows): properly kill server process tree on app quit by @andydataguy in #326
  • fix: add Linux support for Claude usage service by @Waaiez in #306
  • fix: resolve auth race condition causing 401 errors on Electron startup by @RayFernando1337 in #335
  • chore: remove unused files from codebase and adress audit security by @Shironex in #330
  • feat: implement secure file system access and path validation by @webdevcody in #332

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0 - Dragon Slayer

30 Dec 06:57
c5ae9ad

Choose a tag to compare

What's Changed

  • feat: task dependency graph view by @JBotwina in #222
  • feat: Graph Filtering and Node Controls by @JBotwina in #226
  • fix: project picker dropdown highlights first item instead of current project by @illia1f in #225
  • feat: Add a stop button to halt agent execution when processing. by @stephan271c in #231
  • fix: onboarding dialog title overflowing by @Shironex in #240
  • refactor(ProjectSelector): improve project selection logic and UI/UX by @illia1f in #239
  • fix: Open in Browser button not working on Windows by @leonvanzyl in #232
  • docs: update links to Claude by @WikiRik in #244
  • fix: git diff loop by @Shironex in #247
  • fix: new project path overflow by @Shironex in #249
  • fix: branch list issue and improve ui feedback by @Shironex in #251
  • feat(ProjectSelector): add auto-scroll and improved UX for project picker by @illia1f in #245
  • feat: Improve ai suggestion output ui by @Shironex in #256
  • feat: abbility to analyze github issues with ai with confidence / task creation by @Shironex in #250
  • small fixes by @webdevcody in #261
  • feat: Add task dependencies and spawn sub-task functionality by @JBotwina in #243
  • feat: improve ai suggestions by @Shironex in #255
  • refactor: Extract PathInput component from FileBrowserDialog & Improve UI/UX by @illia1f in #262
  • docs: Update README for clarity and feature enhancements by @Shironex in #263
  • feat: automaticly load claude.md files and settings json globally / per project by @Shironex in #267
  • fix: expand untracked directories to show individual file diffs by @tony-nekola-silk in #266
  • adding a queue system to the agent runner by @webdevcody in #275
  • feat: Add search functionality to PathInput with keyboard shortcut support by @illia1f in #268
  • fix: replace window.confirm with React dialogs in trash operations by @illia1f in #274
  • fix: use CSS variables for universal scrollbar styling across all themes by @illia1f in #277
  • feat: Implement throttling and retry logic in secure-fs module by @Shironex in #272
  • feat: add configurable sandbox mode setting by @casiusss in #282
  • adding button to make when creating a new feature by @webdevcody in #285
  • fix: add retry mechanisms to context test helpers for flaky test stability by @tony-nekola-silk in #281
  • persist the terminals when clicking around the app by @webdevcody in #287
  • feat: implement pipeline feature for automated workflow steps by @webdevcody in #291
  • feat: enhance AgentView with adjustable textarea and improved input handling #294 by @ugurkellecioglu in #296
  • docs: add comprehensive contributing guide by @illia1f in #307
  • refactor: update Dockerfiles for server and UI to streamline dependen… by @Shironex in #302
  • docs: update security vulnerability reporting to Discord by @illia1f in #309
  • feat: add GitHub issue comments display and AI validation integration by @Shironex in #308
  • chore: remove pnpm lock file by @Shironex in #310
  • feat: add MCP server support by @mzubair481 in #286
  • feat: enchance agent runner ui by @Shironex in #314
  • feat: Improve rate limit error handling with user-friendly messages by @Shevanio in #312
  • adding more security to api endpoints to require api token for all ac… by @webdevcody in #321
  • fix(kanban-card): jumping hover animation & drag overlay consistency by @illia1f in #324
  • feat: customizable prompts by @casiusss in #322
  • feat: enhance MCP server management and JSON import/export functionality by @webdevcody in #325

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0 - The Mechanic

22 Dec 21:09
c4a2f2c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0