Skip to content

Commit a65074f

Browse files
committed
Bump version to v0.1.1: UX improvements, smart error handling, and code cleanup
1 parent 769d0ac commit a65074f

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
# Runner for GitHub Actions Changelog
44

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.
17+
518
## [0.1.0] - 2026-01-30
619

720
### Added

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.github.foyoux.githubactionrunner
44
pluginName = Runner for GitHub Actions
55
pluginRepositoryUrl = https://github.com/foyoux/github-action-runner
66
# SemVer format -> https://semver.org
7-
pluginVersion = 0.1.0
7+
pluginVersion = 0.1.1
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 252

0 commit comments

Comments
 (0)