Skip to content

Releases: YunaBraska/github-workflow-plugin

2026.6.20

Choose a tag to compare

@YunaBraska YunaBraska released this 20 Jun 09:20

Plugin Wiring

  • Simplified workflow syntax routing for completion, highlighting, references, and documentation.
  • Reduced duplicated workflow run, action cache, and schema handling internals while keeping behavior stable.
  • Reorganized plugin internals into fewer Workflow* service entry points, with public service Javadocs where humans
    might actually read them.
  • Added the plugin size refactor plan and documented the release/changelog flow.
  • Release automation now uses plain date tags, avoids duplicated Marketplace change-note headings, and groups Dependabot
    dependency updates into one weekly PR against dev.
  • Updated the IntelliJ test platform, JaCoCo, and GitHub Actions cache action to current stable metadata.
  • Fixed the README build badge link and refreshed navigation/release docs.
  • .gitea/workflows/* files now get their own light/dark Gitea-flavored file icon instead of cosplaying GitHub.
  • Gitea workflow runs now use GITEA_TOKEN-style auth, clean browser links, and repo-level run discovery for /api/v1.
  • .gitea/workflows/* syntax now uses Gitea permission scopes and cron aliases instead of GitHub-only scope clutter.
  • .gitea/workflows/* completion and validation now know GITEA_TOKEN, Gitea runner env vars, single-label runs-on,
    documented expression functions, and job keys Gitea accepts but ignores.

v2026.5.29

Choose a tag to compare

@YunaBraska YunaBraska released this 29 May 16:45
v2026.5.29 [skip ci]

2026.5.23

Choose a tag to compare

@YunaBraska YunaBraska released this 23 May 18:30

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

Choose a tag to compare

@YunaBraska YunaBraska released this 29 Nov 18:21

Update to 243

v2024.1.1

Choose a tag to compare

@github-actions github-actions released this 27 Jul 06:37

2024.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 16:38
[Unreleased]: https://github.com/YunaBraska/github-workflow-plugin/compare/v3.2.1...HEAD

v2.2.5

Choose a tag to compare

@github-actions github-actions released this 18 Aug 16:37
  • 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

Choose a tag to compare

@github-actions github-actions released this 07 Aug 15:32

Autocompletion fix - plugin behaves different in real environment :(

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 11:54
2131e09

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

Choose a tag to compare

@github-actions github-actions released this 07 Aug 11:35
2131e09
[Unreleased]: https://github.com/YunaBraska/github-workflow-plugin/compare/v1.0.1...HEAD