Skip to content

Commit 881571d

Browse files
Claudeclaude
authored andcommitted
chore: bump version to v1.1.3
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2350e6f commit 881571d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.3] - 2026-02-19
11+
12+
### Fixed
13+
- **Thread display output**: `list_threads` and `cleanup_threads` replaced ASCII box-drawing tables with markdown tables. Thread text truncation increased from 40-48 to 60 characters. Output now renders cleanly in all MCP clients instead of clipping on narrow terminals.
14+
1015
## [1.1.2] - 2026-02-17
1116

1217
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitmem-mcp",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Institutional memory for AI coding agents. Memory that compounds.",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)