Releases: cotes2020/jekyll-theme-chirpy
Releases · cotes2020/jekyll-theme-chirpy
v7.1.1
v7.1.0
7.1.0 (2024-08-27)
Features
- add Bluesky social links (#1759) (0102aba)
- add Reddit social option (#1836) (8673e13)
- add Threads social links (#1837) (e3a78b6)
- analytics: add fathom analytics (#1913) (befc4ce)
- dev: add vscode tasks (#1843) (e4db1a1)
- dev: support vscode dev-container (#1781) (1e3d4a6)
- ui: improve block quote layout (80bd792)
- ui: improve visibility of inline code (#1831) (c876731)
- ui: make
info-prompt
icon looks like the letter "i" (#1835) (a07a57e) - ui: set
<kbd>
font to 'Lato' (64c7262)
Bug Fixes
v7.0.1
v7.0.0
7.0.0 (2024-05-11)
⚠ BREAKING CHANGES
-
File
_data/origin/cors.yml
:cdns
has been changed toresource_hints
and has a new data structure
-
File
_config.yml
:img_cdn
changed tocdn
comments.active
changed tocomments.provider
google_analytics
andgoatcounter
merged under the new optionanalytics
-
Posts' front matter:
img_path
changed tomedia_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
- add cloudflare web analytics (#1723) (c17fba4)
- add support for embed video files (#1558) (9592146)
- add support for giscus strict title matching (#1614) (700fd5b)
- analytics: add post pageviews for GoatCounter (#1543) (b641b3f)
- analytics: add Umami and Matomo tracking codes (#1658) (61bdca2)
- change site verification settings (#1561) (e436387)
- deps: move
MathJax
configuration to a separate file (#1670) (44f552c) - display theme version in footer (#1611) (8349314)
- i18n: allow
page.lang
to overridesite.lang
(#1586) (547b95c) - make post description customizable (#1602) (f865336)
- media: support audio and video tag with multi sources (#1618) (23be416)
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
- improve <hr> visibility in dark mode (#1565) (4ddd5c4)
- lean bootstrap javascript (#1734) (ddb48ed)
- rename comment setting parameter (#1563) (f8390d4)
- replace jQuery with Vanilla JS (#1681) (fe7afa3)
- simplify mode toggle script (#1692) (d4a6d64)
- tree shaking Bootstrap CSS (#1736) (363a3d9)
Changes
v6.5.5
v6.5.4
v6.5.3
v6.5.2
What's Changed
Fixes
- Correct the base URL parameter name by @cotes2020 in #1576
- Build the gem on the
production
branch by @cotes2020 in #1577
Full Changelog: v6.5.1...v6.5.2
v6.5.1
What's Changed
- Correct the generation of relative resource paths by @cotes2020 in #1553
- Update actions versions by @joshjohanning in #1554
Full Changelog: v6.5.0...v6.5.1
v6.5.0
What's Changed
New
- Add options to manage PWA caching by @cotes2020 in #1501
- Add analytics support for GoatCounter by @smorkolama in #1526
Improvements
- Allow no social links to be configured by @cotes2020 in #1494
- Allow TOC to start at heading 3 by @yeonwlee in #1512
- Enable equation numbering in MathJax by @qbrak in #1520
Fixes
- Missing "/" at the end of URLs for categories and tags in breadcrumb by @cotes2020 in #1495
- Correct the Twitter Card in social share preview by @bigsk1 in #1498
Misc
- Fix typo in the "Getting Started" post by @TroubleDog54 in #1502