Skip to content

Commit

Permalink
Added version 1.1.1 change logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Apr 4, 2021
1 parent 365aa4b commit af8ec7b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 36,965 deletions.
28 changes: 17 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

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

### 1.1.0 (2021-04-03)
## 1.1.1 (2021-04-04)

### Bug fixes

- Fixed truncate-html not in the dependencies requirement, cause `hexo g` failing.

## 1.1.0 (2021-04-03)

Since this version, the theme can be simply installed using NPM or Yarn, makes it much easier for theme users!

Expand Down Expand Up @@ -40,38 +46,38 @@ For new configuration setup and usage please read the [usage document](https://a
- Fixed horizontal article's tag skeleton display error.
- Fixed Gitalk not creating an issue on custom page. (#20)

### 1.0.2 (2021-04-01)
## 1.0.2 (2021-04-01)

#### Improvements
### Improvements

- Added scrollbar style for webkit browsers.
- Article allow no category and tags, default category and tag will be displayed.

#### Bug Fixes
### Bug Fixes

- Fixed dark_mode config not taking effect. (#14)
- Fixed the site language setting not taking effect (#12)
- Fixed navigator tips not showing under light mode (#9)
- Removing unnecessary CNAME (#7)
- Fixed content empty when excerpt exist. (#8)

#### Bug Fixes
### Bug Fixes

- Fixed page generation script (#4)
- Fixed default page generation script (#5)
- Fixed recent comment cache logic (#6)

### 1.0.1 (2021-03-30)
## 1.0.1 (2021-03-30)

#### Bug Fixes
### Bug Fixes

- Fixed page generation script (#4)
- Fixed default page generation script (#5)
- Fixed recent comment cache logic (#6)

### 1.0.0 (2021-03-30)
## 1.0.0 (2021-03-30)

#### ⭐️ Features
### ⭐️ Features

- <span class="tag done-tag">✔</span> **`Featured section`** - _Can add a feature meta to any post, those will be pinned into the feature section on the home page._
- <span class="tag done-tag">✔</span> **`Multi-language support`** - _Can dynamically switch the language of the main texts in the application._
Expand All @@ -84,14 +90,14 @@ For new configuration setup and usage please read the [usage document](https://a
- <span class="tag new-tag">NEW</span> **`Blog search`** - _Enable to search all the articles in the blog._
- <span class="tag new-tag">NEW</span> **`Latest comments`** - _Added a widget showing the latest comments, supported using `Gitalk` or `Valine`._

#### 🎨 Theme
### 🎨 Theme

- <span class="tag done-tag">✔</span> **`Light and dark`** - _Light and dark theme support._
- <span class="tag done-tag">✔</span> **`Magazine Layout`** - _Modern magazine grid layout._
- <span class="tag done-tag">✔</span> **`Gradient Colours`** - _Modern gradient colour styles_.
- <span class="tag done-tag">✔</span> **`Timeline styled archives`** - _Archived posts into a timeline format_.

#### 🛠 Configuration
### 🛠 Configuration

- <span class="tag done-tag">✔</span> **`Beian Config`** - _This feature is especially for China users, for those that need to put Beian info at the footer of the blog._
- <span class="tag done-tag">✔</span> **`Customizable menu`** - _Can customize your menu with internal links, external links, custom pages._
Expand Down
26 changes: 16 additions & 10 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

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

### 1.1.0 (2021-04-03)
## 1.1.1 (2021-04-04)

### Bug 修复

- 修复 NPM 没有 truncate-html 依赖,导致无法 `hexo g`

## 1.1.0 (2021-04-03)

这个版本开始,主题可以简单地使用 NPM 或 Yarn 安装,让主题用户更容易使用!

Expand Down Expand Up @@ -41,32 +47,32 @@ cp -rf ./node_modules/hexo-theme-aurora/_config.yml ./_config.aurora.yml
- 修复了推荐文章中的标签骨架显示错误。
- 修复了 Gitalk 在自定义页面不会创建 issue 的问题。 (#20)

### 1.0.2 (2021-04-01)
## 1.0.2 (2021-04-01)

#### 更新
### 更新

- 添加了 webkit 浏览器的 scrollbar 样式.
- 文章允许没有分类和标签,将会显示默认分类和标签.

#### Bug 修复
### Bug 修复

- 修复了 dark_mode 配置没有效果. (#14)
- 修复了 site 下的语言配置没有效果. (#12)
- 修复了导航球的提示文字不显示问题. (#9)
- 删除了没有必要的 CNAME 文件. (#7)
- 修复了有文章不显示内容的问题. (#8)

### 1.0.1 (2021-03-30)
## 1.0.1 (2021-03-30)

#### Bug 修复
### Bug 修复

- 修复页面生成脚本 (#4)
- 修复默认页面生成脚本 (#5)
- 修复了 Gitalk 最近评论的缓存机制 (#6)

### 1.0.0 (2021-03-30)
## 1.0.0 (2021-03-30)

#### ⭐️ 博客功能
### ⭐️ 博客功能

- <span class="tag done-tag">✔</span> **`推荐区域`** - _可以在文章的 meta 中添加 `feature` 属性,让头 3 篇文章指定到首页推荐位置。_
- <span class="tag done-tag">✔</span> **`实时多语言支持`** - _可以实时切换博客内主要文字的语言。_
Expand All @@ -79,13 +85,13 @@ cp -rf ./node_modules/hexo-theme-aurora/_config.yml ./_config.aurora.yml
- <span class="tag new-tag">NEW</span> **`文章导航`** - _可以在文章详情底部跳转到上一篇或者下一篇文章。_
- <span class="tag new-tag">NEW</span> **`最新评论`** - _给首页添加一个最新评论模块,支持使用 `gitalk` 或者 `valine`_

#### 🎨 主题
### 🎨 主题

- <span class="tag done-tag">✔</span> **`深浅主题`** - _深色与浅色主题支持._
- <span class="tag done-tag">✔</span> **`杂志布局`** - _现代杂志 grid 布局。_
- <span class="tag done-tag">✔</span> **`渐变色彩`** - _现代渐变色彩风格,为主题添加更多丰富的色彩。_

#### 🛠 配置
### 🛠 配置

- <span class="tag done-tag">✔</span> **`备案设置`** - _这个功能专门给放在中国服务上的博客用户,可以在博客底部添加备案信息。_
- <span class="tag done-tag">✔</span> **`自定义菜单`** - _可以自定义添加外部链接、内部链接、自定义页面。_
Expand Down
Loading

0 comments on commit af8ec7b

Please sign in to comment.