Skip to content

Commit 1883b73

Browse files
authored
Merge pull request #60 from ncdcdev/release/v0.5.0
Release v0.5.0
2 parents 114f134 + e6258b6 commit 1883b73

2 files changed

Lines changed: 42 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.5.0] - 2026-02-11
9+
10+
### Added
11+
- Cell style information retrieval with `include_cell_styles` parameter (#51)
12+
- Automatic frozen row header detection with `include_frozen_rows` parameter (#48)
13+
- Optional axis range expansion with `expand_axis_range` parameter (default: false) (#47, #53)
14+
- Metadata-only mode with `metadata_only` parameter for efficient Excel file inspection
15+
16+
### Changed
17+
- Improved token efficiency by omitting redundant Excel response fields (#44, #52)
18+
- Enhanced header detection logic to prevent excessive data reads
19+
- Optimized cell style retrieval with caching mechanism (#51)
20+
21+
### Fixed
22+
- Refactored header detection to reduce code duplication (#58)
23+
- Fixed freeze_panes scroll position bug
24+
- Improved merged cell handling and cache efficiency (#35, #39, #40)
25+
- Strengthened security validation for Excel operations
26+
27+
### Performance
28+
- Eliminated duplicate range normalization in merged cell cache (#39, #40)
29+
- Optimized test performance and reduced warning logs (#52)
30+
31+
### Documentation
32+
- Updated MCP tool description guidelines based on lessons learned
33+
- Clarified parameter behavior and validation rules
34+
- Improved docstrings for better API understanding
35+
36+
## [0.4.0] - Previous Release
37+
38+
Initial release with SharePoint Excel operations support.
39+
40+
[0.5.0]: https://github.com/ncdcdev/sharepoint-docs-mcp/compare/v0.4.0...v0.5.0
41+
[0.4.0]: https://github.com/ncdcdev/sharepoint-docs-mcp/releases/tag/v0.4.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sharepoint-docs-mcp"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "SharePoint Document Search MCP Server"
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)