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 recognition
  • task ai-estimate <id> - Estimate task complexity and duration with confidence percentage
  • task 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 templates
  • task template show <name> - View template content
  • task 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 --help output with usage examples
  • Better --version output 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 plan
  • task ai-note <id> <content> - Add timestamped notes
  • task ai-doc <id> <content> - Add documentation
  • task ai-review <id> <content> - Add self-review
  • task 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.