Releases: YunaBraska/github-workflow-plugin
Releases · YunaBraska/github-workflow-plugin
2026.5.23
Fresh Start
- Better workflow editing with broader completion, highlighting, navigation, and hover help for GitHub Actions files.
- Resolved action and reusable workflow metadata now improves
with,secrets,outputs, and version suggestions. - Major-version action refs can now show an update quick fix when newer cached refs are available.
- GitHub Workflow Run Configurations can dispatch
workflow_dispatch, collect inputs, show run status/logs, and cancel
remote runs from the IDE Run tool window. - Gutter-created workflow runs now default to the current checked-out branch instead of always using
main. - Workflow runs now try IDE accounts in host-priority order, then configured/default local env tokens
(GITHUB_TOKEN,GH_TOKEN,GITHUB_PAT), then anonymous access, so live logs can fall back to a stronger token when
an IDE account token can dispatch but cannot download in-progress logs. shell:now completes GitHub-supported shell values.- Public GitHub and GitHub Enterprise accounts configured in the IDE are used for action metadata resolution.
- Workflow expressions inside strings are highlighted separately from surrounding text.
- Shell snippets inside
runblocks can use shell-aware editing where the IDE supports it. - Cache controls are available through Find Action and, where visible,
Tools > GitHub Workflowto refresh metadata,
clear cached entries, or restore hidden warnings. - The plugin build, tests, verifier checks, release packaging, PR build checks, and local development setup are ready for the next version.
- Release automation now supports manual workflow runs, PR/branch testing, merged-PR tagging, tag-based GitHub releases,
and release-based JetBrains Marketplace publishing. - Release tags now use date-based SemVer (
vYYYY.M.D); the tag workflow updatespluginVersion. - Thanks to @SilverNicktail, @tomsit-ionos, @jbw9964, @nyurik, @Lordfirespeed, @ris58h, @holomekc,
@InSyncWithFoo, @LecrisUT, @enobrev, @bartei, @gilzow, @zaaraungkam, @PeerHofmannGSG, and @zwj-cheer for reports and
context that shaped this hardening round.
Workflow Runs
- Workflow runs now use one Run tool-window view with a JUnit-style workflow tree, grouped jobs, selected-node log
output, test-style status icons, and a thin progress bar instead of separate job tabs. - Workflow job logs now render GitHub
groupblocks as named sections, reset to tidy0001 |line numbers per block,
show command markers asrun:, strip ANSI escape noise, and classify warnings/errors for colored console output.
Settings And Localization
- Added a
Settings > Tools > GitHub Workflowpage for language override, cache review/delete, cache import/export,
cache memory estimates, and a small support button with nerd fuel. - Moved common run-configuration, cache, quick-fix, documentation, and settings strings into resource bundles and added
locale coverage checks for the top-20 language bundle set.
2024.3.0
Update to 243
v2024.1.1
2024.1.0
[Unreleased]: https://github.com/YunaBraska/github-workflow-plugin/compare/v3.2.1...HEAD
v2.2.5
- Added windows support ... don't ask ^^
- Syntax Highlighting refreshes now on typing
- Exchanged
Clear CachewithReload - Stabilised code completion on
withfields - Added support for
composite-actions - Added GitHub icons to detected files
- Stabilised Listeners/Disposable
- Resolve
useson Code Completion in case background process is not finished - Fix for multi Projects - acting now on the right project from context
- Added Dependabot Schema Validation
- Added automated Error Reporting
- Added Dependabot Schema Validation
- Added automated Error Reporting
- Fixed EDT Error
- Fixed Disposable Error
- Added clear Workflow cache option
- Fixed false positives at Syntax Highlighting
v2.0.2
Autocompletion fix - plugin behaves different in real environment :(
v2.0.1
Big Refactoring
- Added links to
usesfields - pressALT + RETURN - Added completion for
Runner - Added support for
privateGitHub repositories using GitHub Account - Started visual validations with quick fixes
- Exchanged YAML Parser to
org.jetbrains.yaml - Fixed few bugs
v1.0.1
[Unreleased]: https://github.com/YunaBraska/github-workflow-plugin/compare/v1.0.1...HEAD