Releases: jerryc127/hexo-theme-butterfly
5.3.5
5.3.4
feat: 移除無法訪問的 API,更改新的 API 地址以獲取隨機語錄
feat: 增加 processSubtitle 函數以處理 subtitle 內容,改進 API 數據處理邏輯,API 調用失敗不影響顯示設置的 sub
feat: 更新插件版本號
feat: 支持 RenderAbc options 選項
improvement: 404 跳轉更順暢
fix: 修正變數名稱中的拼寫錯誤
feat: Removed inaccessible API and updated to new API address for random quotes
feat: Added processSubtitle function to handle subtitle content, improved API data processing logic; API call failures no longer affect display of set subtitles
feat: Updated plugin version
feat: Added support for RenderAbc options
improvement: Smoother 404 page redirections
fix: Corrected spelling errors in variable names
5.3.3
fix: 修復pjax在沒有404頁面時,不斷調用404頁面的 bug
fix: 開啟 pjax 進行跳轉頁面後,使用 giscus 註解時無法獲得正確的 description
feat: footer 增加版本號顯示
fix: Repair the bug where pjax keeps calling the 404 page when there is no 404 page
fix: After using pjax to jump to the page, the correct description cannot be obtained when using giscus for comments
Feature: Add version number display to footer
5.3.2
5.3.1
fix: 修復隨機封面死循環的問題
Full Changelog: 5.3.0...5.3.1
5.3.0
新功能
- js 加載完才顯示聊天按鈕
- 移除 Pangu
- 添加結構化數據支持
- 添加 avif 到支持的圖片格式列表
- 更新 lazyload 配置,支持原生 lazyload 功能
- 代碼優化
- 優化 pageType 邏輯
- 代碼字體先 fallback 到 monospace 再到中文和 sans-serif
- 更新 plugins.yml 中的依賴版本至最新
- 優化 aside_archives,改進性能和可讀性
- 改善 inlineImg 和 timeline 標籤的文檔,優化時間線邏輯
- 更新 gallery 標籤以支持額外參數,優化圖片顯示邏輯
- 優化隨機封面過濾器邏輯,避免連續重複
- 最新評論限制顯示 1-10 條之間
修復
- 修復 artalk 的最新評論顯示待定或者封禁的評論的 bug
- 修復解密文章後,chartjs 沒有加載的 bug
New Features
- Display chat button only after js is loaded
- Removed Pangu
- Added structured data support
- Added avif to the list of supported image formats
- Updated lazyload configuration to support native lazyload functionality
- Code optimization
- Improved pageType logic
- Fallback to monospace for code font, then to Chinese and sans-serif
- Updated dependency versions in plugins.yml to the latest
- Optimized aside_archives for better performance and readability
- Improved documentation for inlineImg and timeline tags, optimized timeline logic
- Updated gallery tag to support additional parameters, optimized image display logic
- Optimized random cover filter logic to avoid consecutive repeats
- Limited the display of latest comments to between 1-10 items
Fixes
- Fixed the bug where artalk's latest comments showed pending or banned comments
- Fixed the bug where chartjs did not load after decrypting articles
5.2.2
5.2.1
新功能
- 說說支持評論
- 說說支持限制條數(時間或數字)
更新
- 更新相關依賴版本
修復
- 修復 disqus 和 disqusjs 不能共存的問題,保留一個
- 代碼優化
- 修復 remark42 最新評論報錯的 bug
- 修復說說的時區問題
New Features
- Added support for comments in "Shuoshuo"
- Added support for limiting the number of "Shuoshuo" entries (by time or number)
Updates
- Updated related dependency versions
Fixes
- Fixed the issue where disqus and disqusjs cannot coexist, keeping only one
- Code optimization
- Fixed the bug with the latest comments in remark42
- Fixed the timezone issue in "Shuoshuo"
5.2.0
新功能
- 說說支持評論
- 說說支持限制條數(時間或數字)
更新
- 更新相關依賴版本
修復
- 修復 disqus 和 disqusjs 不能共存的問題,保留一個
- 代碼優化
- 修復 remark42 最新評論報錯的 bug
- 修復說說的時區問題
New Features
- Added support for comments in "Shuoshuo"
- Added support for limiting the number of "Shuoshuo" entries (by time or number)
Updates
- Updated related dependency versions
Fixes
- Fixed the issue where disqus and disqusjs cannot coexist, keeping only one
- Code optimization
- Fixed the bug with the latest comments in remark42
- Fixed the timezone issue in "Shuoshuo"
5.1.0
新功能
- 添加 chart.js 圖表庫(標籤外挂)
- 適配 Algolia Search 5.0
- 搜索分頁按鈕圓角化
- 本地搜索結果列表顯示數字排序
- 章節導航和相關推薦支持 hover 顯示文章介紹
- 移除 Daovoice
- 導航欄添加背景虛化效果
- 導航欄 hover 效果增加圓角
修復
- 修復不啟用評論系統時,不蒜子統計不顯示的問題
- 修復背景漸變色無法生效的問題
改進
- 説説的標籤可選填
- 代碼精簡和優化
- 移動到説説日期,顯示完整的日期時間
- 説説的時間標籤改為 time 標籤
- 延遲調用 abcjs 函數以解決渲染問題
- 調整側邊欄文章分類的字體大小
New Features
- Added chart.js library (tag plugin)
- Adapted to Algolia Search 5.0
- Rounded corners for search pagination buttons
- Display numerical sorting in local search results list
- Chapter navigation and related recommendations support hover to show article introduction
- Removed Daovoice
- Added background blur effect to the navigation bar
- Added rounded corners to the navigation bar hover effect
Fixes
- Fixed the issue where Busuanzi statistics were not displayed when the comment system was not enabled
- Fixed the issue where background gradient color was not effective
Improvements
- Optional tags for "Shuoshuo"
- Code simplification and optimization
- Moved to "Shuoshuo" date to display the full date and time
- Changed the "Shuoshuo" time tag to a time element
- Delayed calling the abcjs function to resolve rendering issues
- Adjusted the font size of article categories in the sidebar