Skip to content

Releases: liuyib/hexo-theme-stun

v1.1.3

22 Jul 15:09
Compare
Choose a tag to compare

Features

  • Add the copy button in copyright of posts (26155b7)
  • Add a mark icon to external icon (2f11fd7)
  • Add support for front-matter: link (79b73bf)

下面是中文翻译:

新功能

  • 在文章底部的版权声明处,添加复制按钮 (26155b7)
  • 给具有 target="_blank" 属性的链接添加 Icon,用于标识外部链接 (2f11fd7)
  • 添加对 Front-matterlink 字段的支持 (79b73bf)

v1.1.2

20 Jul 09:29
Compare
Choose a tag to compare

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

16 Jul 08:33
Compare
Choose a tag to compare

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

14 Jul 08:52
Compare
Choose a tag to compare

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

12 Jul 07:57
Compare
Choose a tag to compare

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

下面是中文翻译:

新功能

  • 在首页的文章列表中添加封面图片功能 (67345e)
  • 在归档页面的文章列表中,显示文章置顶 (e926f79)
  • 添加 Algolia 搜索 (77126e4)
  • 添加自定义样式文件 (8a76e09)

💥 破坏性更改

修改了 _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

28 Jun 08:59
Compare
Choose a tag to compare

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

下面是中文翻译:

新功能

  • 当页面滚动时,自动滚动文章目录 (ceda1ce)
  • 默认折叠文章目录,当标题移动到页面顶部时,展开对应的目录项 (1e242b3)

问题修复

  • 解决菜单在移动端始终显示的问题 (21cde8e)

修改了 _config.yml 文件里的配置项:

  toc:
+   expand_all: false
-   max_depth: 5
+   max_depth: 6

v1.0.1

24 Jun 13:48
Compare
Choose a tag to compare

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

23 Jun 08:05
Compare
Choose a tag to compare

🎄 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)

下面是中文翻译:

🎄 第一个正式版本,更多的功能正在开发中!

新功能

  • 添加自动保留文章摘要的功能 (94c6673)
  • 添加文章置顶功能 (fa9f25c)
  • 提供了一个指定图片大小的便捷方法 (aa4195f)

问题修复

  • 解决无序列表样式显示错乱的问题 (1ba789e)

v1.0.0-beta.1

17 Jun 13:56
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

💥 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

03 Jun 10:04
Compare
Choose a tag to compare
v1.0.0-beta.0 Pre-release
Pre-release

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)