v1.2.2
Resolve remaining audit findings: state one consistent endpoint policy instead of conflicting scope claims, qualify the local-execution and high-impact wording, note that locale examples are illustrative, and correct app-specific auth, method and upload-path documentation
v1.2.1
Address security-audit findings: disclose the api passthrough in the access-scope and description text, warn on irreversible connection deletion, add response data-minimization guidance, and correct app-specific auth and request-body notes
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.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.4
- Changed all API endpoints and examples from `gateway.maton.ai` and `ctrl.maton.ai` to `api.maton.ai` for consistency.
- Added a Security & Permissions section clarifying access and user approval requirements for write operations.
- Removed obsolete reference to deleted LICENSE.txt file.
- Minor clarifications and formatting improvements in API documentation examples.
v1.0.3
- Switched API endpoints from `/rest/v2` to `/api/v1` for all Todoist requests.
- Updated base URLs and code examples to reflect the new API version.
- Adjusted response examples and field names to match the v1 API structure.
- Clarified quick start instructions and connection header usage with new endpoint paths.
v1.0.2
- Added a new clawdbot metadata section, including an emoji and required environment variable (MATON_API_KEY).
- No changes to functionality or API; documentation updated with metadata only.
v1.0.1
- No file changes detected in this release.
- Internal version increment to 1.0.1; no new features or user-facing updates included.
v1.0.0
Initial release: Todoist API integration with managed OAuth
- Enables task, project, section, label, and comment management via the Todoist REST API v2.
- Supports authentication and connection management with Maton API key and OAuth.
- Provides endpoints for creating, updating, listing, and deleting projects and tasks.
- Includes Python code samples for common API operations.
- Allows management of multiple Todoist connections through the control panel.
- Comprehensive API reference and setup instructions included.