Skip to content

v8.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 03:52
· 325 commits to master since this release

⭐ Features

  • Dark mode support for theme_color (#378)
-# Android Chrome header panel color ($brand-bg / $headband-bg => $black-deep).
-android_chrome_color: "#222"
+# Browser header panel color.
+theme_color:
+  light: "#222"
+  dark: "#222"
  • Make the nav bar of tabs with long content stick to the top (#361)
tabs:
+  # Make the nav bar of tabs with long content stick to the top.
+  sticky: false
  • Fix darkmode mermaid theme (debbe5b)
mermaid:
-  theme: forest
+  theme:
+    light: default
+    dark: dark
  • Add an option to disable banner (9a313b2)

🐞 Bug Fixes

  • Execute unescapeHTML before encoding exturl (d1bf101)
  • Do not restart Pace on every pushState event (0005c03)
  • Fix calendar (53e540b)

🛠 Improvements

  • Move local-search.js to hexo-generator-searchdb (#369)
  • Calculate --sidebar-wrapper-height in pure CSS (#360)

🌀 External Changes

  • Update dessant/lock-threads action to v3 (#380)
  • Update dependency mocha to v9.1.2 (#379)

📖 Documentation


For full changes, see the comparison between v8.7.1 and v8.8.0