# Release Notes

Stay up to date with the latest features, improvements, and bug fixes in Rova.

## \[2026.05.12] - Test Categorization

### Categories & Test Labelling

**Categories Management**

* New **Categories** page (`/categories`)&#x20;
* Create, edit, and delete categories with a name, optional description, and a 20-color preset picker
* Clicking the test count on a category navigates directly to the Test Library pre-filtered by that category

**Test Library**

* New **Categories** column in the test table — shows the first category pill; if more than one, displays `+N`
* New **Categories** multi-select filter dropdown alongside the existing Status and Timeframe filters; supports selecting multiple categories simultaneously
* **Quick Preview** modal now includes a Categories section showing all associated category pills

**Test Detail**

* Category pills are now displayed below the test status badge in view mode
* Edit form includes a searchable **category dropdown** — selected categories appear as removable color-coded pills; unselected categories are listed in a scrollable, filterable dropdown

## \[2026.05.03] - Continuity Mode & Mobile Grid

### Added

* **Continuity Mode (Web)**: You can now enable "Continuity Mode" in Test Suites to maintain browser session state across multiple tests.
* **Coordinate Grid Overlay (Mobile)**: Improved interaction with complex mobile components and system dialogs using a visual grid mapping system.
* **ABI-Based Routing**: Cloud emulators now automatically route APKs to the most efficient architecture (x86\_64 vs ARM64).

### Changed

* **CLI Performance**: The `rova run` command is now 20% faster when executing local web tests.
* **Reporting UI**: The execution history page now features a more detailed step-by-step breakdown with synchronized video playback.

### Fixed

* Resolved an issue where some custom checkboxes were not being correctly identified by the AI agent.
* Fixed a bug in `rova auth` that caused intermittent login failures on macOS Sonoma.

***

## \[2026.04.15] - Initial Beta Release

### Added

* Core AI execution engine for Web and Mobile.
* Rova CLI with `init`, `auth`, `run`, and `generate` commands.
* Web Dashboard for test management and reporting.
* Support for local Android emulators and iOS simulators.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rova.qa/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
