Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.12.0"
".": "1.13.0"
}
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,60 @@
# Changelog

## [1.13.0](https://github.com/grafana/k6-studio/compare/v1.12.0...v1.13.0) (2026-04-15)


### Features

* **browser:** Action markers in timeline of session replay ([#1092](https://github.com/grafana/k6-studio/issues/1092)) ([29f6533](https://github.com/grafana/k6-studio/commit/29f6533202dfff440c3a7d1d07bc6afec4f78718))
* **browser:** Support all selector types in recorder highlighting ([#1130](https://github.com/grafana/k6-studio/issues/1130)) ([04eef0f](https://github.com/grafana/k6-studio/commit/04eef0f18a1a7938cc6a5837b67b761477850c50))
* Display browser event count in in-browser toolbar when recording ([#1137](https://github.com/grafana/k6-studio/issues/1137)) ([122e001](https://github.com/grafana/k6-studio/commit/122e0015540926302a1eef56c08a40c66b178ff5))
* Highlight elements when hovering selector in debugger view ([#1129](https://github.com/grafana/k6-studio/issues/1129)) ([7715df4](https://github.com/grafana/k6-studio/commit/7715df43d3c7a10ab804d3f22a9b436ad47ffd55))
* Improve app startup time ([#1144](https://github.com/grafana/k6-studio/issues/1144)) ([7e122fe](https://github.com/grafana/k6-studio/commit/7e122fe942e824bb4e3a9e7da8c20928c290aaac))


### Bug Fixes

* recent url ignore casing ([#1134](https://github.com/grafana/k6-studio/issues/1134)) ([7080090](https://github.com/grafana/k6-studio/commit/7080090f93266cc48379f1d47af1af098ee14374))
* remove extra headers in script ([#1132](https://github.com/grafana/k6-studio/issues/1132)) ([a89ba62](https://github.com/grafana/k6-studio/commit/a89ba62b770ebea3de7c8c2fe45162bdbba8126a))
* Scripts time out when form submit does not cause a navigation ([#1131](https://github.com/grafana/k6-studio/issues/1131)) ([9c561c5](https://github.com/grafana/k6-studio/commit/9c561c5425381ca7076f59300db789ac77dbde10))
* Uncheck action is never generated in browser test scripts ([#1148](https://github.com/grafana/k6-studio/issues/1148)) ([3b1ee4a](https://github.com/grafana/k6-studio/commit/3b1ee4a86f6707e9f840b9d3553bf80af5ccfcd5))


### Internal Changes

* Add agent and mcp configuration ([#1142](https://github.com/grafana/k6-studio/issues/1142)) ([555be75](https://github.com/grafana/k6-studio/commit/555be75ac808f1446af86f18a8cd73386d515e27))
* **assistant:** Add Assistant authentication ([#1136](https://github.com/grafana/k6-studio/issues/1136)) ([1751ba2](https://github.com/grafana/k6-studio/commit/1751ba207ee681c4570f426b25be04f577eb3b14))
* **assistant:** Add assistant backend ([#1154](https://github.com/grafana/k6-studio/issues/1154)) ([8367389](https://github.com/grafana/k6-studio/commit/83673898f045f1c7fda0f9469b2c093596b3b900))
* **browser:** Add Check/Uncheck action to Browser Test Editor ([#1163](https://github.com/grafana/k6-studio/issues/1163)) ([cd164a1](https://github.com/grafana/k6-studio/commit/cd164a1e603e9d4be365dc2475d7984c25787526))
* **browser:** Add Clear input action ([#1167](https://github.com/grafana/k6-studio/issues/1167)) ([d310064](https://github.com/grafana/k6-studio/commit/d31006484bf9bca213a6ae4f85a53554ac6c1ede))
* **browser:** Add Click action support to Browser Test Editor ([#1156](https://github.com/grafana/k6-studio/issues/1156)) ([d6a1e14](https://github.com/grafana/k6-studio/commit/d6a1e142e9386c8cf63c02efda18b120d591f51b))
* **browser:** Add exact option to text-based locators ([#1152](https://github.com/grafana/k6-studio/issues/1152)) ([53dec50](https://github.com/grafana/k6-studio/commit/53dec5068128f2d9ef7381cab0c3b1ee86297763))
* **browser:** Add Select Option action to Browser Test Editor ([#1164](https://github.com/grafana/k6-studio/issues/1164)) ([36b41da](https://github.com/grafana/k6-studio/commit/36b41dabd132e214767b084bac5a4b26913a5535))
* **browser:** Add support for fill action to Browser Test Editor ([#1157](https://github.com/grafana/k6-studio/issues/1157)) ([f8f61f7](https://github.com/grafana/k6-studio/commit/f8f61f7e3bd0f7e521581a2e8ac67edbda973107))
* **browser:** Add wait for element action ([#1093](https://github.com/grafana/k6-studio/issues/1093)) ([efa3b16](https://github.com/grafana/k6-studio/commit/efa3b16f4df9b82d87c0b9f36bd9ef004161d8a7))


### Dependency Updates

* Bump `vite` to `^6.4.1`, `vitest` to `^4.1.2`, and `@vitejs/plugin-react` to `^4.7.0` ([#1141](https://github.com/grafana/k6-studio/issues/1141)) ([38d5967](https://github.com/grafana/k6-studio/commit/38d59675c960b8b53a5e0aa0eccb12cab708bfe2))
* Bump lucide-react to v1.3.0 ([#1140](https://github.com/grafana/k6-studio/issues/1140)) ([4803148](https://github.com/grafana/k6-studio/commit/48031489203618f0340964c26c3c0c19623a9ee0))


### Documentation

* Add instructions for compiling local binaries ([#1108](https://github.com/grafana/k6-studio/issues/1108)) ([b9cd8eb](https://github.com/grafana/k6-studio/commit/b9cd8ebf0385c915a6c3eebb5cf638eccf46f540))


### Miscellaneous Chores

* **deps:** update dependency electron to v40.8.5 [security] ([#1146](https://github.com/grafana/k6-studio/issues/1146)) ([9376504](https://github.com/grafana/k6-studio/commit/93765042b1449de32b385db4adea329744cfb570))
* **deps:** update dependency lodash-es to v4.18.1 [security] ([#1145](https://github.com/grafana/k6-studio/issues/1145)) ([8134c9a](https://github.com/grafana/k6-studio/commit/8134c9a34a0fa9fe3fd5a9ea1024d677efcdf982))
* **deps:** update dependency node-forge to v1.4.0 [security] ([#1138](https://github.com/grafana/k6-studio/issues/1138)) ([97b12b3](https://github.com/grafana/k6-studio/commit/97b12b32d8740e45e82506a99ba6c977c879a90c))
* **deps:** update dependency undici to v7.24.0 [security] ([#1122](https://github.com/grafana/k6-studio/issues/1122)) ([05557b5](https://github.com/grafana/k6-studio/commit/05557b5f72d6030a399bb9fa103def775c654e0b))
* **deps:** update dependency vite to v6.4.2 [security] ([#1151](https://github.com/grafana/k6-studio/issues/1151)) ([a6e7aa6](https://github.com/grafana/k6-studio/commit/a6e7aa6e6e25cb7efd615f31588174c9d9914bd3))
* Remove browser extension support ([#1160](https://github.com/grafana/k6-studio/issues/1160)) ([892e6af](https://github.com/grafana/k6-studio/commit/892e6af77acdc2ec0f57803692ab102b8e271612))
* Upgrade rrweb to latest alpha ([#1168](https://github.com/grafana/k6-studio/issues/1168)) ([1b23fb6](https://github.com/grafana/k6-studio/commit/1b23fb6abc5de3c8bec1b39a578fdbe8e108043f))

## [1.12.0](https://github.com/grafana/k6-studio/compare/v1.11.1...v1.12.0) (2026-03-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "k6-studio",
"productName": "k6 Studio",
"version": "1.12.0",
"version": "1.13.0",
"description": "k6 Studio",
"repository": "github:grafana/k6-studio",
"main": ".vite/build/main.js",
Expand Down
Loading