diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b02d7f..a07ba57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,28 @@ 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.62.0 (2026-01-26) + +### Feat + +- **scripts**: add database query helpers for development + +### Fix + +- **astrolabe**: resolve Psalm type errors in PDF preview code +- **astrolabe**: fix Psalm baseline and ESLint import order +- **astrolabe**: load pdfjs-dist externally to fix PDF viewer +- **astrolabe**: improve error messages for authorization issues +- **astrolabe**: rename OAuthController and fix app password check +- **tests**: improve Astrolabe integration test reliability +- **astrolabe**: update Plotly title attributes for v3 compatibility +- **deps**: update dependency plotly.js-dist-min to v3 + +### Refactor + +- **api**: split management.py into domain-focused modules +- **astrolabe**: replace client-side PDF.js with server-side PyMuPDF rendering + ## v0.61.5 (2026-01-17) ### Fix diff --git a/charts/nextcloud-mcp-server/Chart.yaml b/charts/nextcloud-mcp-server/Chart.yaml index 80d1ae6..f172527 100644 --- a/charts/nextcloud-mcp-server/Chart.yaml +++ b/charts/nextcloud-mcp-server/Chart.yaml @@ -3,7 +3,7 @@ name: nextcloud-mcp-server description: A Helm chart for Nextcloud MCP Server - enables AI assistants to interact with Nextcloud type: application version: 0.57.14 -appVersion: "0.61.5" +appVersion: "0.62.0" keywords: - nextcloud - mcp diff --git a/pyproject.toml b/pyproject.toml index e308073..8ab51b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.61.5" +version = "0.62.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 431d116..f798ae5 100644 --- a/uv.lock +++ b/uv.lock @@ -1988,7 +1988,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.61.5" +version = "0.62.0" source = { editable = "." } dependencies = [ { name = "aiosqlite" },