Skip to content

Releases: cotes2020/jekyll-theme-chirpy

v7.2.3

15 Dec 13:06
Compare
Choose a tag to compare

7.2.3 (2024-12-15)

Bug Fixes

  • refreshing mermaid theme may fail (#2113) (2f00d41)
  • ui: gap between TOC entries is inconsistent (#2119) (1b4e318)
  • ui: slow script loading hides TOC fade-up effect in desktop (#2120) (e0c3faf)

v7.2.2

06 Dec 17:04
Compare
Choose a tag to compare

7.2.2 (2024-12-06)

Bug Fixes

  • js files in subdirectories are excluded from the site output (#2101) (f55cc31)

v7.2.1

05 Dec 13:34
Compare
Choose a tag to compare

7.2.1 (2024-12-05)

Bug Fixes

  • build: exclude purgecss.js from output files (#2090) (976e1a1)
  • correct the import condition for theme script (#2075) (a16aa7d)
  • ensure pageviews are fetched after DOM is loaded (#2071) (b4019f3)
  • toc: resume fade up animation in desktop mode (#2085) (8280adb)

v7.2.0

28 Nov 08:59
Compare
Choose a tag to compare

7.2.0 (2024-11-28)

Note

If you are upgrading to this version from a fork (7.0.0 ~ 7.1.1), please note that _sass/dist has been moved to _sass/vendors. For more information, please refer to the latest "Upgrade the Fork".

Features

Bug Fixes

  • pagination error when pinned posts exceed the page size (#1965) (93f616b)

Improvements

v7.1.1

23 Sep 11:56
Compare
Choose a tag to compare

7.1.1 (2024-09-23)

Bug Fixes

v7.1.0

27 Aug 07:29
Compare
Choose a tag to compare

7.1.0 (2024-08-27)

Features

Bug Fixes

v7.0.1

18 May 11:01
Compare
Choose a tag to compare

7.0.1 (2024-05-18)

Bug Fixes

  • analytics: goatcounter pv greater than 1K cannot be converted to numbers (#1762) (33a1fa7)
  • audio/video path apply variable media_subpath (#1745) (00a27a1)

v7.0.0

11 May 07:30
Compare
Choose a tag to compare

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

v6.5.5

23 Mar 18:32
7a7818b
Compare
Choose a tag to compare

What's Changed

v6.5.4

22 Mar 19:49
e559452
Compare
Choose a tag to compare

Bug Fixes

  • Fix social preview image path inside <meta> tag by @cotes2020 in #1623
  • Correct the attribute for the Twitter social image by @kungfux in #1615