v8.8.0
⭐ 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
📖 Documentation
- Typo fix (#381)
For full changes, see the comparison between v8.7.1 and v8.8.0