Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## [0.25.5]

- Fixes errors around "on-error" token parsing
- Handle auto-completion for string and boolean mappings
- Get and display all workflows, all jobs per workflow, and last 100 workflow runs in the extension view
- Show logs for repos with non-lowercase owner name.

## [0.25.4]

- Add branches to merge-group schema
- Improve expression validation for short-circuiting expressions
- Fix workflow call description parsing
Expand All @@ -9,6 +17,7 @@
- Fix sign-in issues

## [0.25.0]

- Public beta release of the official GitHub Actions extension

## Community extension
Expand Down
72 changes: 36 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/github/vscode-github-actions"
},
"description": "GitHub Actions workflows and runs for github.com hosted repositories in VS Code",
"version": "0.25.4",
"version": "0.25.5",
"engines": {
"vscode": "^1.72.0",
"node": ">= 16"
Expand Down