Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project are documented in this file.

## [2026.7.20-3] - 2026-07-20

### 🚀 Features

- *(demo)* Add optional --auth apikey|oauth modes (#22)

### 🐛 Bug Fixes

- *(mcping)* Stop reconnecting on terminal auth/404 errors (#26)
- *(demo)* Announce "Client disconnected" when a session drops (#25)
- *(demo)* Friendlier server console output (#24)
- *(mcping)* Simplify server auth options in settings UI (#23)
- *(mcping)* Server card UI — auth fields and Connect/Disconnect visibility (#21)
- *(mcping)* Use full-bleed app icon so macOS stops framing it in gray (#20)

## [2026.7.20-2] - 2026-07-20

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion apps/mcping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@repo/mcping",
"private": true,
"type": "module",
"version": "2026.7.20-2",
"version": "2026.7.20-3",
"description": "Receive notifications from MCP servers",
"author": "ilbertt",
"main": "./dist/main/index.js",
Expand Down