|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## 1.2.3 |
| 4 | + |
| 5 | +- Add `builds running` command to show in-progress builds with `--product` and `--all-profiles` flags |
| 6 | +- Add "Running Builds" option to interactive mode |
| 7 | + |
| 8 | +## 1.2.2 |
| 9 | + |
| 10 | +- Align command tree arrows in README |
| 11 | + |
| 12 | +## 1.2.1 |
| 13 | + |
| 14 | +- Add `builds find <sha>` to search across all products/workflows for a build matching a commit SHA |
| 15 | +- Add `builds list --commit <sha>` to filter by commit SHA prefix |
| 16 | +- Add `builds list --workflow-name <name>` to resolve workflow by name instead of ID |
| 17 | + |
| 18 | +## 1.2.0 |
| 19 | + |
| 20 | +- Add integration tests and credential resolver unit tests |
| 21 | +- Improve error message when `builds list` is called without `--workflow` |
| 22 | + |
| 23 | +## 1.1.1 |
| 24 | + |
| 25 | +- Add macOS notification on `builds watch` completion via osascript |
| 26 | +- Add `--no-notify` flag to opt out of notifications |
| 27 | + |
| 28 | +## 1.1.0 |
| 29 | + |
| 30 | +- Add profile switching in interactive mode |
| 31 | +- Improve first-time setup experience with clearer error messages |
| 32 | +- Auto-verify credentials after `auth init` |
| 33 | +- Add documentation URLs to help and interactive mode |
| 34 | + |
| 35 | +## 1.0.9 |
| 36 | + |
| 37 | +- Fix interactive mode showing wrong version |
| 38 | + |
| 39 | +## 1.0.8 |
| 40 | + |
| 41 | +- Add filtering flags to list commands: `--name`, `--type`, `--status`, `--running`, `--enabled`, `--disabled` |
| 42 | + |
| 43 | +## 1.0.7 |
| 44 | + |
| 45 | +- Add `builds logs` command to list and download build log bundles |
| 46 | +- Add actions drill-down in interactive mode with issues and test results |
| 47 | +- Add pagination support with `--all` flag and interactive "Load more" |
| 48 | +- Fix cursor position after "Load more" in interactive mode |
| 49 | + |
| 50 | +## 1.0.6 |
| 51 | + |
| 52 | +- Sort builds by newest first in API requests |
| 53 | +- Add ESC key as back navigation in interactive mode |
| 54 | + |
| 55 | +## 1.0.5 |
| 56 | + |
| 57 | +- Add `builds watch` command with live status updates and elapsed time |
| 58 | +- Show bundle ID for products, sorted alphabetically |
| 59 | +- Add Homebrew installation instructions |
| 60 | + |
| 61 | +## 1.0.4 |
| 62 | + |
| 63 | +- Add shell completion instructions |
| 64 | + |
| 65 | +## 1.0.3 |
| 66 | + |
| 67 | +- Ctrl+C exits immediately, q goes back one menu |
| 68 | + |
| 69 | +## 1.0.2 |
| 70 | + |
| 71 | +- Add command tree to README |
| 72 | +- Add config file format to auth help |
| 73 | + |
| 74 | +## 1.0.1 |
| 75 | + |
| 76 | +- Fix Mint install instructions |
| 77 | + |
| 78 | +## 1.0.0 |
| 79 | + |
| 80 | +- Initial release |
| 81 | +- Multi-source authentication (CLI flags, env vars, config files) |
| 82 | +- Profile support for multiple App Store Connect accounts |
| 83 | +- Commands: auth, products, workflows, builds, artifacts |
| 84 | +- Output formats: JSON (default), table, CSV |
| 85 | +- Interactive mode with arrow-key navigation |
| 86 | +- Build error and test result reporting |
| 87 | +- Comprehensive test suite and CI workflow |
0 commit comments