Skip to content

v3.8.0

Compare
Choose a tag to compare
@XPoet XPoet released this 26 Sep 09:20
8033b25

3.8.0 (2023-09-26)

🌟 Features

  • add custom button tag in post (2363829)
  • add custom note tag in post (ab6c379)
  • add custom tag tabs (3720483)
  • add the ability to share post (5745c71)
  • allow custom reward text (a163a78)
  • first screen description add typewriter effect (1793583)
  • front-matter: add home_cover and post_cover settings (10abbe2)
  • post: added reward author configuration (47b3849)

🐞 Bug Fixes

  • allow mobile website to adjust font size (c323da5)
  • fixed hexo build error (3aa47db)
  • fixed the copy code button was not visible in Mac style (8235b96)
  • home: fixed a bug show two stick icon (105fab5)
  • optimize article meta info icon (72157d9)
  • optimize busuanzi script load (1bc6a27)
  • optimize lazyload of tooltip-img component (e3a1a6e)
  • prevent page flicking after click 'back2top' button (08efbe4)

🎨 Styling

  • function naming optimization (ed08e3f)

🍭 Code Refactoring

  • refactor back2top and back2bottom (d0eae9f)

🛠 Performance Improvements

  • custom injected JS files adapted to PJAX (a0f5a9f)
  • normalizes the tooltip component (2e805ec)
  • optimize back2Top display logic (da77c5c)
  • optimize TOC handle logic (9403947)
  • optimize tooltip-img component custom style setting (455857b)

📦 Build System

  • fontawesome-free upgrade to v6.4.2 (d97aa97)
  • optimize js files load for PJAX (88f7bf4)
  • optimize JS for handling copyright info (6e45812)
  • optimize JS for post share (76da72e)
  • update twikoo comments config (db5e327)

💄 Improvement UI

  • always display back2Top (79464a6)
  • optimize blockquote tag style (0428295)
  • optimize custom button tag style (40d0aa1)
  • optimize friends link page style (134c99f)
  • optimize post share layout (4141cf4)
  • optimize reward author button style (5c6a041)
  • optimize the bottom style of the page (b05ba63)

🚦 Chore