Skip to content

Commit 621f303

Browse files
committed
released v1.5.0
1 parent f334035 commit 621f303

File tree

4 files changed

+75
-3
lines changed

4 files changed

+75
-3
lines changed

.github/workflows/ci.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,31 @@ jobs:
1414
node-version: 20
1515
registry-url: 'https://registry.npmjs.org'
1616

17+
- name: Create Tag
18+
id: create_tag
19+
uses: jaywcjlove/create-tag-action@main
20+
with:
21+
test: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
22+
23+
- name: Create Released Tag
24+
uses: jaywcjlove/create-tag-action@main
25+
with:
26+
version: ${{ steps.create_tag.outputs.version }}
27+
release: true
28+
body: |
29+
<a target="_blank" href="https://apps.apple.com/app/web-serve/id6670167443" title="Web Serve for macOS">
30+
<img alt="Web Serve for macOS" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51">
31+
</a>
32+
33+
34+
- name: Get latest tag
35+
id: get_latest_tag
36+
run: echo "LATEST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1))" >> $GITHUB_ENV
37+
1738
- name: Create idoc config.
1839
run: |
1940
cat > idoc.yml << EOF
20-
site: "Web Serve"
41+
site: "Web Serve {{version:${{ steps.create_tag.outputs.version }}}}"
2142
description: Web Serve is a simple and easy-to-use application designed for quickly setting up and managing local static servers, suitable for a variety of use cases
2243
keywords: Local Static Server,serve,http-server,Application,Quick Setup,Server Management,Front-End Development,Real-Time Preview,File Transfer,Data Backup,IoT Devices,Offline Access,Development Efficiency,Cross-Origin Requests,Static Website,Local Sharing,Document Hosting
2344
favicon: assets/logo.png

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
Changelog
2+
===
3+
4+
<a target="_blank" href="https://apps.apple.com/app/web-serve/id6670167443" title="Web Serve for macOS"><img alt="Web Serve for macOS" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51">
5+
</a>
6+
7+
## [v1.5.0](https://github.com/jaywcjlove/web-serve/releases/tag/v1.5.0)
8+
9+
1. feat: add empty list placeholder message
10+
2. feat: Add drag-and-drop support for batch folder addition.
11+
3. fix: Check for receipt existence.
12+
13+
---
14+
15+
1. 新增:添加空列表占位符信息
16+
2. 新增:支持拖拽批量添加文件夹
17+
3. 修复:检查收据是否存在
18+
19+
## [v1.4.0](https://github.com/jaywcjlove/web-serve/releases/tag/v1.4.0)
20+
21+
1. feat: Added a reauth button to the list.
22+
2. fix: Improved error messaging for purchase failures.
23+
3. chore: Updated the command menu.
24+
25+
---
26+
27+
1. feat: 在列表中添加了重新认证按钮。
28+
2. fix: 改进了购买失败的错误信息提示。
29+
3. chore: 更新了命令菜单。
30+
31+
## [v1.2.0](https://github.com/jaywcjlove/web-serve/releases/tag/v1.2.0)
32+
33+
1. feat: add support to exclude .html extension from URLs
34+
2. feat: add support for enablina HTTPS serveice.
35+
3. refactor: optimize deletion alert message.
36+
4. feat: add more detailed error messages.
37+
5. fix: resolve issues caused by Chinese file paths.
38+
39+
----
40+
41+
1. 新增:支持从 URL 中排除 .html 扩展名。
42+
2. 新增:支持启用 HTTPS 服务。
43+
3. 重构:优化删除警告信息。
44+
4. 新增:添加更详细的错误信息。
45+
5. 修复:解决因中文文件路径引发的问题。
46+
47+
## [v1.0.0](https://github.com/jaywcjlove/web-serve/releases/tag/v1.0.0)
48+
49+
> Minimum OS requirement: `macOS 14.0`
50+
51+
**"Web Serve"** is a simple and easy-to-use application designed for quickly setting up and managing local static servers, suitable for a variety of use cases. Whether you are a developer, designer, content creator, or a regular user, this application can bring you significant convenience and efficiency.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!--rehype:style=border: 0;-->
99
<p>
1010
<a href="./README.zh.md">中文</a> •
11-
<a target="_blank" href="https://github.com/jaywcjlove/web-serve/issues/new?assignees=&labels=support%2Cfeedback%2Cquestion&projects=&template=bug_report.yml&title=%F0%9F%99%8B%E2%80%8D%E2%99%82%EF%B8%8F+Support+%26+Feedback%3A+Web+Serve">Contact & Support</a>
11+
<a target="_blank" href="https://github.com/jaywcjlove/web-serve/issues/new?template=bug_report.yml">Contact & Support</a>
1212
</p>
1313
<p>
1414
<a target="_blank" href="https://apps.apple.com/app/web-serve/id6670167443" title="Web Serve for macOS"><img alt="Web Serve for macOS" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51">

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!--rehype:style=border: 0;-->
77
<p>
88
<a href="./README.md">English</a> •
9-
<a target="_blank" href="https://github.com/jaywcjlove/web-serve/issues/new?assignees=&labels=support%2Cfeedback%2Cquestion&projects=&template=bug_report_cn.yml&title=%F0%9F%99%8B%E2%80%8D%E2%99%82%EF%B8%8F+%E6%94%AF%E6%8C%81%E4%B8%8E%E5%8F%8D%E9%A6%88%3A+Web+Serve">联系&支持</a>
9+
<a target="_blank" href="https://github.com/jaywcjlove/web-serve/issues/new?template=bug_report_cn.yml">联系&支持</a>
1010
</p>
1111
<p>
1212
<a target="_blank" href="https://apps.apple.com/app/web-serve/id6670167443" title="Web Serve for macOS"><img alt="Web Serve for macOS" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51">

0 commit comments

Comments
 (0)