|
| 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 |
0 commit comments