Skip to content

Releases: alisaitteke/photoshop-mcp

v1.3.10

24 Jun 18:12
Immutable release. Only release title and notes can be modified.
65dce09

Choose a tag to compare

Install

# MCP server (Cursor, Claude Desktop, etc.)
npx @alisaitteke/photoshop-mcp@1.3.10

# Standalone web UI
npx -p @alisaitteke/photoshop-mcp@1.3.10 photoshop-mcp-ui

# Pin in package.json
npm install @alisaitteke/photoshop-mcp@1.3.10

Links

npm @alisaitteke/photoshop-mcp@1.3.10
Docs README
Changelog 1.3.10 in CHANGELOG.md
Full diff v1.3.9...v1.3.10

Requirements

  • Node.js ≥ 18
  • Adobe Photoshop (Windows or macOS)

✅ Published on npm.

What's Changed

Features

  • feat(release): add CHANGELOG, categorized notes, and npm refresh workflow (844485c)
  • feat(release): enrich GitHub release notes with npm install links (087bca1)

Version bumps

  • 1.3.10 (65dce09)

v1.3.9

24 Jun 17:52
Immutable release. Only release title and notes can be modified.
b8a3f47

Choose a tag to compare

Install

# MCP server (Cursor, Claude Desktop, etc.)
npx @alisaitteke/photoshop-mcp@1.3.9

# Standalone web UI
npx -p @alisaitteke/photoshop-mcp@1.3.9 photoshop-mcp-ui

# Pin in package.json
npm install @alisaitteke/photoshop-mcp@1.3.9

Links

npm @alisaitteke/photoshop-mcp@1.3.9
Docs README
Changelog 1.3.9 in CHANGELOG.md
Full diff v1.3.8...v1.3.9

Requirements

  • Node.js ≥ 18
  • Adobe Photoshop (Windows or macOS)

⏳ Not on npm yet — npm publish usually follows shortly after this GitHub release.

What's Changed

Features

  • feat(release): add GitHub Actions workflow for automated releases on version tags docs(CONTRIBUTING): update contributing guide with release process details docs(README): add GitHub release badge to README for better visibility chore(scripts): add backfill script to create GitHub Releases for existing tags without releases (be01916)

Other

  • Add GitHub Sponsors username to FUNDING.yml (5f619dd)
  • Add GitHub Sponsors username to FUNDING.yml (d4c2c66)

Version bumps

  • 1.3.9 (b8a3f47)
  • 1.3.5 (7949efc)
  • 1.3.4 (cfce75b)

v1.3.8

24 Jun 17:57
Immutable release. Only release title and notes can be modified.
b3c3871

Choose a tag to compare

Install

# MCP server (Cursor, Claude Desktop, etc.)
npx @alisaitteke/photoshop-mcp@1.3.8

# Standalone web UI
npx -p @alisaitteke/photoshop-mcp@1.3.8 photoshop-mcp-ui

# Pin in package.json
npm install @alisaitteke/photoshop-mcp@1.3.8

Links

npm @alisaitteke/photoshop-mcp@1.3.8
Docs README
Changelog 1.3.8 in CHANGELOG.md
Full diff v1.3.7...v1.3.8

Requirements

  • Node.js ≥ 18
  • Adobe Photoshop (Windows or macOS)

✅ Published on npm.

What's Changed

Features

  • feat(analytics): add app version retrieval from package.json for server-side events fix(docs): update anonymous usage analytics documentation to clarify app version tracking (f767166)

Version bumps

  • 1.3.8 (b3c3871)

v1.3.7

24 Jun 17:57
Immutable release. Only release title and notes can be modified.
f9245c8

Choose a tag to compare

Install

# MCP server (Cursor, Claude Desktop, etc.)
npx @alisaitteke/photoshop-mcp@1.3.7

# Standalone web UI
npx -p @alisaitteke/photoshop-mcp@1.3.7 photoshop-mcp-ui

# Pin in package.json
npm install @alisaitteke/photoshop-mcp@1.3.7

Links

npm @alisaitteke/photoshop-mcp@1.3.7
Docs README
Changelog 1.3.7 in CHANGELOG.md
Full diff v1.3.6...v1.3.7

Requirements

  • Node.js ≥ 18
  • Adobe Photoshop (Windows or macOS)

✅ Published on npm.

What's Changed

Features

  • feat(analytics): enhance anonymous usage analytics to track MCP client connection and disconnection events feat(analytics): add support for recording active provider and model in analytics feat(analytics): implement usage surface tracking for anonymous profiles feat(analytics): create smoke tests for MCP client analytics functionality fix(analytics): update event properties to include new metrics for MCP client refactor(analytics): reorganize code for better clarity and maintainability chore(docs): update documentation to reflect changes in analytics tracking and events (8b71106)

Version bumps

  • 1.3.7 (f9245c8)

v1.3.6

24 Jun 17:43
Immutable release. Only release title and notes can be modified.
9d84bf0

Choose a tag to compare

Install

# MCP server (Cursor, Claude Desktop, etc.)
npx @alisaitteke/photoshop-mcp@1.3.6

# Standalone web UI
npx -p @alisaitteke/photoshop-mcp@1.3.6 photoshop-mcp-ui

# Pin in package.json
npm install @alisaitteke/photoshop-mcp@1.3.6

Links

npm @alisaitteke/photoshop-mcp@1.3.6
Docs README
Changelog 1.3.6 in CHANGELOG.md
Full diff v1.3.5...v1.3.6

Requirements

  • Node.js ≥ 18
  • Adobe Photoshop (Windows or macOS)

✅ Published on npm.

What's Changed

Version bumps

  • 1.3.6 (9d84bf0)

v1.3.5

24 Jun 17:43
Immutable release. Only release title and notes can be modified.
4a11910

Choose a tag to compare

Install

# MCP server (Cursor, Claude Desktop, etc.)
npx @alisaitteke/photoshop-mcp@1.3.5

# Standalone web UI
npx -p @alisaitteke/photoshop-mcp@1.3.5 photoshop-mcp-ui

# Pin in package.json
npm install @alisaitteke/photoshop-mcp@1.3.5

Links

npm @alisaitteke/photoshop-mcp@1.3.5
Docs README
Changelog 1.3.5 in CHANGELOG.md
Full diff v1.3.4...v1.3.5

Requirements

  • Node.js ≥ 18
  • Adobe Photoshop (Windows or macOS)

✅ Published on npm.

What's Changed

Features

  • feat(analytics): enhance tool batch flushing logic to improve performance and responsiveness during usage sessions fix(analytics): add flush method to analytics providers to ensure queued events are sent before shutdown docs(analytics): update documentation to reflect changes in tool batch flushing criteria and behavior (0ce8d42)

Chores

  • chore(images): update frame_generic_light.png to improve visual quality and consistency (a5e8eb2)

Version bumps

  • 1.3.5 (4a11910)

v1.3.4

24 Jun 17:43
Immutable release. Only release title and notes can be modified.
26e4849

Choose a tag to compare

Install

# MCP server (Cursor, Claude Desktop, etc.)
npx @alisaitteke/photoshop-mcp@1.3.4

# Standalone web UI
npx -p @alisaitteke/photoshop-mcp@1.3.4 photoshop-mcp-ui

# Pin in package.json
npm install @alisaitteke/photoshop-mcp@1.3.4

Links

npm @alisaitteke/photoshop-mcp@1.3.4
Docs README
Changelog 1.3.4 in CHANGELOG.md
Full diff v1.3.3...v1.3.4

Requirements

  • Node.js ≥ 18
  • Adobe Photoshop (Windows or macOS)

⏳ Not on npm yet — npm publish usually follows shortly after this GitHub release.

What's Changed

Features

  • feat(analytics): enhance anonymous usage analytics to collect more detailed runtime environment data including system locale, CPU count, and memory tier feat(analytics): implement MCP session tracking with tool usage summaries and error reporting fix(analytics): ensure proper identification of analytics person with additional properties for better segmentation fix(server): update tool handler registration to include tool name for accurate tracking fix(server): capture connection events and tool call metrics to improve error handling and analytics reporting docs(anonymous-usage-analytics): update documentation to reflect new data collection practices and clarify what is collected and not collected (ec1dda2)

Version bumps

  • 1.3.4 (26e4849)

v1.3.3

24 Jun 17:43
Immutable release. Only release title and notes can be modified.
09ed18d

Choose a tag to compare

Install

# MCP server (Cursor, Claude Desktop, etc.)
npx @alisaitteke/photoshop-mcp@1.3.3

# Standalone web UI
npx -p @alisaitteke/photoshop-mcp@1.3.3 photoshop-mcp-ui

# Pin in package.json
npm install @alisaitteke/photoshop-mcp@1.3.3

Links

npm @alisaitteke/photoshop-mcp@1.3.3
Docs README
Changelog 1.3.3 in CHANGELOG.md
Full diff v1.3.2...v1.3.3

Requirements

  • Node.js ≥ 18
  • Adobe Photoshop (Windows or macOS)

✅ Published on npm.

What's Changed

Version bumps

  • 1.3.3 (09ed18d)

v1.3.2

24 Jun 17:43
Immutable release. Only release title and notes can be modified.
e09cae6

Choose a tag to compare

Install

# MCP server (Cursor, Claude Desktop, etc.)
npx @alisaitteke/photoshop-mcp@1.3.2

# Standalone web UI
npx -p @alisaitteke/photoshop-mcp@1.3.2 photoshop-mcp-ui

# Pin in package.json
npm install @alisaitteke/photoshop-mcp@1.3.2

Links

npm @alisaitteke/photoshop-mcp@1.3.2
Docs README
Changelog 1.3.2 in CHANGELOG.md
Full diff v1.3.1...v1.3.2

Requirements

  • Node.js ≥ 18
  • Adobe Photoshop (Windows or macOS)

⏳ Not on npm yet — npm publish usually follows shortly after this GitHub release.

What's Changed

Version bumps

  • 1.3.2 (e09cae6)
  • 1.3.1 (17891a4)

v1.3.1

24 Jun 17:43
Immutable release. Only release title and notes can be modified.
b1b58e8

Choose a tag to compare

Install

# MCP server (Cursor, Claude Desktop, etc.)
npx @alisaitteke/photoshop-mcp@1.3.1

# Standalone web UI
npx -p @alisaitteke/photoshop-mcp@1.3.1 photoshop-mcp-ui

# Pin in package.json
npm install @alisaitteke/photoshop-mcp@1.3.1

Links

npm @alisaitteke/photoshop-mcp@1.3.1
Docs README
Changelog 1.3.1 in CHANGELOG.md
Full diff v1.3.0...v1.3.1

Requirements

  • Node.js ≥ 18
  • Adobe Photoshop (Windows or macOS)

⏳ Not on npm yet — npm publish usually follows shortly after this GitHub release.

What's Changed

Features

  • feat(analytics): implement anonymous usage analytics with locale support to enhance user insights docs(README): simplify anonymous usage analytics section and link to detailed documentation docs(anonymous-usage-analytics): create dedicated documentation for anonymous usage analytics details fix(db): update data directory path to use getPhotoshopMcpHomeDir function for better compatibility (b1b58e8)