Changelog
Track all updates, improvements, and new features in BackMark.
v1.2.1
Latest
November 8, 2024
๐งน Improved
- Pre-launch cleanup and documentation improvements
- Enhanced code quality and consistency
- Fixed minor issues in preparation for public launch
v1.2.0
November 7, 2024
โจ Added - Enhanced MCP Server
- Complete AI workflow integration with Model Context Protocol
- Enhanced MCP tools for Claude Code integration
- Improved task management through conversational interface
- Better documentation for MCP setup and usage
v1.1.0
November 6, 2024
โจ Added
- New features and improvements
- Enhanced stability and performance
- Documentation updates
v1.0.0
October 31, 2024
๐ Major Release - v1.0.0
- First stable major version release
- MCP (Model Context Protocol) server for Claude Code integration
- Production-ready task management system
- Complete AI workflow support
- Comprehensive documentation and guides
v0.11.0 - v0.11.3
October 26-29, 2024
โจ Added
- Enhanced overview command with project statistics
- Comprehensive validation system for task close command
- Auto-migration for validations configuration
๐ Fixed
- Fixed dashboard refresh issues
- Fixed search functionality issues
- Fixed priority-related bugs
- Resolved overview command errors
v0.10.0
October 26, 2024
โจ Added
- New features and improvements
- Enhanced task management capabilities
v0.9.0
October 26, 2024
โจ Added
- Feature enhancements and updates
- Improved user experience
v0.8.0 - v0.8.2
October 24, 2024
โจ Added - AI Automation Commands
task ai-breakdown <id>- Automatically decompose complex tasks into logical subtasks with pattern recognitiontask ai-estimate <id>- Estimate task complexity and duration with confidence percentagetask ai-review-ready <id>- Validate task readiness for review with 8-point checklist- Zero-cost automation - all logic runs locally, no API calls required
๐ Improved
- Enhanced AI workflow documentation with automation guidance
- Expanded README with comprehensive AI Automation section
- Complete AI Automation guide (
docs/ai-automation.md)
v0.7.0-alpha.0
October 24, 2024
โจ Added - Task Templates
- Pre-configured templates:
feature,bugfix,refactoring,research task templates- List all available templatestask template show <name>- View template contenttask create --template <name>- Create task from template- Support for custom templates in
backlog/templates/
๐งช Testing
- 17 new tests covering template functionality
- Full coverage of template loading, applying, and merging
v0.6.2
October 24, 2024
โจ Added
- Comprehensive error messages with helpful suggestions and examples
- Enhanced
--helpoutput with usage examples - Better
--versionoutput with environment information
๐ Documentation
- Created comprehensive Quick Start guide
- Created detailed AI Workflow guide with patterns
- Created Troubleshooting guide with FAQs
v0.6.1
October 23, 2024
โจ Added
- Comprehensive test suite with 80%+ coverage for critical modules
- Unit tests for FileSystemRepository (100% coverage)
- Unit tests for LokiIndexedRepository (95%+ coverage)
- Enhanced integration tests for Backlog with AI features
v0.6.0
October 20, 2024
๐ Major Release
- LokiJS indexing for 10x faster queries on large task collections (1000+ tasks)
- Task validation system for closing tasks
- Acceptance criteria management commands
- Task hierarchy and dependencies visualization
- Interactive Kanban board (TUI) with blessed
- Fuzzy search across all task fields
๐ค AI Workflow Commands
task ai-plan <id> <content>- Add implementation plantask ai-note <id> <content>- Add timestamped notestask ai-doc <id> <content>- Add documentationtask ai-review <id> <content>- Add self-reviewtask view <id> --ai-all- View all AI sections
โก Performance
- 10x faster queries with LokiJS indexing
- Dual repository system (FileSystem + LokiJS)
- Sub-10ms response times on large collections
- Optional index rebuilding on startup
v0.5.3
October 15, 2024
๐ Fixed
- Critical bug in task file parsing
- Issue with task ID generation
v0.5.0
October 10, 2024
๐ Initial Public Release
- Basic task CRUD operations
- Status and priority management
- Markdown file storage
- Task metadata (title, description, assignees, labels)
- Changelog tracking
- Basic filtering and listing
More updates coming soon! Follow us on GitHub for the latest news.