Skip to content

Commit

Permalink
release: 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hangxingliu committed Feb 28, 2024
1 parent 3ec5373 commit c70d9a1
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 3 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@ Many features in it include syntax highlight, auto-complete, in-editor documents

## Changelog

### 0.3.1 (2024-02-29)

1. Update hint data to Dec 5th, 2023. @AdrianDsg
- Nginx directives
- Lua Resty directives
- HTTP headers
- MIME types
2. Add completion for HTTP headers
3. Add two file extension names `.conf.default` and `.conf.template`. @halilim
4. Fix syntax for constant values, language keywords
- <https://github.com/hangxingliu/vscode-nginx-conf-hint/commit/49159c02fd09dce264ded7802c9499a0f09646f5>
5. Update Nginx beautifier

### 0.3.0 (2021-11-20)

:mega: There are a lot of updates in this version:
Expand Down
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

### 0.3.1 (2024-02-29)

1. Update hint data to Dec 5th, 2023. @AdrianDsg
- Nginx directives
- Lua Resty directives
- HTTP headers
- MIME types
2. Add completion for HTTP headers
3. Add two file extension names `.conf.default` and `.conf.template`. @halilim
4. Fix syntax for constant values, language keywords
- <https://github.com/hangxingliu/vscode-nginx-conf-hint/commit/49159c02fd09dce264ded7802c9499a0f09646f5>
5. Update Nginx beautifier

### 0.3.0 (2021-11-20)

:mega: There are a lot of updates in this version:
Expand Down
14 changes: 14 additions & 0 deletions docs/CHANGELOG.zh-Hans.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

### 0.3.1 (2024-02-29)

1. 更新了补全数据到 2023年12月5日. @AdrianDsg
- Nginx 配置命令
- Lua Resty 配置命令
- HTTP headers
- MIME types
2. 新增了关于 HTTP headers 的补全
3. 新增了两个文件扩展名: `.conf.default``.conf.template`. @halilim
4. 修正了关于常量值和内置关键字的语法高亮
- <https://github.com/hangxingliu/vscode-nginx-conf-hint/commit/49159c02fd09dce264ded7802c9499a0f09646f5>
5. 更新了 Nginx beautifier


### 0.3.0 (2021-11-20)

:mega: 这个版本更新了很多东西:
Expand Down
4 changes: 2 additions & 2 deletions docs/RELEASE-NEW-VERSION.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
date: 2024-02-28
date: 2024-02-29
---
# Release New Version SOP

1. Modify the version field (and `preview` field) in [package.json](../package.json)
2. Add new section in [CHANGELOG.md](./CHANGELOG.md)
2. Add new section in [CHANGELOG.md](./CHANGELOG.md) and [CHANGELOG.zh-Hans.md](./CHANGELOG.zh-Hans.md)
3. Update changelog section in [README.md](../README.md)
4. Waiting for Github CI build to be done
5. Download the built extension `vsix` file and test it on the following platform/app: (*Install from VSIX...*)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-nginx-conf-hint",
"displayName": "nginx.conf hint",
"description": "Nginx configuration helper for Visual Studio Code with many features including syntax highlight, auto-complete, in-editor documents, embedded Lua block, and more",
"version": "0.3.0",
"version": "0.3.1",
"license": "GPL-3.0",
"icon": "images/icon.png",
"galleryBanner": {
Expand Down

0 comments on commit c70d9a1

Please sign in to comment.