Skip to content

Commit c70d9a1

Browse files
committed
release: 0.3.1
1 parent 3ec5373 commit c70d9a1

File tree

5 files changed

+43
-3
lines changed

5 files changed

+43
-3
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@ Many features in it include syntax highlight, auto-complete, in-editor documents
2828

2929
## Changelog
3030

31+
### 0.3.1 (2024-02-29)
32+
33+
1. Update hint data to Dec 5th, 2023. @AdrianDsg
34+
- Nginx directives
35+
- Lua Resty directives
36+
- HTTP headers
37+
- MIME types
38+
2. Add completion for HTTP headers
39+
3. Add two file extension names `.conf.default` and `.conf.template`. @halilim
40+
4. Fix syntax for constant values, language keywords
41+
- <https://github.com/hangxingliu/vscode-nginx-conf-hint/commit/49159c02fd09dce264ded7802c9499a0f09646f5>
42+
5. Update Nginx beautifier
43+
3144
### 0.3.0 (2021-11-20)
3245

3346
:mega: There are a lot of updates in this version:

docs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

3+
### 0.3.1 (2024-02-29)
4+
5+
1. Update hint data to Dec 5th, 2023. @AdrianDsg
6+
- Nginx directives
7+
- Lua Resty directives
8+
- HTTP headers
9+
- MIME types
10+
2. Add completion for HTTP headers
11+
3. Add two file extension names `.conf.default` and `.conf.template`. @halilim
12+
4. Fix syntax for constant values, language keywords
13+
- <https://github.com/hangxingliu/vscode-nginx-conf-hint/commit/49159c02fd09dce264ded7802c9499a0f09646f5>
14+
5. Update Nginx beautifier
15+
316
### 0.3.0 (2021-11-20)
417

518
:mega: There are a lot of updates in this version:

docs/CHANGELOG.zh-Hans.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGELOG
22

3+
### 0.3.1 (2024-02-29)
4+
5+
1. 更新了补全数据到 2023年12月5日. @AdrianDsg
6+
- Nginx 配置命令
7+
- Lua Resty 配置命令
8+
- HTTP headers
9+
- MIME types
10+
2. 新增了关于 HTTP headers 的补全
11+
3. 新增了两个文件扩展名: `.conf.default``.conf.template`. @halilim
12+
4. 修正了关于常量值和内置关键字的语法高亮
13+
- <https://github.com/hangxingliu/vscode-nginx-conf-hint/commit/49159c02fd09dce264ded7802c9499a0f09646f5>
14+
5. 更新了 Nginx beautifier
15+
16+
317
### 0.3.0 (2021-11-20)
418

519
:mega: 这个版本更新了很多东西:

docs/RELEASE-NEW-VERSION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
date: 2024-02-28
2+
date: 2024-02-29
33
---
44
# Release New Version SOP
55

66
1. Modify the version field (and `preview` field) in [package.json](../package.json)
7-
2. Add new section in [CHANGELOG.md](./CHANGELOG.md)
7+
2. Add new section in [CHANGELOG.md](./CHANGELOG.md) and [CHANGELOG.zh-Hans.md](./CHANGELOG.zh-Hans.md)
88
3. Update changelog section in [README.md](../README.md)
99
4. Waiting for Github CI build to be done
1010
5. Download the built extension `vsix` file and test it on the following platform/app: (*Install from VSIX...*)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-nginx-conf-hint",
33
"displayName": "nginx.conf hint",
44
"description": "Nginx configuration helper for Visual Studio Code with many features including syntax highlight, auto-complete, in-editor documents, embedded Lua block, and more",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"license": "GPL-3.0",
77
"icon": "images/icon.png",
88
"galleryBanner": {

0 commit comments

Comments
 (0)