|
1 | | -# Change Log |
| 1 | +# Changelog |
2 | 2 |
|
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 |
4 | 5 |
|
5 | | -## [v0.24.0] |
| 6 | +## Community extension |
| 7 | + |
| 8 | +### [v0.24.0] |
6 | 9 | - New "Current Branch" view |
7 | 10 |
|
8 | | -## [v0.23.0] |
| 11 | +### [v0.23.0] |
9 | 12 | - Various bug fixes and schema updates |
10 | 13 |
|
11 | | -## [v0.22.0] |
| 14 | +### [v0.22.0] |
12 | 15 | - Fix changes in repositories API |
13 | 16 |
|
14 | | -## [v0.21.2] |
| 17 | +### [v0.21.2] |
15 | 18 | - Remove duplicate trigger run button |
16 | 19 |
|
17 | | -## [v0.21.0] |
| 20 | +### [v0.21.0] |
18 | 21 | - Support github.dev web editor |
19 | 22 |
|
20 | | -## [v0.20.6] |
| 23 | +### [v0.20.6] |
21 | 24 | - Improve sign-in flow |
22 | 25 | - Prepare for web execution |
23 | 26 |
|
24 | | -## [v0.20.3] |
| 27 | +### [v0.20.3] |
25 | 28 | - Revert `extensionKind` setting so extension works again in remote scenarios |
26 | 29 |
|
27 | | -## [v0.20.0] |
| 30 | +### [v0.20.0] |
28 | 31 | - Support multi-folder workspaces |
29 | 32 | - Provide one-click commands for (un)pinning workflows |
30 | 33 | - Updates for recent Actions workflow additions (`concurrency` etc.) |
31 | 34 | - Basic support for environments and environment secrets |
32 | 35 |
|
33 | | -## [v0.17.0] |
| 36 | +### [v0.17.0] |
34 | 37 |
|
35 | 38 | - Support error background for pinned workflows - https://github.com/cschleiden/vscode-github-actions/issues/69 |
36 | 39 |  |
37 | 40 | - Basic support for environment auto-completion |
38 | 41 |
|
39 | | -## [v0.15.0] |
| 42 | +### [v0.15.0] |
40 | 43 |
|
41 | 44 | - Support `include`/`exclude` for matrix strategies |
42 | 45 |
|
43 | | -## [v0.14.0] |
| 46 | +### [v0.14.0] |
44 | 47 |
|
45 | 48 | - Consume updated parser |
46 | 49 | - Fixes issues with `!` in expressions |
47 | 50 | - Fixes issues with using `step.<id>.outputs` in expressions |
48 | 51 |
|
49 | | -## [v0.13.0] |
| 52 | +### [v0.13.0] |
50 | 53 |
|
51 | 54 | - Fixed: https://github.com/cschleiden/vscode-github-actions/issues/42 |
52 | 55 |
|
53 | | -## [v0.12.0] |
| 56 | +### [v0.12.0] |
54 | 57 |
|
55 | 58 | - Various bugfixes for expression validation |
56 | 59 | - Added missing `pull_request_target` event |
57 | 60 | - Improved error reporting for unknown keys |
58 | 61 | - Bugfix: show "Run workflow" in context menu when workflow has _only_ `workflow_dispatch`, do not require also `repository_dispatch` |
59 | 62 |
|
60 | | -## [v0.11.0] |
| 63 | +### [v0.11.0] |
61 | 64 |
|
62 | 65 | - Basic support for `environment` in jobs |
63 | 66 |
|
64 | | -## [v0.10.0] |
| 67 | +### [v0.10.0] |
65 | 68 |
|
66 | 69 | - Fixes error when trying to open expired logs (#19) |
67 | 70 | - Removed login command, authorization is now handled via the GitHub authentication provider (#50) |
68 | 71 | - Fixes error where extension can not be enabled/disabled per workspace (#50) |
69 | 72 | - Support for validating `workflow_dispatch` events |
70 | 73 | - Support for triggering `workflow_dispatch` workflows |
71 | 74 |
|
72 | | -## [v0.9.0] |
| 75 | +### [v0.9.0] |
73 | 76 | - Updated `github-actions-parser` dependency to fix a number of auto-complete and validation bugs |
74 | 77 | - Removed edit preview features, they are now enabled by default |
75 | 78 | - Changed the scope of the org features setting, so that it can be set for remote workspaces, too |
76 | 79 |
|
77 | | -## [v0.8.1] |
| 80 | +### [v0.8.1] |
78 | 81 | - Fixes expression auto-completion in YAML multi-line strings |
79 | 82 |
|
80 | | -## [v0.8.0] The one with the auto-completion |
| 83 | +### [v0.8.0] The one with the auto-completion |
81 | 84 | - Enable the `github-actions.preview-features` setting to start using smart auto-complete and validation. |
82 | 85 |
|
83 | | -## [v0.7.0] |
| 86 | +### [v0.7.0] |
84 | 87 | - Support the VS Code authentication API with the VS Code July release (1.48). This replaces the previous, manual PAT-based authentication flow. |
85 | 88 |
|
86 | 89 | 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. |
87 | 90 |
|
88 | 91 | - Moved all commands into a `github-actions.` namespace and "GitHub Actions" category in the command palette |
89 | 92 |
|
90 | | -## [v0.6.0] |
| 93 | +### [v0.6.0] |
91 | 94 | - Update success icon |
92 | 95 | - Support org secrets |
93 | 96 |
|
94 | | -## [v0.5.1] |
| 97 | +### [v0.5.1] |
95 | 98 | - Roll back VS Code authentication API change for now. Wait until it becomes stable to remove need for manual enabling. |
96 | 99 |
|
97 | | -## [v0.5.0] |
| 100 | +### [v0.5.0] |
98 | 101 | - Support the VS Code authentication API. This replaces the previous, manual PAT-based authentication flow. |
99 | 102 |
|
100 | | -## [v0.4.1] |
| 103 | +### [v0.4.1] |
101 | 104 | - Add inline run button to workflow list |
102 | 105 |
|
103 | | -## [v0.4.0] |
| 106 | +### [v0.4.0] |
104 | 107 | - Bugfixes for remote development |
105 | 108 | - Show run button for workflows using `repository_dispatch` in editor title bar |
106 | 109 |
|
107 | | -## [v0.3.0] |
| 110 | +### [v0.3.0] |
108 | 111 | - Enable pinning workflows |
109 | 112 |
|
110 | | -## [v0.2.0] |
| 113 | +### [v0.2.0] |
111 | 114 | - Bugfix for displaying self-hosted runners |
112 | 115 |
|
113 | | -## [v0.1.16] |
| 116 | +### [v0.1.16] |
114 | 117 | - Bugfix: "Trigger workflow" shows up for workflows using the object notation to define the `on` events |
115 | 118 | - Feature: If `repository_dispatch` is filtered to specific types, the trigger workflow run will be pre-populated with those. |
116 | 119 |
|
117 | | -## [v0.1.15] |
| 120 | +### [v0.1.15] |
118 | 121 | - Support colored logs |
119 | 122 |
|
120 | | -## [v0.1.14] |
| 123 | +### [v0.1.14] |
121 | 124 | - Support displaying logs for workflows |
122 | 125 |
|
123 | | -## [v0.1.1] |
| 126 | +### [v0.1.1] |
124 | 127 | - Initial prototype |
0 commit comments