Skip to content

Releases: jerryc127/hexo-theme-butterfly

3.8.4

18 Sep 14:22
Compare
Choose a tag to compare

Fix

  1. 修復開啟 photofigcaption 後,導致 inlineImg 標籤外掛顯示錯亂的 bug close #667
  2. 修復使用本地搜索時,搜索插件配置為不搜索文章內容會無法使用搜索的 bug close #666
  3. 修復可能導致相關文章鏈接出錯的 bug close #549

Improvement

  1. 調整代碼框滾動條顏色 close #651
  2. 當圖片沒有 figcaption 時,不會添加 figcaption 代碼

3.8.3

29 Jul 17:22
Compare
Choose a tag to compare

Fix

  1. Waline 評論系統 設置 avatarCDN 無效的 bug

3.8.2

20 Jul 15:23
Compare
Choose a tag to compare

Fix

  1. 修復 footer 在部分瀏覽器沒有顯示在底部的 bug #616

Improvement

  1. 修改配置文件註釋 #613

3.8.1

10 Jul 14:35
Compare
Choose a tag to compare

Fix

  1. 修復 inline mathjax 有滾動條的 bug
  2. 修復友情鏈接的頭像帶有 Medium Zoom 燈箱的 bug #607
  3. 修復友情鏈接的頭像帶有 FancyBox 燈箱的 bug #607

Dependencies

  1. update hexo-renderer-pug

3.8.0

04 Jul 10:42
Compare
Choose a tag to compare

Breaking Change

  1. archives 的 標題 在 menu 配置中獲取

  2. 移除最新評論的評論服務商選擇,默認為配置的第一個評論服務商

    newest_comments:
      enable: false
      sort_order: # Don't modify the setting unless you know how it works
      limit: 6
      storage: 10 # unit: mins, save data to localStorage
      avatar: true
    -  # You can only choose one, or neither
    -  valine: false
    -  github_issues:
    -    enable: false
    -    repo:
    -  disqus:
    -    enable: false
    -    forum:
    -    api_key:
    -  twikoo: false
    -  waline: false
  3. widget 寫法更改/可添加非 sticky 區域 widget

Feature

  1. 修改最新評論 icon

  2. waline 顔色適配主題色

  3. 增加 waline avatarCDN 配置(最新評論也會更新)

    waline:
    	...
    +	avatarCDN: # Gravatar CDN baseURL
  4. 升級 facebook comment js 到 v10

Fix

  1. 修復友情鏈接和aside 頭像在 lazyload blur下的顯示 bug
  2. 修復設置 highlight_shrink: true 後,部分代碼框依舊展開的 bug #602
  3. 修復 mathjax 在列表下,導致 列表沒有樣式的 bug #586
  4. 修復文章頁 mathjax 因字體小導致顯示重疊的 bug #587
  5. 修復當內容過少時,footer 沒有底部靠攏的 bug

Improvement

  1. UI 優化
  2. waline 字體大小,頭像特效調整
  3. pjax 優化
  4. 減少卡頓,apple 裝置首頁背景 background-attachment 設為 scroll
  5. 404 頁面不再顯示 rightside

3.7.8

04 Jun 17:05
Compare
Choose a tag to compare

Breaking Change

  1. 移除 waline 的 emojiCDN 和 emojiMaps 配置

Fix

  1. 修復 升級到 waline 1.x 而出現的 bug

3.7.7

11 May 14:29
Compare
Choose a tag to compare

Improvement

  1. 適配新版的 waline 夜間模式

3.7.6

08 May 16:55
Compare
Choose a tag to compare

fix: 修復標題/博客名有 ‘ 時,pjax 會報錯的 bug
improvement: css調整

3.7.5

05 May 15:09
Compare
Choose a tag to compare

Breaking Change

  1. site_verification 優化,需自行配置

    -# Google Webmaster tools verification setting
    -# See: https://www.google.com/webmasters/
    -google_site_verification:
    
    -# Bing Webmaster tools verification setting
    -# See: https://www.bing.com/webmaster/
    -bing_site_verification:
    
    -# Baidu Webmaster tools verification setting
    -# See: https://ziyuan.baidu.com/site/
    -baidu_site_verification:
    
    -# 360 Webmaster tools verification setting
    -# see http://zhanzhang.so.com/
    -qihu_site_verification:
    
    -# Yandex Webmaster tools verification setting
    -# see https://webmaster.yandex.com/
    -yandex_site_verification:
    
    +site_verification:
  2. lazyload 優化 (增加高斯模糊過度特效,增加配置 lazyload 範圍,佔位圖應用到全站)

    lazyload:
      enable: false
    -  post: /img/loading.gif
    +  field: site # site/post
    +  placeholder: /img/loading.gif
    +  blur: false

Feature

  1. 增加 tags 標簽外掛 - label

Fix

  1. 修復開啟anchor後,文章頁跳轉回主頁,主頁網址的hash添加上文章頁最後一個標題的 bug
  2. 修復開啟anchor後,瀏覽器上一頁/下一頁 跳轉會 404 的bug (文章頁的url hash 在pjax下變成 undefined)
  3. 修復 lazyload 報 undefined 的 bug close #532

Improvement

  1. 優化 pjax 下 404 頁面
  2. 優化 button tags 標簽外掛

3.7.1

29 Mar 17:34
Compare
Choose a tag to compare

fix: 修復 github-issues 最新評論 獲取的url格式 bug
fix: 當標題有符號'時,disqus 和 disqusjs 無法加載的 bug