Skip to content

Releases: runreal/cli

v1.9.0

02 Jun 19:59
683c383

Choose a tag to compare

1.9.0 (2025-06-02)

♻️ Refactoring

  • configuration: Major configuration and schema refactoring (#75)
    • Improved configuration validation and error handling
    • Enhanced schema generation and validation
    • Added comprehensive test fixtures for various config scenarios
    • Restructured source and template handling
    • Added new schema tests and expanded configuration tests

🐛 Bug Fixes

  • project: Removed MSBuild specific target string (#84)

🧹 Maintenance

  • Fixed linting issues in config and tests

v1.8.0

23 May 22:46
d383fc1

Choose a tag to compare

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')}

v1.7.0

09 May 22:21
a9cfecc

Choose a tag to compare

1.7.0 (2025-05-09)

Features

Bug Fixes

v1.6.0

04 May 21:51
663e81d

Choose a tag to compare

1.6.0 (2025-05-04)

Features

Bug Fixes

  • add game profile to pkg (59fa15a)
  • TargetInfo path resoluton (7e94ccc)

v1.5.0

11 Apr 23:23
4d837ed

Choose a tag to compare

1.5.0 (2025-04-11)

Features

  • generate a markdown report with buildgraph errors (#56) (6e10941)
  • uasset utils and runpython helper (#53) (8860b78)
  • update deno version (#51) (5b1a952)

Bug Fixes

v1.4.1

21 Feb 03:29

Choose a tag to compare

v1.4.1 Pre-release
Pre-release

1.4.1 (2025-02-21)

Bug Fixes

  • allow specifying build timestamp (7bee7aa)
  • race condition in buildId cfg (75ce663)

v1.4.0

20 Feb 01:39
2be3e0b

Choose a tag to compare

1.4.0 (2024-11-28)

Features

Bug Fixes

v1.3.0

29 May 01:04

Choose a tag to compare

1.3.0 (2024-05-28)

Features

  • add date metadata to schema and template (506390f)

v1.2.3

08 May 18:33

Choose a tag to compare

1.2.3 (2024-05-08)

Bug Fixes

v1.2.2

08 May 17:00

Choose a tag to compare

1.2.2 (2024-05-08)

Bug Fixes

  • p4 incorrect cl ref for current workspace (30928bb)
  • remove param in constructor (f058999)