v1.2.0
CLI-first rewrite with the Maton SDK examples; clarify that the CLI and SDKs keep separate credential stores, and reword webhook egress warnings
v1.1.1
## one-drive v1.1.1
- Removed the skill-card.md file.
- No user-facing feature or functionality changes.
v1.1.0
CLI-first rewrite: the maton CLI with OAuth login is the documented path, every example is a maton command, SDK examples added, and the raw HTTP fallback feeds the key on stdin instead of reading it from the environment
v1.0.6
- Removed the file skill-card.md.
- No other files were modified in this release.
v1.0.5
- Added CLI usage examples throughout the documentation, including commands for listing, creating, viewing, and deleting items and connections.
- Expanded installation section with NPM and Homebrew methods for the Maton CLI.
- Provided explicit separation and examples for CLI, Python, and API usage for each main operation.
- Improved connection management instructions, including how to specify connections in CLI commands.
- Enhanced API reference with corresponding CLI commands for every endpoint example.
- Clarified authentication steps and ways to manage API keys for both CLI and manual integration.
v1.0.4
- Updated all endpoint references from gateway.maton.ai and ctrl.maton.ai to api.maton.ai.
- Improved connection management instructions and URLs for a simpler user experience.
- Added a Security & Permissions section clarifying access scope and the need for explicit user approval for write operations.
- Clarified use of the Maton-Connection header when handling multiple connections.
- Removed LICENSE.txt file.
v1.0.3
Version 1.0.3 of the OneDrive skill
- No file changes were detected in this release.
- All features and documentation remain unchanged from the previous version.
v1.0.2
- Added a new `clawdbot` metadata section indicating requirements and emoji in SKILL.md.
- Declared `MATON_API_KEY` as a required environment variable for the skill.
- No functional or interface changes to the OneDrive API documentation.
v1.0.1
- Version bump to 1.0.1 with no content or code changes.
- No modifications detected in source files or documentation.
v1.0.0
Initial release – OneDrive integration via Microsoft Graph API with managed OAuth.
- Upload, download, organize, and share OneDrive files and folders through a unified API gateway.
- Full support for file, folder, and drive management, including CRUD operations.
- Managed OAuth flow and multiple OneDrive connection handling via Maton control panel.
- Authentication via a Maton API key, with clear setup instructions.
- Example code snippets provided for all major operations, such as listing files, uploading, and downloading.
- Supports advanced features like large file uploads, special folders, recent/shared items, and granular connection selection.