1.4 KiB
1.4 KiB
v0.6.0 (2025-07-29)
Feat
- calendar: add comprehensive Calendar app support via CalDAV protocol
Fix
- apply ruff formatting to pass CI checks
- calendar: address PR feedback from maintainer
Refactor
- calendar: optimize logging for production readiness
v0.5.0 (2025-07-26)
Feat
- Update webdav client create_directory method to handle recursive directories
- webdav: add complete file system support
Fix
- apply ruff formatting to test_webdav_operations.py
v0.4.1 (2025-07-10)
Fix
- deps: update dependency mcp to >=1.10,<1.11
v0.4.0 (2025-07-06)
Feat
- Add TablesClient and associated tools
Fix
- update tests
Refactor
- Modularize NC and Notes app client
v0.3.0 (2025-06-06)
Feat
- Switch to using async client
v0.2.5 (2025-05-25)
Fix
- Commitizen release process
v0.2.4 (2025-05-25)
Fix
- Do not update dependencies when running in Dockerfile
- Configure logging
v0.2.3 (2025-05-25)
Fix
- Limit search results to notes with score > 0.5
v0.2.2 (2025-05-24)
Fix
- Install deps before checking service
v0.2.1 (2025-05-24)
Fix
- Install deps before checking service
v0.2.1 (2025-05-24)
v0.2.0 (2025-05-24)
Feat
- notes: Add append to note functionality
Fix
- deps: update dependency mcp to >=1.9,<1.10