Skip to content

Commit 31712ee

Browse files
committed
released v1.5.2
1 parent 56389b2 commit 31712ee

File tree

5 files changed

+65
-26
lines changed

5 files changed

+65
-26
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
sideEffectFiles:
7575
- README.md
7676
- README.zh.md
77+
- CHANGELOG.md
78+
- CHANGELOG.zh.md
7779
- feedback.md
7880
- feedback.zh.md
7981
- terms-of-service.md

CHANGELOG.md

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,37 @@
1+
<p align="right">
2+
<a href="./CHANGELOG.zh.md">中文</a>
3+
</p>
4+
<!--rehype:style=float: right; bottom: -36px; position: relative;-->
5+
16
Changelog
27
===
38

49
<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">
510
</a>
611

7-
## [v1.5.1](https://github.com/jaywcjlove/web-serve/releases/tag/v1.5.1)
12+
## [v1.5.2](https://github.com/jaywcjlove/web-serve/releases/tag/v1.5.2)
813

9-
1. fix: resolve multiple window issue
14+
1. fix: Optimize scroll bar display issue in the settings interface.
15+
2. fix: Fix the error that occurs when reopening a window from the main menu.
16+
3. fix: Fix the warning shown when stopping the server.
17+
4. fix: Fix text file detection issue.
1018

11-
---
19+
## [v1.5.1](https://github.com/jaywcjlove/web-serve/releases/tag/v1.5.1)
1220

13-
1. 修复: 修复窗口多开问题.
21+
1. fix: resolve multiple window issue
1422

1523
## [v1.5.0](https://github.com/jaywcjlove/web-serve/releases/tag/v1.5.0)
1624

1725
1. feat: add empty list placeholder message
1826
2. feat: Add drag-and-drop support for batch folder addition.
1927
3. fix: Check for receipt existence.
2028

21-
---
22-
23-
1. 新增:添加空列表占位符信息
24-
2. 新增:支持拖拽批量添加文件夹
25-
3. 修复:检查收据是否存在
26-
2729
## [v1.4.0](https://github.com/jaywcjlove/web-serve/releases/tag/v1.4.0)
2830

2931
1. feat: Added a reauth button to the list.
3032
2. fix: Improved error messaging for purchase failures.
3133
3. chore: Updated the command menu.
3234

33-
---
34-
35-
1. feat: 在列表中添加了重新认证按钮。
36-
2. fix: 改进了购买失败的错误信息提示。
37-
3. chore: 更新了命令菜单。
38-
3935
## [v1.2.0](https://github.com/jaywcjlove/web-serve/releases/tag/v1.2.0)
4036

4137
1. feat: add support to exclude .html extension from URLs
@@ -44,14 +40,6 @@ Changelog
4440
4. feat: add more detailed error messages.
4541
5. fix: resolve issues caused by Chinese file paths.
4642

47-
----
48-
49-
1. 新增:支持从 URL 中排除 .html 扩展名。
50-
2. 新增:支持启用 HTTPS 服务。
51-
3. 重构:优化删除警告信息。
52-
4. 新增:添加更详细的错误信息。
53-
5. 修复:解决因中文文件路径引发的问题。
54-
5543
## [v1.0.0](https://github.com/jaywcjlove/web-serve/releases/tag/v1.0.0)
5644

5745
> Minimum OS requirement: `macOS 14.0`

CHANGELOG.zh.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<p align="right">
2+
<a href="./CHANGELOG.md">English</a>
3+
</p>
4+
<!--rehype:style=float: right; bottom: -36px; position: relative;-->
5+
6+
Changelog
7+
===
8+
9+
<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">
10+
</a>
11+
12+
## [v1.5.2](https://github.com/jaywcjlove/web-serve/releases/tag/v1.5.2)
13+
14+
1. 修复:优化设置界面滚动条显示问题。
15+
2. 修复:修复从主菜单重新打开窗口时出现的错误。
16+
3. 修复:修复停止服务器时显示的警告。
17+
4. 修复:修复文本文件检测问题。
18+
19+
## [v1.5.1](https://github.com/jaywcjlove/web-serve/releases/tag/v1.5.1)
20+
21+
1. 修复: 修复窗口多开问题.
22+
23+
## [v1.5.0](https://github.com/jaywcjlove/web-serve/releases/tag/v1.5.0)
24+
25+
1. 新增:添加空列表占位符信息
26+
2. 新增:支持拖拽批量添加文件夹
27+
3. 修复:检查收据是否存在
28+
29+
## [v1.4.0](https://github.com/jaywcjlove/web-serve/releases/tag/v1.4.0)
30+
31+
1. feat: 在列表中添加了重新认证按钮。
32+
2. fix: 改进了购买失败的错误信息提示。
33+
3. chore: 更新了命令菜单。
34+
35+
## [v1.2.0](https://github.com/jaywcjlove/web-serve/releases/tag/v1.2.0)
36+
37+
1. 新增:支持从 URL 中排除 .html 扩展名。
38+
2. 新增:支持启用 HTTPS 服务。
39+
3. 重构:优化删除警告信息。
40+
4. 新增:添加更详细的错误信息。
41+
5. 修复:解决因中文文件路径引发的问题。
42+
43+
## [v1.0.0](https://github.com/jaywcjlove/web-serve/releases/tag/v1.0.0)
44+
45+
> Minimum OS requirement: `macOS 14.0`
46+
47+
**"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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
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?template=bug_report.yml">Contact & Support</a>
11+
<a target="_blank" href="https://github.com/jaywcjlove/web-serve/issues/new?template=bug_report.yml">Contact & Support</a> •
12+
<a href="./CHANGELOG.md">Changelog</a>
1213
</p>
1314
<p>
1415
<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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
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?template=bug_report_cn.yml">联系&支持</a>
9+
<a target="_blank" href="https://github.com/jaywcjlove/web-serve/issues/new?template=bug_report_cn.yml">联系&支持</a> •
10+
<a href="./CHANGELOG.zh.md">更新日志</a>
1011
</p>
1112
<p>
1213
<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)