Skip to content

Commit 3dc4738

Browse files
committed
Update CHANGELOG
1 parent 200de7f commit 3dc4738

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [2.0.0] - 2026-01-28
44

55
### Breaking
66
- By default when the `enabledWorkflows` configuration option or `XCODEBUILDMCP_ENABLED_WORKFLOWS` environment variable is not set or empty, XcodeBuildMCP will default to loading only the `simulator` workflow. This is a change in behaviour; previously it would load all workflows and therefore tools by default.
@@ -41,6 +41,21 @@ For more information see the [CONFIGURATION.md](docs/CONFIGURATION.md) documenta
4141
- Fixed screenshot tool capturing rotated images when simulator is in landscape orientation by detecting window dimensions and applying +90° rotation to correct the framebuffer capture. ([`#186`](https://github.com/cameroncooke/XcodeBuildMCP/pull/186) by [`@VincentStark`](https://github.com/VincentStark))
4242
- Fixed Sentry ESM compatibility by upgrading `@sentry/node` from 10.5.0 to 10.37.0 and `@sentry/cli` from 2.43.1 to 3.1.0 (Fixes XCODEBUILD-MCP-13SX)
4343

44+
## [1.15.1] - 2025-12-20
45+
46+
### Changed
47+
- Add suppressWarnings to suppress warnings from the build tools.
48+
- Update AXe to 1.2.0
49+
- Update tap tool to accept label/id as tap targets.
50+
51+
## [1.15.0] - 2025-12-15
52+
53+
### Added
54+
- Add support for in-memory session defaults.
55+
56+
### Changed
57+
- Various bug fixes and improvements
58+
4459
## [1.14.0] - 2025-09-22
4560
- Add video capture tool for simulators
4661

0 commit comments

Comments
 (0)