Skip to content

Releases: YunaBraska/github-workflow-plugin

2026.5.23

23 May 18:30

Choose a tag to compare

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 run blocks can use shell-aware editing where the IDE supports it.
  • Cache controls are available through Find Action and, where visible, Tools > GitHub Workflow to 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 updates pluginVersion.
  • 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 group blocks as named sections, reset to tidy 0001 | line numbers per block,
    show command markers as run:, strip ANSI escape noise, and classify warnings/errors for colored console output.

Settings And Localization

  • Added a Settings > Tools > GitHub Workflow page 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

29 Nov 18:21

Choose a tag to compare

Update to 243

v2024.1.1

27 Jul 06:37

Choose a tag to compare

2024.1.0

25 Jul 16:38

Choose a tag to compare

[Unreleased]: https://github.com/YunaBraska/github-workflow-plugin/compare/v3.2.1...HEAD

v2.2.5

18 Aug 16:37

Choose a tag to compare

  • Added windows support ... don't ask ^^
  • Syntax Highlighting refreshes now on typing
  • Exchanged Clear Cache with Reload
  • Stabilised code completion on with fields
  • Added support for composite-actions
  • Added GitHub icons to detected files
  • Stabilised Listeners/Disposable
  • Resolve uses on 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

07 Aug 15:32

Choose a tag to compare

Autocompletion fix - plugin behaves different in real environment :(

v2.0.1

07 Aug 11:54
2131e09

Choose a tag to compare

Big Refactoring

  • Added links to uses fields - press ALT + RETURN
  • Added completion for Runner
  • Added support for private GitHub repositories using GitHub Account
  • Started visual validations with quick fixes
  • Exchanged YAML Parser to org.jetbrains.yaml
  • Fixed few bugs

v1.0.1

07 Aug 11:35
2131e09

Choose a tag to compare

[Unreleased]: https://github.com/YunaBraska/github-workflow-plugin/compare/v1.0.1...HEAD