Releases: liuyib/hexo-theme-stun
Releases · liuyib/hexo-theme-stun
v1.1.3
v1.1.2
Features
- Add mathjax & katex support (8f8cac2)
- Add canvas_ribbon & canvas_nest (99b8eca)
- Add UI component of popover & do some optimization (584af05)
Bug Fixes
- Solve not show the button of copy when can't detect lang of code (2663889)
💥 Breaking Changes
Change configuration in _config.yml
:
post_list:
- top_image:
home: true
post_list:
+ cover_image:
home: true
下面是中文翻译:
新功能
- 添加 MathJax 和 KaTex 支持 (8f8cac2)
- 添加 canvas_ribbon 和 canvas_nest 背景特效 (99b8eca)
- 添加 UI 组件 "popover",用来代替标签 title 属性的显示效果 (584af05)
问题修复
- 解决当代码块检测不到语言时,复制按钮不显示的问题 (2663889)
💥 破坏性更改
修改了 _config.yml
文件里的配置项:
post_list:
- top_image:
home: true
post_list:
+ cover_image:
home: true
v1.1.1
Features
- Add reading statistics of valine (b4e313a)
- Add valine comment (170fcb3)
- Add mask effect of top image & remove blur effect (7667e19)
- Add disqus comment (a2016e8)
- Add livere comment (a9579eb)
Bug Fixes
- Solve peoblem of repeating initial comment by gitalk & gitment (6a16476)
💥 Breaking Changes
Change configuration in _config.yml
:
header:
+ mask:
+ enable: true
+ opacity: 0.4
header:
- blur_effect:
- enable: false
- level: 15px
下面是中文翻译:
新功能
- 添加 Valine 评论系统的阅读量统计功能 (b4e313a)
- 添加 Valine 评论系统 (170fcb3)
- 添加顶部图的遮罩效果,并移除顶部图的模糊滤镜效果 (7667e19)
- 添加 Disqus 评论系统 (a2016e8)
- 添加 Livere 评论系统 (a9579eb)
问题修复
- 解决 Gitalk 和 Gitment 重复初始化评论的问题 (6a16476)
💥 破坏性更改
修改了 _config.yml
文件里的配置项:
header:
+ mask:
+ enable: true
+ opacity: 0.4
header:
- blur_effect:
- enable: false
- level: 15px
v1.1.0
Features
- Add button of copy codeblock && perfect animation (dd0856f)
- You can use left and right arrows of keyboard to switch post (e4bdca1)
- Add gitalk comment (0cf4db1)
- Add auto adjust height of sidebar when it arrive footer (e3083af)
Bug Fixes
- Solve the sidebar was not fixed when post had no subtitles (34703e5)
下面是中文翻译:
新功能
- 在代码块上添加复制按钮 并 优化动画效果 (dd0856f)
- 你可以使用键盘上的左右键(
←
,→
)来快速切换文章 (e4bdca1) - 添加 Gitalk 评论 (0cf4db1)
- 当侧边栏下方超出网站底部栏时,自动调整高度 (e3083af)
问题修复
- 解决当文章中没有标题时,侧边栏不再浮动的问题 (34703e5)
v1.0.3
Features
- Add the cover image in the article list & change some config (67345e)
- Add post sticky in the archives (e926f79)
- Add algolia search (77126e4)
- Add the file of custom styles (8a76e09)
💥 Breaking Changes
Change configuration in _config.yml
:
+ post_list:
+ paginate:
+ home: true
+ archives: false
+ top_image:
+ home: true
+ post_widget:
+ tags: true
+ end_text:
+ enable: true
+ horizon_line: true
- post_list_paged:
- home: true
- archives: false
- post_tags: true
- post_end_text:
- enable: true
- horizon_line: true
下面是中文翻译:
新功能
💥 破坏性更改
修改了 _config.yml
文件里的配置项:
+ post_list:
+ paginate:
+ home: true
+ archives: false
+ top_image:
+ home: true
+ post_widget:
+ tags: true
+ end_text:
+ enable: true
+ horizon_line: true
- post_list_paged:
- home: true
- archives: false
- post_tags: true
- post_end_text:
- enable: true
- horizon_line: true
v1.0.2
Features
- Auto scroll toc when page scroll (ceda1ce)
- Fold toc by default & spread it auto when heading to the top (1e242b3)
Bug Fixes
- Solve the problem that the menu always shows (21cde8e)
Change configuration in _config.yml
:
toc:
+ expand_all: false
- max_depth: 5
+ max_depth: 6
下面是中文翻译:
新功能
问题修复
- 解决菜单在移动端始终显示的问题 (21cde8e)
修改了 _config.yml
文件里的配置项:
toc:
+ expand_all: false
- max_depth: 5
+ max_depth: 6
v1.0.1
Features
- You can set whether the article list is paginated (8f44318)
Bug Fixes
- Solved the problem of layout confusion when the sidebar is left (8c25692)
💥 Breaking Changes
Change configuration in _config.yml
:
sidebar:
- float: right
+ position: right
+ post_list_paged:
+ home: true
+ archives: true
- img: imgs
+ images: images
下面是中文翻译:
新功能
- 你可以设置文章列表是否分页 (8f44318)
问题修复
- 解决当侧边栏设置在左边时,布局错乱的问题 (8c25692)
💥 破坏性更改
修改了 _config.yml
文件中的配置项:
sidebar:
- float: right
+ position: right
+ post_list_paged:
+ home: true
+ archives: true
- img: imgs
+ images: images
v1.0.0
🎄 The first official version, more features are under development!
Features
- Add config to automatically remain article excerpt (94c6673)
- Add the feature of stick post to the top (fa9f25c)
- Provides a way to specify the size of the image (aa4195f)
Bug Fixes
- Solved the display of unordered list (1ba789e)
下面是中文翻译:
🎄 第一个正式版本,更多的功能正在开发中!
新功能
问题修复
- 解决无序列表样式显示错乱的问题 (1ba789e)
v1.0.0-beta.1
💥 Break change
Bug Fixes
- Remove the display property of post to eliminate BFC effects (b971e12)
- Resolve read progress error, since post height equal zero (cc1b6fa)
- Display the reading progress bar only on the articles page (cdaac3f)
- Solve the problem of sidebar jumping (6933c40)
Features
- Add back to top button (9248c62)
- Add custom top and bottom img & custom text in footer (bac6900)
- Add diff code highlight & scroll bar UI (940028f)
- Add the end hint at the end of post & make tags to config file (b3605fb)
- Add the hyperlink to post title (2d4089c)
- Add comment support (60d928a)
- Add busuanzi count (8930455)
- Add word count & reading time cout of post (b0c34df)
v1.0.0-beta.0
Bug Fixes
- Code highlight in index, about page & avatar auto center (2276e50)
- Not show tag icon when empty & make header icon configable (5c95bf5)
- Post read progress line show minus (6e7c7be)
Features
- Add code highlight (6f07572)
- Add header nav responsive layout & do some mobile adaptation (3187fe4)
- Add img align to config file & do some i18n (880966c)
- Add post toc (19bb1bc)
- Add responsive layout (a743b07)
- Add reward & post tags & post copyright (5cde659)
- Add sidebar tab page & post read progress & i18n (3b049e1)
- add sitebar of show site info (b9101cc)
- Add tag, category page style (2e4126a)
- Auto switch toc tab when visit post page & error handling (d8f3d99)
- Click heading to stick top & refactor js code with jquery (24ba46c)
- Sidebar sticky top (3561257)