Skip to content

Commit

Permalink
Updated change logs for version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Apr 4, 2021
1 parent 54a34b2 commit fd540f8
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file.

## 1.1.2 (2021-04-04)

### Features

- Added configuration for Favicon. (#22)
- Added copy code button for code fence. (#24)

### Bug fixes

- Fixed dropdown menu triggered locale changes (#21)
- Removed default configs from theme configs, avoid configs being carried to theme configs.
- Fixed incorrect sum of site word count (#23)

### Improvements/Changes

- Improved tag click box size.
- Changed unit test engine to Jest.

## 1.1.1 (2021-04-04)

### Bug fixes
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

对这个项目的所有值得注意的变化都将记录在这个文件中。

## 1.1.2 (2021-04-04)

### 功能

- 增加图标配置。(#22)
- 为代码栅栏添加了复制代码按钮。(#24)

### Bug 修复

- 修复了下拉菜单触发的地区变化 (#21)
- 从主题配置中移除默认配置,避免将配置携带到主题配置中。
- 修正错误的网站字数总和 (#23)

### 改进/改变

- 改进了标签点击框的大小
- 将单元测试引擎改为 Jest

## 1.1.1 (2021-04-04)

### Bug 修复
Expand Down

0 comments on commit fd540f8

Please sign in to comment.