Skip to content

Commit c6c21ae

Browse files
committed
Bump v1.6.0
1 parent 19a39ef commit c6c21ae

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.6.0] - 2026-03-05
11+
12+
### Added
13+
14+
- Zoom controls in diagram preview (scroll wheel, +/- buttons, zoom level indicator)
15+
- Touch support for panning diagrams on mobile devices
16+
17+
### Fixed
18+
19+
- Improved mobile layout for diagram preview (responsive status bar, better diagram sizing)
20+
- Gallery card actions now visible on touch devices without hover
21+
22+
### Removed
23+
24+
- Automatic diagram removal functionality
25+
1026
## [1.5.0] - 2026-02-24
1127

1228
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-mermaid",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "MCP server for previewing Mermaid diagrams in Claude Code",
55
"main": "build/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)