Skip to content

v1.8.0

Choose a tag to compare

@runreal-warman runreal-warman released this 23 May 22:46
d383fc1

1.8.0 (2025-05-23)

Features

  • plugin: add plugin management system (6c689df)

    • Add plugin enable/disable commands for managing plugin state
    • Add plugin list command for viewing available and installed plugins
    • Add plugin info command for detailed plugin information
    • Add plugin add command for installing plugins
  • build: restructure command architecture for improved local development (a448cfa)

    • Add dedicated build command group with support for different targets
    • Add run command group for executing different components locally
    • Add sln command group for Visual Studio solution management (generate, open)
    • Add standalone cook command
    • Reorganize info commands with improved structure (buildId, config, list-targets)
    • Enhanced engine and project shared libraries
    • Improved command organization and consistency across the CLI
  • workflow: add conditional steps support in workflow configurations (a863569)

    • Updated workflow execution engine with conditional step processing
    • Can specify condition to skip a step with env matcher function like ${env('SOME_ENV=true')}