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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
3
3
# Runner for GitHub Actions Changelog
4
4
5
+
## [0.1.1] - 2026-01-30
6
+
7
+
### Added
8
+
-**UX**: Added "View Documentation" link in Settings and error notifications.
9
+
-**UX**: Added a smart "Generate Token" link to the README for easier setup.
10
+
11
+
### Fixed
12
+
-**Error Handling**: Improved feedback for 401 (Unauthorized) and 404 (Not Found) API errors with direct "Open Settings" actions.
13
+
-**Workflow**: Enforced Base64 encoding for the `script` input in `jetbrains-runner.yml` to ensure formatting (newlines, spaces) is preserved during manual execution.
14
+
15
+
### Internal
16
+
-**Cleanup**: Optimized code imports and performed general project cleanup.
0 commit comments