Skip to content

Commit 8b40725

Browse files
committed
update changelog
1 parent c69401b commit 8b40725

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
steps:
99
- name: Send POST request
1010
run: |
11-
curl -X POST -H "Content-Type: application/json" -d '{"appId": $APP_ID, "repository": "${{ github.repository }}", "owner": "${{ github.event.repository.owner.login }}"}' $WEBHOOK_URL
11+
curl -X POST -H "Content-Type: application/json" \
12+
-d "{\"appId\": \"$APP_ID\", \"releaseId\": \"${{ github.event.release.id }}\", \"repository\": \"${{ github.repository }}\", \"owner\": \"${{ github.event.repository.owner.login }}\"}" $WEBHOOK_URL
1213
env:
1314
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
1415
APP_ID: ${{ secrets.APP_ID }}

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
### Version 3.1.0 - 20 April 2025
2+
- Add new Magic Comment feature
3+
- Updated Open AI model list
4+
- Improved AI context
5+
- Add the ability to stop AI content generation
6+
- New ColorCode theme
7+
- Added an NPM Packages button to the activity bar
8+
- Fixed an issue that caused values set via prompt() to be undefined
9+
- Fixed an issue with cursor positioning in indented snippets
10+
- Improved handling for tabs that have become unresponsive
11+
- Improved formatting method
12+
- Upgraded Node.js to version 20.16.0.
13+
- Upgraded Chromium to version 128.
14+
- Upgraded V8 to version 12.8.
15+
116
### Version 3.0.3 - 08 October 2024
217
- AI chat - chat with Open AI models for code generation and questions.
318
- Improved support for top-level await.

0 commit comments

Comments
 (0)