# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.7] - 2025-01-27
### Changed
- Version bump for npm publication
## [1.0.6] - 2025-11-03
### Changed
- Simplified token configuration: Users now only need to provide the bare token value. The `_poviolabs_dashboard=` prefix is automatically added by the server. This makes configuration easier and less error-prone.
- Updated all documentation (README, PRESENTATION, TROUBLESHOOTING) to reflect the simplified token setup
## [1.0.5] - 2025-11-03
### Changed
- Renamed package to `povio-worklog-mcp` and enhanced error handling
- Fixed repository URL format for npm metadata
- Documentation updates in README
## [1.0.3] - 2024-10-28
### Changed
- Updated date format notation to use lowercase `dd` (YYYY-MM-dd, MM/dd/YYYY, dd.MM.YYYY)
## [1.0.2] - 2024-10-28
### Changed
- Updated all date format examples in documentation to use day 28 (Oct 28) for clarity
- Added format indicators (YYYY-MM-dd, MM/dd/YYYY, dd.MM.YYYY) to make date formats unambiguous
- Improved date examples across README.md, PRESENTATION.md, .cursorrules, and src/index.ts
## [1.0.1] - 2024-10-28
### Added
- Initial release of povio-worklog-mcp
- List Povio projects tool
- Generate worklog from git commits with AI enhancement
- Post worklog to Povio dashboard
- Combined generate and post tool
- Support for project names (automatically resolved to IDs)
- Flexible date parsing (today, yesterday, specific dates)
- Smart ticket number extraction
- Professional worklog formatting following Povio guidelines
### Features
- AI-enhanced worklog generation (enabled by default)
- Client-appropriate descriptions automatically generated
- Support for multiple date formats
- Integration with MCP protocol for Cursor AI
- Automatic project name resolution
## [Unreleased]
### Planned
- Support for editing existing worklogs
- Bulk worklog operations
- Custom formatting templates