Skip to content

v8.14.0

Compare
Choose a tag to compare
@stevenjoezhang stevenjoezhang released this 02 Dec 06:14
· 178 commits to master since this release

What's Changed

🌟 New Features

+# Umami Analytics
+# See: https://umami.is/
+umami:
+  enable: false
+  script_url: # https://umami.example.com/script.js
+  website_id: # <your website id>

+# Plausible Analytics
+# See: https://plausible.io/
+plausible:
+  enable: false
+  script_url: # https://plausible.io/js/script.js
+  site_domain: # www.example.com

⭐ Features

  • Putting blogroll and related-posts in separate sidebar-inner elements by @stevenjoezhang in #593
  • Move custom text settings to language file (de453da)
    Options for string translation are removed from _config.yml, to support multilingual websites. To customize the translations, you need to create a languages.yml file in source/_data directory, then add codes like this:
zh-CN:
  sidebar:
    links: ι“ΎζŽ₯
  widget:
    github: 在 GitHub δΈŠε…³ζ³¨ζˆ‘
    chat: 聊倩
  reward:
    comment: ζ”―ζŒδΈ€ζ Ήζ£’ζ£’η³–οΌ

en:
  sidebar:
    links: Friends
  • Remove widgetpack rating (179176e)
-# Star rating support to each article.
-# To get your ID visit https://widgetpack.com
-rating:
-  enable: false
-  id:     # <app_id>
-  color:  "#fc6423"
  • Add cc icon in post-copyright (f9dd986)
  • Add motion.transition.menu_item (705201b)
motion:
  transition:
+    menu_item: fadeInDown

🐞 Bug Fixes

  • Fix URL of related posts (243d81e)
  • Fix span.social-link color (c09c78c)
  • Fix body.sidebar-active content width (0e79d30)

πŸ›  Improvements

πŸŒ€ External Changes

  • Add CodeQL workflow for GitHub code scanning by @lgtm-com in #590
  • Update dependency eslint to v8.28.0 by @renovate in #585
  • Update dependency chai to v4.3.7 by @renovate in #588
  • Migrate to stylelint (3763e0d)

πŸ“– Documentation

🌍 Localization

New Contributors

  • @lgtm-com made their first contribution in #590
  • @fossabot made their first contribution in #594

Full Changelog: v8.13.2...v8.14.0