Skip to content

Commit d4febf1

Browse files
committed
website: add changelog.zh.md
1 parent d20e14e commit d4febf1

File tree

5 files changed

+40
-31
lines changed

5 files changed

+40
-31
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
sideEffectFiles:
7070
- README.md
7171
- README.zh.md
72+
- CHANGELOG.md
73+
- CHANGELOG.zh.md
7274
- feedback.md
7375
- feedback.zh.md
7476
- terms-of-service.md

CHANGELOG.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -10,54 +10,25 @@ Changelog
1010
1. style: Adjust layout of iOS sponsorship page.
1111
2. fix: Fixed issue with receipt verification.
1212

13-
---
14-
15-
1. fix: 修复了收据验证问题。
16-
2. style: 调整 iOS 赞助页面排版。
17-
18-
1913
## [v3.1.0](https://github.com/jaywcjlove/regex-mate/releases/tag/v3.1.0)
2014

2115
1. feat: add regex examples documentation.
2216

23-
---
24-
25-
1. 新增:新增正则表达式示例的文档。
26-
2717
## [v3.0.0](https://github.com/jaywcjlove/regex-mate/releases/tag/v3.0.0)
2818

2919
1. doc: Update reference documentation
3020
2. style: Modify regex match color
3121
3. style: Modify documentation layout style
3222

33-
---
34-
35-
1. doc: 更新参考文档
36-
2. style: 修改正则匹配颜色
37-
3. style: 修改文档布局样式
38-
3923
## [v2.0.1](https://github.com/jaywcjlove/regex-mate/releases/tag/v2.0.1)
4024

4125
- fix: Resolved the unresponsive behavior of the donation button.
4226

43-
---
44-
45-
- 修复: 修复了捐赠按钮无响应的问题。
46-
4727
## v2.0.0
4828

4929
- Fix: Fixed sponsorship recovery issue
5030
- Fix: addressed multiple known bugs.
5131

52-
---
53-
54-
- 修复:修复赞助恢复问题
55-
- 修复:解决多个已知 bug。
56-
5732
## v1.1.1
5833

5934
1. fix editor input issue
60-
61-
---
62-
63-
1. 修复编辑器输入问题

CHANGELOG.zh.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Changelog
2+
===
3+
4+
<a target="_blank" href="https://apps.apple.com/app/regex-mate/id6479819388" title="RegexMate for macOS">
5+
<img alt="RegexMate AppStore" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51">
6+
</a>
7+
8+
## [v3.1.1](https://github.com/jaywcjlove/regex-mate/releases/tag/v3.1.1)
9+
10+
1. fix: 修复了收据验证问题。
11+
2. style: 调整 iOS 赞助页面排版。
12+
13+
14+
## [v3.1.0](https://github.com/jaywcjlove/regex-mate/releases/tag/v3.1.0)
15+
16+
1. 新增:新增正则表达式示例的文档。
17+
18+
## [v3.0.0](https://github.com/jaywcjlove/regex-mate/releases/tag/v3.0.0)
19+
20+
1. doc: 更新参考文档
21+
2. style: 修改正则匹配颜色
22+
3. style: 修改文档布局样式
23+
24+
## [v2.0.1](https://github.com/jaywcjlove/regex-mate/releases/tag/v2.0.1)
25+
26+
- 修复: 修复了捐赠按钮无响应的问题。
27+
28+
## v2.0.0
29+
30+
- 修复:修复赞助恢复问题
31+
- 修复:解决多个已知 bug。
32+
33+
## v1.1.1
34+
35+
1. 修复编辑器输入问题

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<a href="./README.zh.md">中文</a> •
99
<a href="https://apps.apple.com/app/regex-mate/id6479819388">AppStore</a> •
1010
<a href="https://wangchujiang.com/#/contact">Contact & Support</a> •
11-
<a href="https://github.com/jaywcjlove/regex-mate/releases">Changelog</a>
11+
<a target="_blank" href="https://github.com/jaywcjlove/regex-mate/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/regex-mate/id6479819388" title="RegexMate for macOS"><img alt="RegexMate for macOS" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51"></a>

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<p>
88
<a href="./README.md">English</a> •
99
<a target="_blank" href="https://apps.apple.com/app/regex-mate/id6479819388">AppStore</a> •
10-
<a target="_blank" href="https://wangchujiang.com/#/contact">联系&支持</a> •
10+
<a target="_blank" href="https://github.com/jaywcjlove/regex-mate/issues/new?template=bug_report_cn.yml">联系&支持</a> •
1111
<a href="https://github.com/jaywcjlove/regex-mate/releases">变更日志</a>
1212
</p>
1313
<p>

0 commit comments

Comments
 (0)