CHANGELOG.md 3.4 KB
Newer Older
EvanOne(文一)'s avatar
EvanOne(文一) 已提交
1 2 3 4
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
## [1.0.0-alpha.0](https://github.com/liuyib/hexo-theme-stun/compare/v1.0.0-beta.0...v1.0.0-alpha.0) (2019-06-17)

### Bug Fixes

* Display the reading progress bar only on the articles page ([cdaac3f](https://github.com/liuyib/hexo-theme-stun/commit/cdaac3f))
* Remove the display property of post to eliminate BFC effects ([b971e12](https://github.com/liuyib/hexo-theme-stun/commit/b971e12))
* Resolve read progress error, since post height equal zero ([cc1b6fa](https://github.com/liuyib/hexo-theme-stun/commit/cc1b6fa))
* Solve the problem of sidebar jumping ([6933c40](https://github.com/liuyib/hexo-theme-stun/commit/6933c40))

### Features

* Add back to top button ([9248c62](https://github.com/liuyib/hexo-theme-stun/commit/9248c62))
* Add busuanzi count ([8930455](https://github.com/liuyib/hexo-theme-stun/commit/8930455))
* Add comment support ([60d928a](https://github.com/liuyib/hexo-theme-stun/commit/60d928a))
* Add custom top and bottom img & custom text in footer ([bac6900](https://github.com/liuyib/hexo-theme-stun/commit/bac6900))
* Add diff code highlight & scroll bar UI ([940028f](https://github.com/liuyib/hexo-theme-stun/commit/940028f))
* Add the end hint at the end of post & make tags to config file ([b3605fb](https://github.com/liuyib/hexo-theme-stun/commit/b3605fb))
* Add the hyperlink to post title ([2d4089c](https://github.com/liuyib/hexo-theme-stun/commit/2d4089c))
* Add word count & reading time cout of post ([b0c34df](https://github.com/liuyib/hexo-theme-stun/commit/b0c34df))

EvanOne(文一)'s avatar
EvanOne(文一) 已提交
25 26 27 28 29 30 31
## 1.0.0-beta.0 (2019-06-03)

### Bug Fixes

* Code highlight in index, about page & avatar auto center ([2276e50](https://github.com/liuyib/hexo-theme-stun/commit/2276e50))
* Not show tag icon when empty & make header icon configable ([5c95bf5](https://github.com/liuyib/hexo-theme-stun/commit/5c95bf5))
* Post read progress line show minus ([6e7c7be](https://github.com/liuyib/hexo-theme-stun/commit/6e7c7be))
32
...
EvanOne(文一)'s avatar
EvanOne(文一) 已提交
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47

### Features

* Add code highlight ([6f07572](https://github.com/liuyib/hexo-theme-stun/commit/6f07572))
* Add header nav responsive layout & do some mobile adaptation ([3187fe4](https://github.com/liuyib/hexo-theme-stun/commit/3187fe4))
* Add img align to config file & do some i18n ([880966c](https://github.com/liuyib/hexo-theme-stun/commit/880966c))
* Add post toc ([19bb1bc](https://github.com/liuyib/hexo-theme-stun/commit/19bb1bc))
* Add responsive layout ([a743b07](https://github.com/liuyib/hexo-theme-stun/commit/a743b07))
* Add reward & post tags & post copyright ([5cde659](https://github.com/liuyib/hexo-theme-stun/commit/5cde659))
* Add sidebar tab page & post read progress & i18n ([3b049e1](https://github.com/liuyib/hexo-theme-stun/commit/3b049e1))
* add sitebar of show site info ([b9101cc](https://github.com/liuyib/hexo-theme-stun/commit/b9101cc))
* Add tag, category page style ([2e4126a](https://github.com/liuyib/hexo-theme-stun/commit/2e4126a))
* Auto switch toc tab when visit post page & error handling ([d8f3d99](https://github.com/liuyib/hexo-theme-stun/commit/d8f3d99))
* Click heading to stick top & refactor js code with jquery ([24ba46c](https://github.com/liuyib/hexo-theme-stun/commit/24ba46c))
* Sidebar sticky top ([3561257](https://github.com/liuyib/hexo-theme-stun/commit/3561257))
48
...