Full Changelog: v0.2.0...v0.3.0
- Fix black config in pre-commit
- Replace diskcache with built-in sqlite3 for TTL-based caching
- Extend cache coverage to all API hierarchy lookups and individual tasks
- Add task ID to task display for quick copying
- Use Effect.DIM instead of Color.BLACK for secondary text
- Add cache warm-up feature
- Improve command description in README.md
- Added isort to the pre-commit config and configured it in pyproject.toml
- Fixes after running pre-commit run isort --all-files
- Fix cache warm-up to also refresh hierarchy data (teams/spaces/lists)
- Handle hidden (folderless) ClickUp folders transparently
- Rename project from keyup to quickup for PyPI publication
- Rename KEYUP_WARMUP to QUICKUP_WARMUP environment variable
- Fix pickle serialization error in tests on Python 3.14
- Add --closed flag to documentation
- Bump version to 0.3.0