Skip to content

Commit 9f3e1b8

Browse files
committed
chore: bump version to 5.4.0
1 parent 44c60b5 commit 9f3e1b8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.4.0] - 2025-05-24
9+
10+
### Added
11+
- Beautiful tool confirmation dialog with floating window
12+
- Syntax highlighting for parameters in confirmation dialog
13+
- Support for multiline strings in tool confirmations
14+
15+
### Fixed
16+
- Tool confirmation dialog not displaying properly (#131)
17+
- Screen flashing issue during confirmation prompts
18+
819
## [5.3.1] - 2025-05-24
920

1021
### Added
@@ -685,3 +696,4 @@ extensions = {
685696
- Integration with lazy.nvim package manager
686697

687698

699+

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.3.1", -- Current plugin version
2+
PLUGIN_VERSION = "5.4.0", -- Current plugin version
33
REQUIRED_NODE_VERSION = { -- Required mcp-hub version
44
major = 3,
55
minor = 2,

0 commit comments

Comments
 (0)