From 6b22d1ff7625c2f680d54dc2bf799111bf0d59e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 9 May 2026 11:35:32 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.83.1=20=E2=86=92=200.83.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) 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" },