Skip to content

Commit b8191c1

Browse files
bump: version 0.4.1 → 0.5.0
1 parent 09061d9 commit b8191c1

File tree

3 files changed

+6
-18
lines changed

3 files changed

+6
-18
lines changed

CHANGELOG.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,13 @@
1-
## [Unreleased]
1+
## v0.5.0 (2025-07-26)
22

33
### Feat
44

5-
- **webdav**: Add complete file system support with directory browsing, file read/write, and resource management
6-
- **webdav**: Add `nc_webdav_list_directory` tool for browsing any NextCloud directory
7-
- **webdav**: Add `nc_webdav_read_file` tool with automatic text/binary content handling
8-
- **webdav**: Add `nc_webdav_write_file` tool supporting text and base64 binary content
9-
- **webdav**: Add `nc_webdav_create_directory` tool for creating directories
10-
- **webdav**: Add `nc_webdav_delete_resource` tool for deleting files and directories
11-
- **webdav**: Add XML parsing for WebDAV PROPFIND responses with metadata extraction
5+
- Update webdav client create_directory method to handle recursive directories
6+
- **webdav**: add complete file system support
127

138
### Fix
149

15-
- **types**: Improve type annotations throughout codebase for better IDE support
16-
- **types**: Fix Context parameter ordering in MCP tools (required before optional)
17-
- **types**: Add proper type hints for WebDAV client methods
18-
19-
### Refactor
20-
21-
- **webdav**: Extend WebDAV client beyond Notes attachments to general file operations
22-
- **server**: Enhance error handling and logging for WebDAV operations
10+
- apply ruff formatting to test_webdav_operations.py
2311

2412
## v0.4.1 (2025-07-10)
2513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nextcloud-mcp-server"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
description = ""
55
authors = [
66
{name = "Chris Coutinho",email = "[email protected]"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)