Skip to content

Commit d43c0be

Browse files
committed
chore(release): v5.3.0
### Added - Added image support in CodeCompanion extension ### Fixed - Fixed empty tool responses handling in extensions - Fixed multiline input box not opening while testing capabilities - Fixed MCP server stderr output being incorrectly logged as warning - Fixed padding issues when no servers are present - Fixed editor not opening while adding servers from marketplace detail view - Fixed type issues by setting strict to false - Fixed deprecated replace_headers usage (fixes #122) ### Changed - Complete overhaul of documentation with new GitHub pages website * Updated sponsors section * Migrated content from wiki - Added more TypeScript type definitions for better code quality - Updated mcp-hub dependency version
1 parent 9c93283 commit d43c0be

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,26 @@ All notable changes to this project 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+
## [5.3.0] - 2025-05-22
89

10+
### Added
11+
- Added image support in CodeCompanion extension
12+
13+
### Fixed
14+
- Fixed empty tool responses handling in extensions
15+
- Fixed multiline input box not opening while testing capabilities
16+
- Fixed MCP server stderr output being incorrectly logged as warning
17+
- Fixed padding issues when no servers are present
18+
- Fixed editor not opening while adding servers from marketplace detail view
19+
- Fixed type issues by setting strict to false
20+
- Fixed deprecated replace_headers usage (fixes #122)
21+
22+
### Changed
23+
- Complete overhaul of documentation with new GitHub pages website
24+
* Updated sponsors section
25+
* Migrated content from wiki
26+
- Added more TypeScript type definitions for better code quality
27+
- Updated mcp-hub dependency version
928

1029
## [5.2.0] - 2025-05-06
1130

lua/mcphub/utils/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
return {
2-
PLUGIN_VERSION = "5.2.0", -- Current plugin version
2+
PLUGIN_VERSION = "5.3.0", -- Current plugin version
33
REQUIRED_NODE_VERSION = { -- Required mcp-hub version
44
major = 3,
55
minor = 1,

0 commit comments

Comments
 (0)