Skip to content

Commit 169508d

Browse files
authored
🔧 Fix latest-changes sub-header config and current release notes with it (#72)
1 parent 763be25 commit 169508d

2 files changed

Lines changed: 36 additions & 175 deletions

File tree

.github/workflows/latest-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
latest_changes_header: '# Latest Changes'
3434
end_regex: '^## '
3535
debug_logs: true
36-
label_header_prefix: '## '
36+
label_header_prefix: '### '

release-notes.md

Lines changed: 35 additions & 174 deletions
Original file line numberDiff line numberDiff line change
@@ -2,208 +2,69 @@
22

33
## Latest Changes
44

5-
* 🔧 Update `.vscodeignore` to make bundle smaller. PR [#6](https://github.com/fastapi/fastapi-vscode/pull/6) by [@savannahostrowski](https://github.com/savannahostrowski).
6-
7-
## Internal
8-
9-
* ⚙️ Remove `dist/` before running tests to prevent stale files. PR [#61](https://github.com/fastapi/fastapi-vscode/pull/61) by [@savannahostrowski](https://github.com/savannahostrowski).
10-
11-
## Fixes
12-
13-
* 🐛 Add `matchOnDescription` to allow function name searching. PR [#60](https://github.com/fastapi/fastapi-vscode/pull/60) by [@savannahostrowski](https://github.com/savannahostrowski).
14-
15-
## Internal
16-
17-
* ⚙️ Bump `@types/vscode` and `engine.vscode`. PR [#62](https://github.com/fastapi/fastapi-vscode/pull/62) by [@savannahostrowski](https://github.com/savannahostrowski).
18-
19-
## Fixes
20-
21-
* 🐛 Find all FastAPI apps in a workspace folder, rather than just the shallowest. PR [#69](https://github.com/fastapi/fastapi-vscode/pull/69) by [@savannahostrowski](https://github.com/savannahostrowski).
22-
23-
## Internal
24-
25-
* ⚙️ Allow per-project telemetry configuration. PR [#68](https://github.com/fastapi/fastapi-vscode/pull/68) by [@savannahostrowski](https://github.com/savannahostrowski).
26-
275
## Features
286

297
* ✨ Display docstrings on hover in path operations panel. PR [#67](https://github.com/fastapi/fastapi-vscode/pull/67) by [@savannahostrowski](https://github.com/savannahostrowski).
8+
* 🚸 Allow users to change `since` when actively streaming logs. PR [#63](https://github.com/fastapi/fastapi-vscode/pull/63) by [@savannahostrowski](https://github.com/savannahostrowski).
9+
* ✨ Add support for FastAPI Cloud log streaming. PR [#39](https://github.com/fastapi/fastapi-vscode/pull/39) by [@savannahostrowski](https://github.com/savannahostrowski).
10+
* ♻️ Refactor deployment workflow . PR [#36](https://github.com/fastapi/fastapi-vscode/pull/36) by [@savannahostrowski](https://github.com/savannahostrowski).
11+
* ✨ Add support for deployment to FastAPI Cloud. PR [#34](https://github.com/fastapi/fastapi-vscode/pull/34) by [@savannahostrowski](https://github.com/savannahostrowski).
12+
* ✨ Cloud authentication, basic status bar and project linking/unlinking. PR [#32](https://github.com/fastapi/fastapi-vscode/pull/32) by [@savannahostrowski](https://github.com/savannahostrowski).
13+
* ✨ Add Welcome Page and Update Icons. PR [#25](https://github.com/fastapi/fastapi-vscode/pull/25) by [@savannahostrowski](https://github.com/savannahostrowski).
14+
* ✨ Add support for vscode.dev. PR [#18](https://github.com/fastapi/fastapi-vscode/pull/18) by [@savannahostrowski](https://github.com/savannahostrowski).
15+
* ✨ Support multiroot workspaces. PR [#23](https://github.com/fastapi/fastapi-vscode/pull/23) by [@savannahostrowski](https://github.com/savannahostrowski).
16+
* ✨ Add route search to command palette. PR [#21](https://github.com/fastapi/fastapi-vscode/pull/21) by [@savannahostrowski](https://github.com/savannahostrowski).
17+
* ✨ Add output channel for diagnostic logging. PR [#17](https://github.com/fastapi/fastapi-vscode/pull/17) by [@savannahostrowski](https://github.com/savannahostrowski).
18+
* ✨ Add using currently open file as a last resort for app discovery. PR [#15](https://github.com/fastapi/fastapi-vscode/pull/15) by [@savannahostrowski](https://github.com/savannahostrowski).
19+
* ✨ Add support for `pyproject.toml` parsing to find app entrypoint. PR [#14](https://github.com/fastapi/fastapi-vscode/pull/14) by [@savannahostrowski](https://github.com/savannahostrowski).
20+
* ✨ Add Test CodeLens navigation. PR [#8](https://github.com/fastapi/fastapi-vscode/pull/8) by [@savannahostrowski](https://github.com/savannahostrowski).
21+
* ✨ Add Report Issue command in Command Palette. PR [#5](https://github.com/fastapi/fastapi-vscode/pull/5) by [@savannahostrowski](https://github.com/savannahostrowski).
22+
* ✨ Add file watching for Endpoint Explorer. PR [#3](https://github.com/fastapi/fastapi-vscode/pull/3) by [@savannahostrowski](https://github.com/savannahostrowski).
23+
* ✨ Add endpoint discovery service for Endpoint Explorer. PR [#2](https://github.com/fastapi/fastapi-vscode/pull/2) by [@savannahostrowski](https://github.com/savannahostrowski).
24+
* ✨ Initial frontend work for explorer view. PR [#1](https://github.com/fastapi/fastapi-vscode/pull/1) by [@savannahostrowski](https://github.com/savannahostrowski).
3025

3126
## Fixes
3227

28+
* 🔧 Update `.vscodeignore` to make bundle smaller. PR [#6](https://github.com/fastapi/fastapi-vscode/pull/6) by [@savannahostrowski](https://github.com/savannahostrowski).
29+
* 🐛 Add `matchOnDescription` to allow function name searching. PR [#60](https://github.com/fastapi/fastapi-vscode/pull/60) by [@savannahostrowski](https://github.com/savannahostrowski).
30+
* 🐛 Find all FastAPI apps in a workspace folder, rather than just the shallowest. PR [#69](https://github.com/fastapi/fastapi-vscode/pull/69) by [@savannahostrowski](https://github.com/savannahostrowski).
3331
* 🐛 Resolve string variables in route paths. PR [#66](https://github.com/fastapi/fastapi-vscode/pull/66) by [@savannahostrowski](https://github.com/savannahostrowski).
34-
35-
## Refactors
36-
37-
* ♻️ Refactor `fastapi.entryPoint` accept module notation only. PR [#65](https://github.com/fastapi/fastapi-vscode/pull/65) by [@savannahostrowski](https://github.com/savannahostrowski).
38-
39-
## Fixes
40-
4132
* 🚸 Add toast to show that authentication succeeded. PR [#64](https://github.com/fastapi/fastapi-vscode/pull/64) by [@savannahostrowski](https://github.com/savannahostrowski).
42-
43-
## Features
44-
45-
* 🚸 Allow users to change `since` when actively streaming logs. PR [#63](https://github.com/fastapi/fastapi-vscode/pull/63) by [@savannahostrowski](https://github.com/savannahostrowski).
46-
47-
## Fixes
48-
4933
* 🚸 Update HTTP operation sort order. PR [#59](https://github.com/fastapi/fastapi-vscode/pull/59) by [@savannahostrowski](https://github.com/savannahostrowski).
50-
51-
## Fixes
52-
5334
* 🚸 Update log button text to use "start" instead of "stream". PR [#58](https://github.com/fastapi/fastapi-vscode/pull/58) by [@savannahostrowski](https://github.com/savannahostrowski).
54-
55-
## Fixes
56-
5735
* 🚸 Watch all settings changes so we prompt to reload when changed. PR [#57](https://github.com/fastapi/fastapi-vscode/pull/57) by [@savannahostrowski](https://github.com/savannahostrowski).
58-
59-
## Internal
60-
61-
* ♻️ Rename endpoint to path operation. PR [#56](https://github.com/fastapi/fastapi-vscode/pull/56) by [@savannahostrowski](https://github.com/savannahostrowski).
62-
63-
## Fixes
64-
6536
* 🚸 Update methods to use colours instead of icons. PR [#55](https://github.com/fastapi/fastapi-vscode/pull/55) by [@savannahostrowski](https://github.com/savannahostrowski).
66-
67-
## Fixes
68-
6937
* 🐛 Fix failed deployment UX. PR [#41](https://github.com/fastapi/fastapi-vscode/pull/41) by [@savannahostrowski](https://github.com/savannahostrowski).
70-
71-
## Internal
72-
73-
* 🍱 Resize GIFs for README and Walkthrough. PR [#40](https://github.com/fastapi/fastapi-vscode/pull/40) by [@savannahostrowski](https://github.com/savannahostrowski).
74-
75-
## Features
76-
77-
* ✨ Add support for FastAPI Cloud log streaming. PR [#39](https://github.com/fastapi/fastapi-vscode/pull/39) by [@savannahostrowski](https://github.com/savannahostrowski).
78-
79-
## Internal
80-
81-
* 👷 Add typecheck to CI and pre-commit. PR [#33](https://github.com/fastapi/fastapi-vscode/pull/33) by [@savannahostrowski](https://github.com/savannahostrowski).
82-
83-
## Fixes
84-
8538
* 🐛 Fix "building" status text during deployment. PR [#38](https://github.com/fastapi/fastapi-vscode/pull/38) by [@savannahostrowski](https://github.com/savannahostrowski).
39+
* 🐛 Fix posthog import crashing in vscode.dev. PR [#31](https://github.com/fastapi/fastapi-vscode/pull/31) by [@savannahostrowski](https://github.com/savannahostrowski).
40+
* 🐛 Fix activity bar logo. PR [#27](https://github.com/fastapi/fastapi-vscode/pull/27) by [@savannahostrowski](https://github.com/savannahostrowski).
41+
* 🐛 Fix CodeLens route matching and nested router discovery . PR [#20](https://github.com/fastapi/fastapi-vscode/pull/20) by [@savannahostrowski](https://github.com/savannahostrowski).
42+
* 🐛 Fix incorrect selection of root when app and router defined in same file. PR [#9](https://github.com/fastapi/fastapi-vscode/pull/9) by [@savannahostrowski](https://github.com/savannahostrowski).
8643

8744
## Docs
8845

8946
* 📝 Document FastAPI Cloud deployment in README. PR [#37](https://github.com/fastapi/fastapi-vscode/pull/37) by [@savannahostrowski](https://github.com/savannahostrowski).
90-
91-
## Features
92-
93-
* ♻️ Refactor deployment workflow . PR [#36](https://github.com/fastapi/fastapi-vscode/pull/36) by [@savannahostrowski](https://github.com/savannahostrowski).
94-
95-
## Docs
96-
9747
* 📝 Add cloud deploy to walkthrough. PR [#35](https://github.com/fastapi/fastapi-vscode/pull/35) by [@savannahostrowski](https://github.com/savannahostrowski).
48+
* 📝 Cleanup README to highlight features and usage. PR [#26](https://github.com/fastapi/fastapi-vscode/pull/26) by [@savannahostrowski](https://github.com/savannahostrowski).
49+
* 📝 Update feature list in docs. PR [#24](https://github.com/fastapi/fastapi-vscode/pull/24) by [@savannahostrowski](https://github.com/savannahostrowski).
50+
* 📝 Add documentation for `fastapi.showTestCodeLenses`. PR [#16](https://github.com/fastapi/fastapi-vscode/pull/16) by [@savannahostrowski](https://github.com/savannahostrowski).
9851

99-
## Features
100-
101-
* ✨ Add support for deployment to FastAPI Cloud. PR [#34](https://github.com/fastapi/fastapi-vscode/pull/34) by [@savannahostrowski](https://github.com/savannahostrowski).
102-
103-
## Features
104-
105-
* ✨ Cloud authentication, basic status bar and project linking/unlinking. PR [#32](https://github.com/fastapi/fastapi-vscode/pull/32) by [@savannahostrowski](https://github.com/savannahostrowski).
106-
107-
## Fixes
52+
## Refactors
10853

109-
* 🐛 Fix posthog import crashing in vscode.dev. PR [#31](https://github.com/fastapi/fastapi-vscode/pull/31) by [@savannahostrowski](https://github.com/savannahostrowski).
54+
* ♻️ Refactor `fastapi.entryPoint` accept module notation only. PR [#65](https://github.com/fastapi/fastapi-vscode/pull/65) by [@savannahostrowski](https://github.com/savannahostrowski).
11055

11156
## Internal
11257

58+
* ⚙️ Remove `dist/` before running tests to prevent stale files. PR [#61](https://github.com/fastapi/fastapi-vscode/pull/61) by [@savannahostrowski](https://github.com/savannahostrowski).
59+
* ⚙️ Bump `@types/vscode` and `engine.vscode`. PR [#62](https://github.com/fastapi/fastapi-vscode/pull/62) by [@savannahostrowski](https://github.com/savannahostrowski).
60+
* ⚙️ Allow per-project telemetry configuration. PR [#68](https://github.com/fastapi/fastapi-vscode/pull/68) by [@savannahostrowski](https://github.com/savannahostrowski).
61+
* ♻️ Rename endpoint to path operation. PR [#56](https://github.com/fastapi/fastapi-vscode/pull/56) by [@savannahostrowski](https://github.com/savannahostrowski).
62+
* 🍱 Resize GIFs for README and Walkthrough. PR [#40](https://github.com/fastapi/fastapi-vscode/pull/40) by [@savannahostrowski](https://github.com/savannahostrowski).
63+
* 👷 Add typecheck to CI and pre-commit. PR [#33](https://github.com/fastapi/fastapi-vscode/pull/33) by [@savannahostrowski](https://github.com/savannahostrowski).
11364
* 🔧 Update .vscodeignore to ignore coverage/ and scripts/. PR [#30](https://github.com/fastapi/fastapi-vscode/pull/30) by [@savannahostrowski](https://github.com/savannahostrowski).
114-
115-
## Internal
116-
11765
* ✅ Improve test coverage and add CI step to ensure coverage. PR [#28](https://github.com/fastapi/fastapi-vscode/pull/28) by [@savannahostrowski](https://github.com/savannahostrowski).
118-
119-
## Internal
120-
12166
* ♻️ Refactor tree utils and EndpointTreeProvider. PR [#29](https://github.com/fastapi/fastapi-vscode/pull/29) by [@savannahostrowski](https://github.com/savannahostrowski).
122-
123-
## Internal
124-
12567
* 📈 Add telemetry infrastructure, events and documentation. PR [#22](https://github.com/fastapi/fastapi-vscode/pull/22) by [@savannahostrowski](https://github.com/savannahostrowski).
126-
127-
## Fixes
128-
129-
* 🐛 Fix activity bar logo. PR [#27](https://github.com/fastapi/fastapi-vscode/pull/27) by [@savannahostrowski](https://github.com/savannahostrowski).
130-
131-
## Docs
132-
133-
* 📝 Cleanup README to highlight features and usage. PR [#26](https://github.com/fastapi/fastapi-vscode/pull/26) by [@savannahostrowski](https://github.com/savannahostrowski).
134-
135-
## Features
136-
137-
* ✨ Add Welcome Page and Update Icons. PR [#25](https://github.com/fastapi/fastapi-vscode/pull/25) by [@savannahostrowski](https://github.com/savannahostrowski).
138-
139-
## Docs
140-
141-
* 📝 Update feature list in docs. PR [#24](https://github.com/fastapi/fastapi-vscode/pull/24) by [@savannahostrowski](https://github.com/savannahostrowski).
142-
143-
## Features
144-
145-
* ✨ Add support for vscode.dev. PR [#18](https://github.com/fastapi/fastapi-vscode/pull/18) by [@savannahostrowski](https://github.com/savannahostrowski).
146-
147-
## Features
148-
149-
* ✨ Support multiroot workspaces. PR [#23](https://github.com/fastapi/fastapi-vscode/pull/23) by [@savannahostrowski](https://github.com/savannahostrowski).
150-
151-
## Features
152-
153-
* ✨ Add route search to command palette. PR [#21](https://github.com/fastapi/fastapi-vscode/pull/21) by [@savannahostrowski](https://github.com/savannahostrowski).
154-
155-
## Fixes
156-
157-
* 🐛 Fix CodeLens route matching and nested router discovery . PR [#20](https://github.com/fastapi/fastapi-vscode/pull/20) by [@savannahostrowski](https://github.com/savannahostrowski).
158-
159-
## Features
160-
161-
* ✨ Add output channel for diagnostic logging. PR [#17](https://github.com/fastapi/fastapi-vscode/pull/17) by [@savannahostrowski](https://github.com/savannahostrowski).
162-
163-
## Docs
164-
165-
* 📝 Add documentation for `fastapi.showTestCodeLenses`. PR [#16](https://github.com/fastapi/fastapi-vscode/pull/16) by [@savannahostrowski](https://github.com/savannahostrowski).
166-
167-
## Features
168-
169-
* ✨ Add using currently open file as a last resort for app discovery. PR [#15](https://github.com/fastapi/fastapi-vscode/pull/15) by [@savannahostrowski](https://github.com/savannahostrowski).
170-
171-
## Features
172-
173-
* ✨ Add support for `pyproject.toml` parsing to find app entrypoint. PR [#14](https://github.com/fastapi/fastapi-vscode/pull/14) by [@savannahostrowski](https://github.com/savannahostrowski).
174-
175-
## Internal
176-
17768
* 👷 Add latest-changes GitHub action and labeler. PR [#11](https://github.com/fastapi/fastapi-vscode/pull/11) by [@tiangolo](https://github.com/tiangolo).
178-
179-
## Internal
180-
18169
* ♻️ Rename `object` to `owner` in `RouteInfo`, `IncludeRouterInfo` and `MountInfo` . PR [#10](https://github.com/fastapi/fastapi-vscode/pull/10) by [@savannahostrowski](https://github.com/savannahostrowski).
182-
183-
## Fixes
184-
185-
* 🐛 Fix incorrect selection of root when app and router defined in same file. PR [#9](https://github.com/fastapi/fastapi-vscode/pull/9) by [@savannahostrowski](https://github.com/savannahostrowski).
186-
187-
## Features
188-
189-
* ✨ Add Test CodeLens navigation. PR [#8](https://github.com/fastapi/fastapi-vscode/pull/8) by [@savannahostrowski](https://github.com/savannahostrowski).
190-
191-
## Features
192-
193-
* ✨ Add Report Issue command in Command Palette. PR [#5](https://github.com/fastapi/fastapi-vscode/pull/5) by [@savannahostrowski](https://github.com/savannahostrowski).
194-
195-
## Features
196-
197-
* ✨ Add file watching for Endpoint Explorer. PR [#3](https://github.com/fastapi/fastapi-vscode/pull/3) by [@savannahostrowski](https://github.com/savannahostrowski).
198-
199-
## Features
200-
201-
* ✨ Add endpoint discovery service for Endpoint Explorer. PR [#2](https://github.com/fastapi/fastapi-vscode/pull/2) by [@savannahostrowski](https://github.com/savannahostrowski).
202-
203-
## Features
204-
205-
* ✨ Initial frontend work for explorer view. PR [#1](https://github.com/fastapi/fastapi-vscode/pull/1) by [@savannahostrowski](https://github.com/savannahostrowski).
206-
207-
## Internal
208-
20970
* 👷 Fix permissions for latest-changes on CI. PR [#70](https://github.com/fastapi/fastapi-vscode/pull/70) by [@tiangolo](https://github.com/tiangolo).

0 commit comments

Comments
 (0)