Skip to content

Latest commit

 

History

History
196 lines (123 loc) · 5.78 KB

File metadata and controls

196 lines (123 loc) · 5.78 KB

GitHub Workflow Plugin Changelog

[Unreleased]

[3.2.1] - 2023-11-04

Investigating UI Freeze

[3.2.0] - 2023-10-14

Acknowledge undefined action inputs & outputs

[3.1.0] - 2023-10-14

Code Completion for steps outcome && conclusion

[3.0.4] - 2023-10-10

Fix

  • Fix: #34 Schema Cache - embarrassing freezing UI while downloading schema files. The Schema files are now preloaded.

[3.0.3] - 2023-10-09

Fix

  • Fix: #32 Schema Cache - was still using the file system instead of the new IDE cache.

[3.0.2] - 2023-10-08

Fix

  • Feat: Added autocompletion for $GITHUB_OUTPUT and $GITHUB_ENV

Fix: #31 StringIndexOutOfBoundsException (GitHubAction.java:87)

  • Fix: Secrets are unsupported on if statements
  • Fix: highlighting issues when workflow is very long
  • Fix: Code Completion shows only available items [inputs, secrets, jobs, steps, needs]
  • Fix: Exchanged too complex Regex variable matcher with a dedicated function

[3.0.1] - 2023-10-01

Fix

[3.0.0] - 2023-09-25

Refactoring

[2.2.7] - 2023-08-26

Maintenance

  • Local action support

[2.2.6] - 2023-08-21

Added QuickFix Icons

  • Added Annotation QuickFix Icons
  • Fix: #12 Progressbar bug which broke the background resolver from GitHub actions and workflows

[2.2.5] - 2023-08-18

Intellisense for Windows

  • Added windows support ... don't ask ^^

[2.2.4] - 2023-08-17

Responsive Highlights

  • Syntax Highlighting refreshes now on typing
  • Exchanged Clear Cache with Reload

[2.2.3] - 2023-08-15

Continue Renovations

  • Stabilised code completion on with fields
  • Added support for composite-actions

[2.2.2] - 2023-08-13

Continue Renovations

  • 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

[2.2.1] - 2023-08-13

Continue Renovations

  • Added Dependabot Schema Validation
  • Added automated Error Reporting
  • Cleanups

[2.2.0] - 2023-08-13

Continue Renovations

  • Added Dependabot Schema Validation

[2.1.0] - 2023-08-13

Continue Renovations

  • Added automated Error Reporting

[2.0.4] - 2023-08-10

Continue Renovations

  • Fixed EDT Error
  • Fixed Disposable Error
  • Added clear Workflow cache option
  • Fixed false positives at Syntax Highlighting

[2.0.3] - 2023-08-10

Continue Renovations

  • Fixed EDT Error
  • Fixed false positives at Syntax Highlighting

[2.0.0] - 2023-07-05

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

[1.0.1] - 2023-04-09

Happy Easter

  • Stabilised Autocompletion
  • Added new Dark and Light Icon
  • Big refactoring for first Major Version

[0.1.0] - 2023-04-06

Happy Easter

  • Assign schemas automatically (Workflow, Action, funding, issue template, issue config, discussion)
  • Added completion in if statements for [steps, jobs, outputs, env, github, var]
  • Added completion [needs]
  • Added support for step outputs using [use: action/or/workflow]
  • Added support for step outputs using [GITHUB_OUTPUT]
  • Added Icons and added priorities to node completion values
  • Added File cache for [workflow, action, schema]
  • Exchanged java native with Intellij downloader for downloading content.

[0.0.4] - 2023-04-03

Initial Plugin

  • Raw concept