Skip to content

Commit 37cab94

Browse files
authored
Merge pull request #3 from github/cschleiden/changelog
Update changelog for beta release
2 parents f9fe05e + e680c06 commit 37cab94

File tree

1 file changed

+35
-32
lines changed

1 file changed

+35
-32
lines changed

CHANGELOG.md

Lines changed: 35 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,124 +1,127 @@
1-
# Change Log
1+
# Changelog
22

3-
All notable changes to the "vscode-github-actions" extension will be documented in this file.
3+
## 0.9.0
4+
- Public beta release of the official GitHub Actions extension
45

5-
## [v0.24.0]
6+
## Community extension
7+
8+
### [v0.24.0]
69
- New "Current Branch" view
710

8-
## [v0.23.0]
11+
### [v0.23.0]
912
- Various bug fixes and schema updates
1013

11-
## [v0.22.0]
14+
### [v0.22.0]
1215
- Fix changes in repositories API
1316

14-
## [v0.21.2]
17+
### [v0.21.2]
1518
- Remove duplicate trigger run button
1619

17-
## [v0.21.0]
20+
### [v0.21.0]
1821
- Support github.dev web editor
1922

20-
## [v0.20.6]
23+
### [v0.20.6]
2124
- Improve sign-in flow
2225
- Prepare for web execution
2326

24-
## [v0.20.3]
27+
### [v0.20.3]
2528
- Revert `extensionKind` setting so extension works again in remote scenarios
2629

27-
## [v0.20.0]
30+
### [v0.20.0]
2831
- Support multi-folder workspaces
2932
- Provide one-click commands for (un)pinning workflows
3033
- Updates for recent Actions workflow additions (`concurrency` etc.)
3134
- Basic support for environments and environment secrets
3235

33-
## [v0.17.0]
36+
### [v0.17.0]
3437

3538
- Support error background for pinned workflows - https://github.com/cschleiden/vscode-github-actions/issues/69
3639
![](https://user-images.githubusercontent.com/2201819/107904773-9592ac00-6f01-11eb-89c6-7322a5912853.png)
3740
- Basic support for environment auto-completion
3841

39-
## [v0.15.0]
42+
### [v0.15.0]
4043

4144
- Support `include`/`exclude` for matrix strategies
4245

43-
## [v0.14.0]
46+
### [v0.14.0]
4447

4548
- Consume updated parser
4649
- Fixes issues with `!` in expressions
4750
- Fixes issues with using `step.<id>.outputs` in expressions
4851

49-
## [v0.13.0]
52+
### [v0.13.0]
5053

5154
- Fixed: https://github.com/cschleiden/vscode-github-actions/issues/42
5255

53-
## [v0.12.0]
56+
### [v0.12.0]
5457

5558
- Various bugfixes for expression validation
5659
- Added missing `pull_request_target` event
5760
- Improved error reporting for unknown keys
5861
- Bugfix: show "Run workflow" in context menu when workflow has _only_ `workflow_dispatch`, do not require also `repository_dispatch`
5962

60-
## [v0.11.0]
63+
### [v0.11.0]
6164

6265
- Basic support for `environment` in jobs
6366

64-
## [v0.10.0]
67+
### [v0.10.0]
6568

6669
- Fixes error when trying to open expired logs (#19)
6770
- Removed login command, authorization is now handled via the GitHub authentication provider (#50)
6871
- Fixes error where extension can not be enabled/disabled per workspace (#50)
6972
- Support for validating `workflow_dispatch` events
7073
- Support for triggering `workflow_dispatch` workflows
7174

72-
## [v0.9.0]
75+
### [v0.9.0]
7376
- Updated `github-actions-parser` dependency to fix a number of auto-complete and validation bugs
7477
- Removed edit preview features, they are now enabled by default
7578
- Changed the scope of the org features setting, so that it can be set for remote workspaces, too
7679

77-
## [v0.8.1]
80+
### [v0.8.1]
7881
- Fixes expression auto-completion in YAML multi-line strings
7982

80-
## [v0.8.0] The one with the auto-completion
83+
### [v0.8.0] The one with the auto-completion
8184
- Enable the `github-actions.preview-features` setting to start using smart auto-complete and validation.
8285

83-
## [v0.7.0]
86+
### [v0.7.0]
8487
- Support the VS Code authentication API with the VS Code July release (1.48). This replaces the previous, manual PAT-based authentication flow.
8588

8689
Note: Organization features like displaying Organization-level Secrets require the `admin:org` scope. Since not everyone might want to give this scope to the VS Code token, by default this scope is not requested. There is a new setting to request the scope.
8790

8891
- Moved all commands into a `github-actions.` namespace and "GitHub Actions" category in the command palette
8992

90-
## [v0.6.0]
93+
### [v0.6.0]
9194
- Update success icon
9295
- Support org secrets
9396

94-
## [v0.5.1]
97+
### [v0.5.1]
9598
- Roll back VS Code authentication API change for now. Wait until it becomes stable to remove need for manual enabling.
9699

97-
## [v0.5.0]
100+
### [v0.5.0]
98101
- Support the VS Code authentication API. This replaces the previous, manual PAT-based authentication flow.
99102

100-
## [v0.4.1]
103+
### [v0.4.1]
101104
- Add inline run button to workflow list
102105

103-
## [v0.4.0]
106+
### [v0.4.0]
104107
- Bugfixes for remote development
105108
- Show run button for workflows using `repository_dispatch` in editor title bar
106109

107-
## [v0.3.0]
110+
### [v0.3.0]
108111
- Enable pinning workflows
109112

110-
## [v0.2.0]
113+
### [v0.2.0]
111114
- Bugfix for displaying self-hosted runners
112115

113-
## [v0.1.16]
116+
### [v0.1.16]
114117
- Bugfix: "Trigger workflow" shows up for workflows using the object notation to define the `on` events
115118
- Feature: If `repository_dispatch` is filtered to specific types, the trigger workflow run will be pre-populated with those.
116119

117-
## [v0.1.15]
120+
### [v0.1.15]
118121
- Support colored logs
119122

120-
## [v0.1.14]
123+
### [v0.1.14]
121124
- Support displaying logs for workflows
122125

123-
## [v0.1.1]
126+
### [v0.1.1]
124127
- Initial prototype

0 commit comments

Comments
 (0)