desktop@1.1.0

fregante/GhostTextdesktop@1.1.0Aug 8, 2026by github-actions[bot]

AI Summary

This release mirrors the CLI features by introducing foundational load testing capabilities to the desktop application, including local load modes and dependency-ordered execution.

Key Highlights

  • Local load mode with VUs and duration support
  • Versioned YAMLflow schema (version: 2)
  • Strict failure modes for dependency execution
  • GitHub Action integration
  • Enforced HTTP assertions on import

New Features

  • Load testing foundations
  • Local load mode
  • YAMLflow schema versioning
  • Dependency execution modes
  • GitHub Action integration
  • Build version reporting

Full Release Notes

## 1.1.0 (2026-08-08)

### 🚀 Features

- Load testing foundations: local load mode (`flow run --vus/--duration` and `load:` scenarios with percentile tables + `load_report` JSON), versioned yamlflow schema (`version: 2`), HTTP assertions in yamlflow files now enforced on import (previously silently dropped), `run:` blocks execute in dependency order with strict failure modes (failed dependencies skip-and-continue instead of aborting the run), `run-flows` GitHub Action for CI, and real build-version reporting in `devtools version`. ([9a3152a3](https://github.com/the-dev-tools/dev-tools/commit/9a3152a3))

### ❤️ Thank You

- moosebay