doc: changelog

This commit is contained in:
Timothy Jaeryang Baek 2025-04-03 00:47:40 -07:00
parent c55ecae887
commit 85b893908d
2 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.0.7] - 2025-04-03
### Added
- 🖼️ **Image Content Output Support**: mcpo now gracefully handles image outputs from MCP tools—returning them directly as binary image content so users can render or download visuals instantly, unlocking powerful new use cases like dynamic charts, AI art, and diagnostics through any standard HTTP client or browser.
## [0.0.6] - 2025-04-02
### Added

View File

@ -1,6 +1,6 @@
[project]
name = "mcpo"
version = "0.0.6"
version = "0.0.7"
description = "A simple, secure MCP-to-OpenAPI proxy server"
authors = [
{ name = "Timothy Jaeryang Baek", email = "tim@openwebui.com" }