diff --git a/CHANGELOG.md b/CHANGELOG.md index 209c042a..14e2eab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes to the Nextcloud MCP Server will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [PEP 440](https://peps.python.org/pep-0440/). +## v0.83.2 (2026-05-09) + +### Fix + +- **chunk-context**: address PR #767 review — extract bbox helper, fix page_number overwrite +- **chunk-context**: address PR #767 review — drop dead PDF branch, redundant alias, add boundary tests +- **chunk-context**: address PR #767 round-3 review — gate readability + legacy-fallback comment +- **chunk-context**: propagate chunk_index=None through ChunkContext +- **chunk-context**: address PR #767 round-2 review — gate, parity, doc +- **chunk-context**: address PR #767 review — doc_type filter parity + tests +- **viz_routes**: address PR #767 review — param parity + always-on page_number +- **viz_routes**: validate chunk_index/total_chunks bounds in OAuth route +- **chunk-context**: use indexed chunk_index lookup, fix close-after-use bug + ## v0.83.1 (2026-05-09) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 5bf96fbb..5a8101de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.83.1" +version = "0.83.2" description = "Model Context Protocol (MCP) server for Nextcloud integration - enables AI assistants to interact with Nextcloud data" authors = [ {name = "Chris Coutinho", email = "chris@coutinho.io"} diff --git a/uv.lock b/uv.lock index 4aa5ca4a..9082741f 100644 --- a/uv.lock +++ b/uv.lock @@ -2123,7 +2123,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.83.1" +version = "0.83.2" source = { editable = "." } dependencies = [ { name = "aiosqlite" },