You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/app/references/changelog.mdx
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,18 @@ sidebar_label: Changelog
8
8
9
9
# Changelog
10
10
11
+
## 14.5.0
12
+
13
+
_Released 6/17/2025_
14
+
15
+
**Features:**
16
+
17
+
- Install Cypress `win32-x64` binary on Windows `win32-arm64` systems. Cypress runs in emulation. Addresses [#30252](https://github.com/cypress-io/cypress/issues/30252).
18
+
19
+
**Bugfixes:**
20
+
21
+
- Fixed an issue when using `Cypress.stop()` where a run may be aborted prior to receiving the required runner events causing Test Replay to not be available. Addresses [#31781](https://github.com/cypress-io/cypress/issues/31781).
0 commit comments