diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f9e3a45..e096c0ee 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.119.0 (2026-06-15) + +### Feat + +- **ocr**: opt-in batch OCR mode via the gateway's async batch routes + +### Fix + +- **ocr**: round-5 review nits — empty-pages failure, comments, test cleanup +- **ocr**: round-4 review — defensive poll + drop dead tracking columns +- **ocr**: round-3 review — guard unexpected batch status + tests/comments +- **ocr**: round-2 review — lazy store lock, mode enum normalization, type hints +- **ocr**: wire batch settings into _field_map + review nits + ## v0.118.0 (2026-06-15) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 00350a59..935eae94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.118.0" +version = "0.119.0" 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 a814f35e..8eb2b85d 100644 --- a/uv.lock +++ b/uv.lock @@ -2183,7 +2183,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.118.0" +version = "0.119.0" source = { editable = "." } dependencies = [ { name = "aiosqlite" },