Commit Graph

12 Commits

  • chore: release v5.5.3
    - Bump version from 5.5.3-b2 to 5.5.3 in package.json
    - Update third-party dependencies:
      * algolia_search: 5.43.0 -> 5.46.0
      * docsearch: 4.3.1 -> 4.3.2
      * fancybox: 6.1.4 -> 6.1.7
      * katex: 0.16.25 -> 0.16.27
      * mermaid: 11.12.1 -> 11.12.2
      * waline: 3.7.1 -> 3.8.0
    
    perf: optimize JavaScript performance
    - Add defer attribute to script tags in pjax and prismjs
    - Improve DOM content loading timing in pjax
    - Optimize utilities with better throttle implementation
    - Cache header positions for TOC performance
    - Optimize related posts generation with Maps
    - Improve archive helpers performance
    
    fix: improve error handling and UI fixes
    - Replace process.exit with proper error throwing
    - Fix tooltip positioning with boundary checks
    - Add btn-effects to readmode exit button
    - Fix element height calculation for hidden elements
    - Improve image filters in dark mode (brightness .88, contrast .95)
    
    style: code improvements and consistency
    - Refactor random cover generation with generator pattern
    - Optimize data processing in helpers
    - Clean up unused functions and improve code structure
    - Fix Chinese translation: 页 -> 頁
  • chore: 升級版本至 5.5.2 並更新相依套件
    - perf(highlight): 改善複製提示 UI,新增浮動動畫效果
    - fix(shuoshuo): 為說說內容中的圖片新增延遲載入支援
    - fix(mermaid): 支援在標籤助手中使用自訂配置選項
    - fix: 使用 url_for() 處理主題資源路徑 (busuanzi, artalk)
    - refactor(aside_archives): 重新命名 url_for 變數以保持一致性
    - refactor(inject_head_js): 使用解構賦值命名方式
    - chore(deps): 更新 hexo-util 至 4.0.0
    - chore(plugins): 更新多個 CDN 套件版本
    - style(highlight): 優化程式碼區塊工具列佈局與溢位處理
    - fix(zh-CN): 修正分頁文字使用正確的簡體字「页」
  • fix: 更新 package.json 和 plugins.yml 中的版本號
    fix: 修正 truncateContent 函數, 加密文章不显示自动擷取內容
    feat: 增加首頁樣式以支持單詞換行
    fix: 修正 truncateContent 函數以正確處理自動擷取內容
    fix: 修复 card_archives 计数 bug
    fix: 修正分頁順序邏輯
  • feat: 更新 plugins.yml 中的依賴版本至最新
    feat: 優化 aside_archives ,改進性能和可讀性
    feat: 改善 inlineImg 和 timeline 標籤的文檔,優化時間線邏輯
    feat: 更新 gallery 標籤以支持額外參數,優化圖片顯示邏輯
    improvement: 優化隨機封面過濾器邏輯, 避免連續重複
    feat: 最新評論限制顯示 1-10 條之間
    fix: artalk 的最新評論顯示待定或者封禁的評論的 bug
  • breaking change:
    1. 部分配置更改
    
    feat:
    1. 移除 messenger 聊天插件
    2. 更新 fackbook 版本號
    3. 增加 香港繁體、日文和韓語
    4. 使用的新的複製api 代替舊的
    5. 增加 umami 分析
    6. 增加 umami 獲取訪問量/訪客數
    7. snackbar 增加透明度
    8. 文章頁下, nav fixed 下 顯示文章標題
    
    improvement:
    1. 代碼優化
    2. 修改部分用語
    3. 回復之前的相對時間邏輯
    4. timeline tag 樣式優化
    5. 優化 seo
    6. 優化 artalk 的最新評論
    
    fix:
    1. tag-hide toggle 圓角問題
    2. lazyload 為 false 時,artalk 無法正常加載評論的 bug
    3. 修復 gallery 出現抖動的 bug
  • improvements: 代碼名全大寫
    improvements: 補全card-categories和card-archives的 '查看更多‘鏈接 close #337
    fix: 修復comments沒設置時,報Unexpected token ')'的bugs close #344
    improvements: 優化js和html
    fix: 修復toc 滾動百分比不準的Bugs
  • 💥 支持雙評論系統配置/評論配置整理
     增加mac light 代碼框
     增加文章過期提醒配置
     文章copyright 可單獨配置
     card-category 中category名稱和數字限制一行顯示
     簡繁轉換優化,placeholder文字也會被轉換
    🐛 修復配置PWA參數時,如果網站是子目錄時,會出現加載不到文件的bugs
    調整當card-category有收縮按鈕時的顯示佈局
  • 🏷️ 2.3.0發佈
  • feat: aside widget 增加部分參數可配置
     feat: aside widget的Categories,Tags,post,Archives可配置limit
     feat: 整合公告欄配置到aside去
    🐛 fix: 修復當flink.yml內容為空時,報錯的bug
    💄 fix: 修復darkmode下 aside 查看更多文字顏色太淺的bug