Skip to content

Commit 3baef3a

Browse files
committed
Release v2.2.1
1 parent c7c34cf commit 3baef3a

13 files changed

+66
-2
lines changed

Makefile

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

33
BINARY_NAME=slide-mcp-server
44
RELEASE_DIR=release
5-
VERSION=v2.2.0
5+
VERSION=v2.2.1
66
BUILD_DIR=build
77

88
# Code signing variables (set these via environment or command line)

release/v2.2.1/RELEASE_NOTES.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Slide MCP Server v2.2.1
2+
3+
## Changes
4+
5+
- c7c34cf Cleanup
6+
- Updated version to v2.2.1
7+
8+
## Installation
9+
10+
Download the appropriate binary for your platform:
11+
12+
- **Linux x64**: slide-mcp-server-v2.2.1-linux-x64.tar.gz
13+
- **Linux ARM64**: slide-mcp-server-v2.2.1-linux-arm64.tar.gz
14+
- **macOS x64**: slide-mcp-server-v2.2.1-macos-x64.tar.gz (or darwin-amd64.tar.gz)
15+
- **macOS ARM64**: slide-mcp-server-v2.2.1-macos-arm64.tar.gz (or darwin-arm64.tar.gz)
16+
- **Windows x64**: slide-mcp-server-v2.2.1-windows-x64.zip
17+
18+
Note: Both macos and darwin named packages are provided for macOS. They contain identical binaries - use whichever naming convention you prefer.
19+
20+
## Installer
21+
22+
GUI installers are also available for easier setup:
23+
24+
- **macOS x64**: slide-mcp-installer-v2.2.1-darwin-amd64-signed.tar.gz
25+
- **macOS ARM64**: slide-mcp-installer-v2.2.1-darwin-arm64-signed.tar.gz
26+
- **Windows x64**: slide-mcp-installer-v2.2.1-windows-amd64.zip
27+
- **Windows 32-bit**: slide-mcp-installer-v2.2.1-windows-386.zip
28+
- **Linux x64**: slide-mcp-installer-v2.2.1-linux-amd64.tar.gz
29+
- **Linux ARM64**: slide-mcp-installer-v2.2.1-linux-arm64.tar.gz
30+
31+
## Verification
32+
33+
Verify the integrity of your download using the checksums.sha256 file:
34+
35+
```bash
36+
shasum -a 256 -c checksums.sha256
37+
```
38+
39+
## macOS Security
40+
41+
The macOS binaries are signed and notarized by Apple. They should run without security warnings on macOS 10.15+ systems.
42+
43+
For older macOS versions or if you encounter security warnings, you may need to run:
44+
45+
```bash
46+
xattr -d com.apple.quarantine slide-mcp-server
47+
```

release/v2.2.1/checksums.sha256

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
7b5cf995ed3dc19d2bc0a69714ebf3fc9fa394785192a4c9cbe0ccb6acc72792 slide-mcp-server-v2.2.1-darwin-amd64.tar.gz
2+
26f341e8c2a49dd3f8baec72e13ac8c12294e6275a941fede557ed390e0e8d27 slide-mcp-server-v2.2.1-darwin-arm64.tar.gz
3+
9631019001340092e46309964ca75ef6f9084aef4d0025e71f431f54e304e725 slide-mcp-server-v2.2.1-linux-arm64.tar.gz
4+
cb9b390a584e773e45f9c07c52ee8b39ca4eac556e2d22cab21c2ce62e55609c slide-mcp-server-v2.2.1-linux-x64.tar.gz
5+
26f341e8c2a49dd3f8baec72e13ac8c12294e6275a941fede557ed390e0e8d27 slide-mcp-server-v2.2.1-macos-arm64.tar.gz
6+
7b5cf995ed3dc19d2bc0a69714ebf3fc9fa394785192a4c9cbe0ccb6acc72792 slide-mcp-server-v2.2.1-macos-x64.tar.gz
7+
8d2275aad636e46c3f9d819a78e3bae106b8f41e36bb6778fede68e5f40d6437 slide-mcp-server-v2.2.1-windows-x64.zip
8+
# Also provided for compatibility:
9+
6c65a78b204ea4437ff37ea29f075652cd39ca9e7e9f6c5270f64bdff1b23777 slide-mcp-server-darwin-amd64.zip
10+
f887429e851d7d9c6df5a56a30f3c77ec58358e66ab29fd7fe527a4426eb80fe slide-mcp-server-darwin-arm64.zip
11+
# Installer packages:
12+
a6eac5a17d048db01a5eee32c6f35f64cf73589e1cd096e06cc69f6a6592d3e8 slide-mcp-installer-v2.2.1-darwin-amd64-signed.tar.gz
13+
ea708202fead09d4f3ab9de592ba7bdb99bf39a489a0a59e95382f717820dd04 slide-mcp-installer-v2.2.1-darwin-arm64-signed.tar.gz
14+
70e46fd72031201ddda7905069b194712596c83e268ad5f2d26f87b4aa1346f1 slide-mcp-installer-v2.2.1-linux-amd64.tar.gz
15+
70e46fd72031201ddda7905069b194712596c83e268ad5f2d26f87b4aa1346f1 slide-mcp-installer-v2.2.1-linux-arm64.tar.gz
16+
1751d1991ca1d2658a726ceeb4bdeda3597b9b3703252cc1eabe9f35628ad3d1 slide-mcp-installer-v2.2.1-windows-386.zip
17+
df4e4dc5d20167d45456530fe8914978f08120a4d68e7fbee0f941bddbd55644 slide-mcp-installer-v2.2.1-windows-amd64.zip
6.26 MB
Binary file not shown.
5.89 MB
Binary file not shown.
6.12 MB
Binary file not shown.
5.75 MB
Binary file not shown.
6.15 MB
Binary file not shown.
5.93 MB
Binary file not shown.
6.36 MB
Binary file not shown.

0 commit comments

Comments
 (0)