Changelog
Release notes for cu. This page is regenerated from GitHub Releases on every documentation deploy.
v0.1.0 — 2026-07-15
New Features
- feat: Add authentication, output formatting, and error handling
- feat: Complete API client foundation with ClickUp SDK integration
- feat: Implement Phase 2 core features - basic commands
- feat: Initialize project structure with Cobra CLI framework
- feat: add API passthrough command for direct API access
- feat: add GoReleaser config and release workflow for distribution
- feat: add MkDocs documentation site setup
- feat: add advanced filtering and sorting to task list
- feat: add cache management commands
- feat: add command documentation generation
- feat: add comprehensive task search functionality
- feat: add documentation build test to CI workflow
- feat: add interactive mode for task management
- feat: add project-specific configuration support
- feat: add task close and reopen commands
- feat: add task comment management commands
- feat: add task export functionality with multiple formats
- feat: implement bulk operations for task management
- feat: implement task create command
- feat: implement task update command
- feat: implement task view command
- feat: implement user ID lookup for assignee management
- feat: register new commands in root command structure
Bug Fixes
- fix: Add permissions for SARIF upload in security scan
- fix: Resolve CI/CD pipeline failures
- fix: Resolve gosec security scan failure
- fix: correct mkdocstrings-go package installation in deploy-docs workflow
- fix: improve CI script formatting checks
- fix: make cache tests platform-agnostic
- fix: remove mkdocstrings dependencies from deploy-docs workflow
- fix: remove mkdocstrings plugin from documentation configuration
- fix: remove unused resolveComment variable
- fix: resolve CI linting issues
- fix: resolve G304 security vulnerability in cache system
- fix: resolve code formatting issues
- fix: resolve gosec G304 security vulnerability in export command
- fix: resolve gosec G304 security warnings in cache.go
- fix: resolve gosec security vulnerabilities in project config
- fix: resolve linting issues
- fix: resolve linting issues in API command
- fix: resolve staticcheck linting issues
- fix: skip permission-bit and symlink tests on Windows
- fix: update documentation navigation to match generated command files
- fix: use more restrictive permissions for directory creation