Releases: AutoMaker-Org/automaker
Releases · AutoMaker-Org/automaker
v0.11.0 - Barn Door 2000
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
- @comzine made their first contribution in #424
- @thesobercoder made their first contribution in #460
- @DenyCZ made their first contribution in #476
- @ramarivera made their first contribution in #339
- @mcbodge made their first contribution in #494
Full Changelog: v0.10.0...v0.11.0
v0.10.0 - The Shield
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
- @stefandevo made their first contribution in #423
Full Changelog: v0.9.0...v0.10.0
v0.9.0 - Biggie Shorty
What's Changed
- fix: small bugs by @Shironex in #368
- feat: add Cursor CLI installation attempts documentation and enhance … by @webdevcody in #366
- feat: add mass edit feature for backlog kanban cards by @Shironex in #360
- feat: add support for external server mode with Docker integration by @webdevcody in #376
- Codex CLI Implementation by @DhanushSantosh in #367
- completly remove sandbox related code as the downstream libraries do … by @webdevcody in #378
- fix background image and create test incase background image failed again by @yumesha in #375
- fix: add API key header to verifySession for Electron auth by @Shironex in #383
- feat: add skills and subagents configuration support by @Shironex in #370
- Opencode support by @webdevcody in #390
- feat: add project-scoped agent memory system by @SuperComboGamer in #351
- fix: correct Codex plan type detection from JWT auth by @Shironex in #392
- V0.9.0rc by @Shironex in #385
New Contributors
- @DhanushSantosh made their first contribution in #367
Full Changelog: v0.8.0...v0.9.0
v0.8.0 - The Law
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
Full Changelog: v0.7.3...v0.7.4
v0.7.3 - Dragon Slayer - Patch 3
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
- @firstfloris made their first contribution in #304
Full Changelog: v0.7.2...v0.7.3
v0.7.2 - Dragon Slayer - Patch 1
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
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
- @andydataguy made their first contribution in #326
- @Waaiez made their first contribution in #306
- @RayFernando1337 made their first contribution in #335
Full Changelog: v0.7.0...v0.7.1
v0.7.0 - Dragon Slayer
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
- @stephan271c made their first contribution in #231
- @WikiRik made their first contribution in #244
- @tony-nekola-silk made their first contribution in #266
- @casiusss made their first contribution in #282
- @ugurkellecioglu made their first contribution in #296
- @mzubair481 made their first contribution in #286
- @Shevanio made their first contribution in #312
Full Changelog: v0.6.0...v0.7.0
v0.6.0 - The Mechanic
What's Changed
- refactor: migrate frontend from next.js to vite + tanStack router by @Shironex in #148
- feat: add default AI profile selection to settings view by @Shironex in #180
- pull-request by @webdevcody in #173
- terminals-mpve by @webdevcody in #172
- category by @webdevcody in #171
- feat: add auto-generated titles for features by @webdevcody in #184
- fixing worktree style by @webdevcody in #185
- Show Theme Picker during On Boarding by @webdevcody in #186
- worktree-select by @webdevcody in #182
- Add Claude Code GitHub Workflow by @webdevcody in #190
- docs: Add comprehensive JSDoc docstrings to settings module (80% cove… by @webdevcody in #189
- refactor: Introduce useBoardBackgroundSettings hook for managing boar… by @webdevcody in #192
- Refactor kanban cards by @webdevcody in #194
- feat: Add Docker containerization for secure, isolated execution by @illia1f in #179
- fix(init): show Playwright browser download progress by @illia1f in #196
- Improve code docker2 by @webdevcody in #201
- Feature/shared packages by @Shironex in #178
- feat: Add Prettier configuration and format check workflow by @webdevcody in #205
- refactor: replace fs with secureFs for improved file handling by @webdevcody in #206
- feat: add Claude usage tracking via CLI by @maddada in #203
- refactor: sidebar by @Shironex in #210
- refactor: optimize button animations and interval checks for performance by @SuperComboGamer in #204
- feat: enhance terminal functionality and settings by @SuperComboGamer in #202
- fixing file uploads on context page by @webdevcody in #212
- chore: integrate build:packages into development workflow by @Shironex in #215
- Kanban scaling by @trueheads in #211
- GitHub category by @webdevcody in #216
- fix(ui): prevent logo from overlapping macOS traffic light buttons by @JBotwina in #217
- fix: add cross-platform Node.js executable finder for desktop launches by @Shironex in #208
- fix: summary modal not appearing when clicking the button in kanban card by @Shironex in #219
- feat: markdown support for gh issues / pull requests by @Shironex in #220
- Refactor e2e Tests by @webdevcody in #221
New Contributors
- @illia1f made their first contribution in #179
- @maddada made their first contribution in #203
- @JBotwina made their first contribution in #217
Full Changelog: v0.5.0...v0.6.0