Skip to content

v7.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 07:30
· 7 commits to production since this release

7.0.0 (2024-05-11)

⚠ BREAKING CHANGES

  • optimize the resource hints (#1717)
  • rename media-url file and related parameters (#1651)
  • rename comment setting parameter (#1563)
  • analytics: add post pageviews for GoatCounter (#1543)
  • File _data/origin/cors.yml:

    • cdns has been changed to resource_hints and has a new data structure
  • File _config.yml:

    • img_cdn changed to cdn
    • comments.active changed to comments.provider
    • google_analytics and goatcounter merged under the new option analytics
  • Posts' front matter:

    • img_path changed to media_subpath

Note: The way to build CSS has been changed, if you want to upgrade to v7.0.0 from an earlier version of fork, see "Upgrade the fork".


Features

Bug Fixes

  • make TOC title and entries visible at the same time (#1711) (e0950fc)
  • mode toggle not outlined when receiving keyboard focus (#1690) (cd37f63)
  • prevent footnote back arrow from becoming an emoji (#1716) (8608147)
  • pwa: skip range requests in service worker (#1672) (76d58fe)
  • search result prompt is empty (#1583) (8a2afae)
  • use https for Weibo sharing URL (#1612) (8e5fbb7)

Improvements

Changes