Skip to content

Commit 0c093bd

Browse files
committed
chore: bumped version number to 1.4.0
1 parent 38468b1 commit 0c093bd

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,53 @@
11
# 更新日志
22

3+
## [1.4.0](https://github.com/dukeluo/wai/compare/v1.3.0...v1.4.0) - 2023-08-19
4+
5+
### 新增
6+
7+
- 更多的平台字体支持
8+
9+
### 变化
10+
11+
- 使用全新方式实现内容布局,展示区域更加方正
12+
- 更新「历史上的今天」数据
13+
14+
### 修复
15+
16+
- 修复特定角度倾斜出现滚动条的问题
17+
318
## [1.3.0](https://github.com/dukeluo/wai/compare/v1.1.0...v1.3.0) - 2023-01-18
419

520
### 新增
21+
622
- 上架 Add-ons for Firefox,支持 Firefox 浏览器
723

824
### 变化
25+
926
- 更新「历史上的今天」数据
1027

1128
### 修复
29+
1230
- 修复在线版模式选择功能在 Chrome 浏览器不可用问题
1331

1432
## [1.1.0](https://github.com/dukeluo/wai/compare/v1.0.0...v1.1.0) - 2022-10-5
1533

1634
### 新增
35+
1736
- 三种模式[柔和模式/连续模式/全面模式]支持,强度自己选择
1837

1938
### 变化
39+
2040
- 更新「历史上的今天」数据
2141
- 更新「历史上的今天」布局
2242

2343
### 修复
24-
- 修复内容时背景没有全面覆盖问题
2544

45+
- 修复内容时背景没有全面覆盖问题
2646

2747
## [1.0.0](https://github.com/dukeluo/wai/releases/tag/v1.0.0) - 2022-06-25
2848

2949
### 新增
50+
3051
- 活动脖子,预防颈椎病
3152
- 休息日指南,快速知晓下一个休息日
3253
- 当季蔬果提示,健康饮食每一天

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wai",
33
"description": "A new tab web extension that can prevent cervical spondylosis",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/dukeluo/wai.git"

0 commit comments

Comments
 (0)