|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [0.10.0] - 2026-06-17 |
| 6 | + |
| 7 | +### Flow Editor — control-structure authoring |
| 8 | + |
| 9 | +- Added **EXCEPT** and **FINALLY** palette items, and adding a **TRY** now |
| 10 | + scaffolds `TRY → EXCEPT → END` so the block is valid Robot Framework the |
| 11 | + moment it is added (a bare `TRY … END` is a syntax error and could not be |
| 12 | + completed through the UI before). New E2E coverage builds IF/ELSE and |
| 13 | + TRY/EXCEPT through the Flow Editor and asserts they land cleanly in the |
| 14 | + Code tab, on disk after Save, and across a reload. |
| 15 | + |
| 16 | +### AI failure analysis — localized output + one-click fixes |
| 17 | + |
| 18 | +- The analysis now runs in the **frontend's current language** (EN/DE/FR/ES/ZH); |
| 19 | + prose is translated while code, keywords, and patches stay verbatim. |
| 20 | +- Suggested unified-diff patches can now be **applied automatically** with one |
| 21 | + click. The backend applies them context-first and refuses (HTTP 422) when the |
| 22 | + hunks no longer match the file, so a stale patch can never corrupt a test. |
| 23 | +- The analysis is **scoped to its execution/report** — it no longer lingers |
| 24 | + when switching to a different run, and is discarded on leave. |
| 25 | + |
| 26 | +### Statistics |
| 27 | + |
| 28 | +- The **success-rate-over-time** chart now renders one slot per calendar day: |
| 29 | + days without executions keep their width and show a faint baseline instead of |
| 30 | + collapsing the gap, so the time axis is continuous and evenly spaced. |
| 31 | + |
| 32 | +### Security & CI |
| 33 | + |
| 34 | +- Bumped **fastmcp to >=3.2.4,<4** and cleared all remaining open Dependabot |
| 35 | + advisories (closes #35). |
| 36 | +- Added a **Windows online-install smoke gate** to the Phase 4 release gates (#49). |
| 37 | + |
5 | 38 | ### Self-healing library distribution model |
6 | 39 |
|
7 | 40 | - **`robotframework-roboscopeheal` now visible + installable from |
|
0 commit comments