Releases: cotes2020/jekyll-theme-chirpy
Releases · cotes2020/jekyll-theme-chirpy
v6.4.2
What's Changed
- Resume the
blockquote
display type by @cotes2020 in #1480
Full Changelog: v6.4.1...v6.4.2
v6.4.1
v6.4.0
What's Changed
New
- add site-wide social preview image settings by @cotes2020 in #1463
- add bilibili support by @mill413 in #1406
Fixes
- image float breaks quotes and prompts by @cotes2020 in #1449
- url-less authors should not have empty links by @chuckhoupt in #1410
Improved
- include the latest posts in the "Recently Updated" list by @cotes2020 in #1456
Misc
- deps-dev: bump the npm group with 3 updates by @dependabot in #1399
- deps: specify the minor version number of ruby by @cotes2020 in #1431
- workflow: add more stale exemption labels by @cotes2020 in #1435
- deps: bump the gh-actions group with 2 updates by @dependabot in #1448
- deps-dev: bump the npm group with 5 updates by @dependabot in #1447
New Contributors
- @chuckhoupt made their first contribution in #1410
- @mill413 made their first contribution in #1406
Full Changelog: v6.3.1...v6.4.0
v6.3.1
v6.3.0
What's Changed
- add Mastodon sharing link by @some-natalie in #1344
- home: crop the preview image that doesn't match 1.91:1 by @cotes2020 in #1325
- resume lazy loading for Twitch videos by @cotes2020 in #1326
New Contributors
- @some-natalie made their first contribution in #1344
Full Changelog: v6.2.3...v6.3.0
v6.2.3
What's Changed
Fixes
- Fix
utterances
initialization failure by @cotes2020 in #1234 - Fix code snippet clipboard tooltip missing title by @cotes2020 in #1246
- Resume target highlighting for superscripts and footnotes by @cotes2020 in #1253
- Avoid LQIP dirty data from the homepage being passed on to the next post by @cotes2020 in #1278
Improvement
- Replace
lazysizes
with browser-level lazy loading by @cotes2020 in #1267 - Enhance PWA cache privacy protection by @cotes2020 in #1275
- Optimize the main block height calculation by @cotes2020 in #1249
- Improve margins for tail block by @cotes2020 in #1243
- Standardize metadata text styles by @cotes2020 in #1295
- Render background color before loading preview image by @cotes2020 in #1298
New Contributors
- @dennykorsukewitz made their first contribution in #1260
- @jensboe made their first contribution in #1265
- @ZhengYuan-Public made their first contribution in #1306
- @DmitriyFrogo made their first contribution in #1308
v6.2.2
v6.2.1
v6.2.0
Features
- layout: center the footer by @cotes2020 (41b8f9f)
- posts: render heading 4 in TOC by @cotes2020 (#1023) (229c2a2)
- ui: redesign the pagination button on home page by @cotes2020 (62bcd60)
- ui: update the twitter icon by @cotes2020 in #1221 (aff7566)
Improvements
- core: speed up the Jekyll build times by @cotes2020 in #1163 (0d4103d)
- refactor using semantic HTML by @cotes2020 in #1207 (505e314)
- ui: improve code snippet design by @cotes2020 (4f86b04)
- ui: improve web accessibility by @cotes2020 (#447) (37c9764)
New Contributors
- @ItsNiceCraft made their first contribution in #1152
- @fr0stb1rd made their first contribution in #1159
Full Changelog: v6.1.0...v6.2.0
v6.1.0
NOTE: We have removed the page views report with this release. See: #1071
Features
Bug Fixes
- missing xml escape for
alt
of preview image (#1113) (8b0fbf5) - the cached image is covered by shimmer (#1100) (df8ff54)
- ui: min-height of
page
layout exceeds the mobile screen (73af591) - webfont: resume semi-bold of font family
Source Sans Pro
(c4da99c)
Improvements
- build: use
jekyll-include-cache
plugin to reduce build time (#1098) (4fe145e), closes #1094 - CJK characters of the "Search Cancel" button will wrap (#1105) (b6d1992)
- ui: avoid blank space at the bottom of the homepage preview image (ce2f6f5)
- ui: improve hover color of sidebar nav items in light mode (728094d)