Skip to content

Commit 3e1be81

Browse files
committed
docs(news): add v2.6.1 release notes
1 parent 52cfdfb commit 3e1be81

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: What's New in v2.6.1
3+
date: 2026-06-15
4+
---
5+
6+
# What's New in RobotCode v2.6.1
7+
8+
A small patch release on top of [v2.6.0](./2026-06-09-whats-new-v2.6.0.md) with four bug fixes from your reports — thanks for filing them.
9+
10+
## Bug Fixes
11+
12+
- **Automatic recovery from a corrupt cache database.** When the workspace cache became corrupt (`database disk image is malformed`), the keyword view, test discovery, and even **Clear Cache and Restart Language Servers** stopped working. **RobotCode** now detects the corruption and rebuilds the cache automatically — or falls back to an in-memory cache if the file is still locked by another window. ([#614](https://github.com/robotcodedev/robotcode/issues/614))
13+
- **Stale configuration profiles no longer block test runs.** If a selected profile was removed from `robot.toml` — for example after switching git branches — every test run failed with a *profile not found* error. **Select Configuration Profiles** now drops profiles that no longer exist and lists which ones were removed. ([#498](https://github.com/robotcodedev/robotcode/issues/498))
14+
- **Stable Robocop formatting.** Formatting a file with Robocop repeatedly no longer flips between two results — for example a blank line being added and removed before a section header on every other run. ([#612](https://github.com/robotcodedev/robotcode/issues/612))
15+
- **`pip install robotcode[all]` works on more platforms.** On targets without a prebuilt `html-to-markdown` wheel (such as armv7l or Alpine/musllinux), the install used to fail during a source build. `html-to-markdown` is now opt-in instead of part of `all` — install it with `pip install robotcode-runner[html]` for nicer HTML log conversion in the `results` command. ([#613](https://github.com/robotcodedev/robotcode/issues/613))
16+
17+
There is also a new reference page on [excluding files with `.robotignore`](../03_reference/ignoring-files.md).
18+
19+
---
20+
21+
## Thank You
22+
23+
Thanks to everyone who reported issues, contributed ideas, and tested pre-release builds. Your feedback drives every release.
24+
25+
For the full list of changes, see the [Changelog](https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md).
26+
27+
- [Report issues](https://github.com/robotcodedev/robotcode/issues)
28+
- [Discussions & Q&A](https://github.com/robotcodedev/robotcode/discussions)
29+
- [Sponsor RobotCode](https://opencollective.com/robotcode)

0 commit comments

Comments
 (0)