From c70d9a11b016f80735e7ee59c465023765e9786c Mon Sep 17 00:00:00 2001 From: Liu Yue Date: Thu, 29 Feb 2024 01:49:31 +0800 Subject: [PATCH] release: 0.3.1 --- README.md | 13 +++++++++++++ docs/CHANGELOG.md | 13 +++++++++++++ docs/CHANGELOG.zh-Hans.md | 14 ++++++++++++++ docs/RELEASE-NEW-VERSION.md | 4 ++-- package.json | 2 +- 5 files changed, 43 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bbdbce5..7f71d0d 100644 --- a/README.md +++ b/README.md @@ -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 + - +5. Update Nginx beautifier + ### 0.3.0 (2021-11-20) :mega: There are a lot of updates in this version: diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 974ff21..607fcb2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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 + - +5. Update Nginx beautifier + ### 0.3.0 (2021-11-20) :mega: There are a lot of updates in this version: diff --git a/docs/CHANGELOG.zh-Hans.md b/docs/CHANGELOG.zh-Hans.md index bcc3c09..c6b6765 100644 --- a/docs/CHANGELOG.zh-Hans.md +++ b/docs/CHANGELOG.zh-Hans.md @@ -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. 修正了关于常量值和内置关键字的语法高亮 + - +5. 更新了 Nginx beautifier + + ### 0.3.0 (2021-11-20) :mega: 这个版本更新了很多东西: diff --git a/docs/RELEASE-NEW-VERSION.md b/docs/RELEASE-NEW-VERSION.md index d866288..4fcac9c 100644 --- a/docs/RELEASE-NEW-VERSION.md +++ b/docs/RELEASE-NEW-VERSION.md @@ -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...*) diff --git a/package.json b/package.json index 7642adb..70d7215 100644 --- a/package.json +++ b/package.json @@ -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": {