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: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
# Runner for GitHub Actions Changelog
4
4
5
+
## [0.2.1] - 2026-02-02
6
+
### Fixed
7
+
- Replaced deprecated `Runtime.exec(String)` with `GeneralCommandLine` for better compatibility and more robust command parsing in "Custom Browser Command".
8
+
5
9
## [0.2.0] - 2026-02-02
6
10
7
11
> ⚠️ **Breaking Change**: This version introduces a new "Profile" system. Your previous configuration will be reset. Please reconfigure your profiles in **Settings > Tools > Runner for GitHub Actions**.
0 commit comments