Skip to content

Commit e4cd616

Browse files
committed
chore(release): prepare 3.4.2
1 parent e44486f commit e4cd616

10 files changed

Lines changed: 13 additions & 13 deletions

File tree

Apps/CLI/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to Peekaboo CLI will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [3.4.2] - Unreleased
8+
## [3.4.2] - 2026-06-12
99

1010
### Added
1111
- `peekaboo agent` now supports explicit Claude Fable 5 (`claude-fable-5`) selection with 1M context and 128K max output while keeping Anthropic defaults on Opus 4.8 for zero-retention compatibility.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "3.4.1"
2+
"version": "3.4.2"
33
}

Apps/Mac/Peekaboo.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
320320
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
321321
MACOSX_DEPLOYMENT_TARGET = 15.0;
322-
MARKETING_VERSION = 3.4.1;
322+
MARKETING_VERSION = 3.4.2;
323323
PRODUCT_BUNDLE_IDENTIFIER = boo.peekaboo.mac.debug;
324324
PRODUCT_NAME = "$(TARGET_NAME)";
325325
REGISTER_APP_GROUPS = YES;
@@ -359,7 +359,7 @@
359359
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
360360
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
361361
MACOSX_DEPLOYMENT_TARGET = 15.0;
362-
MARKETING_VERSION = 3.4.1;
362+
MARKETING_VERSION = 3.4.2;
363363
PRODUCT_BUNDLE_IDENTIFIER = boo.peekaboo.mac;
364364
PRODUCT_NAME = "$(TARGET_NAME)";
365365
REGISTER_APP_GROUPS = YES;

Apps/PeekabooInspector/Inspector.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
279279
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
280280
MACOSX_DEPLOYMENT_TARGET = 14.0;
281-
MARKETING_VERSION = 3.4.1;
281+
MARKETING_VERSION = 3.4.2;
282282
PRODUCT_BUNDLE_IDENTIFIER = boo.peekaboo.inspector;
283283
PRODUCT_NAME = "$(TARGET_NAME)";
284284
SDKROOT = macosx;
@@ -306,7 +306,7 @@
306306
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
307307
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
308308
MACOSX_DEPLOYMENT_TARGET = 14.0;
309-
MARKETING_VERSION = 3.4.1;
309+
MARKETING_VERSION = 3.4.2;
310310
PRODUCT_BUNDLE_IDENTIFIER = boo.peekaboo.inspector;
311311
PRODUCT_NAME = "$(TARGET_NAME)";
312312
SDKROOT = macosx;

Apps/Playground/Playground.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
292292
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
293293
MACOSX_DEPLOYMENT_TARGET = 15.0;
294-
MARKETING_VERSION = 3.4.1;
294+
MARKETING_VERSION = 3.4.2;
295295
PRODUCT_BUNDLE_IDENTIFIER = boo.peekaboo.playground.debug;
296296
PRODUCT_NAME = "$(TARGET_NAME)";
297297
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -338,7 +338,7 @@
338338
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
339339
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
340340
MACOSX_DEPLOYMENT_TARGET = 15.0;
341-
MARKETING_VERSION = 3.4.1;
341+
MARKETING_VERSION = 3.4.2;
342342
PRODUCT_BUNDLE_IDENTIFIER = boo.peekaboo.playground;
343343
PRODUCT_NAME = "$(TARGET_NAME)";
344344
PROVISIONING_PROFILE_SPECIFIER = "";

CHANGELOG.md

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

3-
## [3.4.2] - Unreleased
3+
## [3.4.2] - 2026-06-12
44

55
### Added
66
- `peekaboo agent` now supports explicit Claude Fable 5 (`claude-fable-5`) selection with 1M context and 128K max output while keeping Anthropic defaults on Opus 4.8 for zero-retention compatibility.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
enum PeekabooMCPVersion {
22
static let serverName = "peekaboo-mcp"
3-
static let current = "3.4.1"
3+
static let current = "3.4.2"
44
static let banner = "Peekaboo MCP \(current)"
55
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Peekaboo Banner](assets/peekaboo.png)
44

5-
[![npm package](https://img.shields.io/badge/npm_package-3.4.1-brightgreen?logo=npm&logoColor=white&style=flat-square)](https://www.npmjs.com/package/@steipete/peekaboo)
5+
[![npm package](https://img.shields.io/badge/npm_package-3.4.2-brightgreen?logo=npm&logoColor=white&style=flat-square)](https://www.npmjs.com/package/@steipete/peekaboo)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-ffd60a?style=flat-square)](https://opensource.org/licenses/MIT)
77
[![macOS 15.0+ (Sequoia)](https://img.shields.io/badge/macOS-15.0%2B_(Sequoia)-0078d7?logo=apple&logoColor=white&style=flat-square)](https://www.apple.com/macos/)
88
[![Swift 6.2](https://img.shields.io/badge/Swift-6.2-F05138?logo=swift&logoColor=white&style=flat-square)](https://swift.org/)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@steipete/peekaboo",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"description": "macOS automation MCP server with screen capture, UI interaction, and AI analysis",
55
"private": false,
66
"type": "module",

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "3.4.1"
2+
"version": "3.4.2"
33
}

0 commit comments

Comments
 (0)