Releases: cotes2020/jekyll-theme-chirpy
Releases · cotes2020/jekyll-theme-chirpy
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)
New Contributors
v6.0.1
v6.0.0
⚠ BREAKING CHANGES
- rename assets origin configuration files (c283e77)
Features
- add a hook to insert custom metadata in
head
tag (#1015) (fe20341) - i18n: add sl-SI.yml with slovenian translations (#989) (42a700a)
- i18n: add Traditional Chinese (Taiwan) localization file (#961) (d97f95f)
- i18n: added Swedish localization file (#969) (fe70479)
- support hiding the modification date of a post (#1020) (8da583d)
- ui: improve code snippet design (6d99f5c)
- ui: improve the design for top bar (83f1c34)
- ui: new design footer content layout (3210c59)
- ui: redesign the sidebar (83bbe4a)
- ui: show preview image in home page (97b8dfe)
Bug Fixes
- parameter parsing error in image URL (#1022) (ee88cec)
- rss: double quotes in the post title will break the XML structure (#965) (1719d81)
Improvements
- assets: reduce HTTP requests to CDN (9d97120)
- calculate heading font size dynamically (#983) (52f5ee9)
- i18n: set the global default locales to "en" (#979) (61fdbcb)
- tools: avoid initialization interruption in single branch forks (#992) (e90461a)
- ui: improve categories color in dark mode (414dd13)
- ui: improve hover effect for post preview cards (7626e4d)
- ui: improve hover effect of trending tags (34499f0)
- ui: improve inline code in light mode (e38309f)
- ui: improve related posts design (2918da9)
- ui: improve the color of prompts in dark mode (8cbbcfa)
- ui: lighten the link color in light-mode (7c23a4e)
- ui: mute the marker in lists (0c80552)
- ui: uniform the muted text color (aadf939)
- ux: improve LQIP fade in effect (003e7b6)
New Contributors
- @kuohuanhuan made their first contribution in #961
- @JorgenIvarsson made their first contribution in #969
- @mikeytroo made their first contribution in #989
v5.6.0
Features
- change TOC plugin to
tocbot
(#774) (02b7bd5) - i18n: add Greek Language Support. (#903) (712a9b2)
- ux: turn home page posts into clickable cards (#895) (b85f633)
Bug Fixes
- css selector string escaping vulnerability (#888) (5c6ec9d)
- mathematics cannot scroll horizontally (#760) (4681df7)
- notch status bar doesn't match theme color (#918) (820ba62)
- some console snippets will be incompletely copied (e8e4901)
New Contributors
- @Greekforce1821 made their first contribution in #903
v5.5.0
Features
- i18n: add Arabic translation (#857) (765af53)
- i18n: add Czech language (#833) (98d48f5)
- i18n: add Finnish translations (#843) (d6d0318)
- i18n: add Italian translation (#850) (9a011e1)
Bug Fixes
- copy command line incomplete(
.gp
part) (41ed331) - correct encoding of spaces in share URLs (#835) (f2d2858)
- post's image would cover the PWA update alert (bd374dd)
- prompt with nested blockquotes renders incorrectly (#846) (babb4a0)
New Contributors
v5.4.0
Features
- add
rel="me"
to Mastodon sidebar contact links for verification (#807) (d2190c7) - add embed video support (ed6dc53)
- add shimmer background when image loads (ab16fdc)
- set preview image ratio to 1.91 : 1 (4b6ccbc)
- support dark and light mode images (#481) (9306c7b)
- support LQIP for images (bffaf63)
Bug Fixes
hreflang
tag attribute of feed missessite.alt_lang
(7651d28)og:image
will be incorrect if the image uses a cross-domain URL (8de1abd)- refactoring error when the image URL contains parameters (ec98f07)
- spaces in post title are encoded when sharing (7efd2f8)
Improvements
- cdn: optimize cache policy for static assets (7fb0ee0)
New Contributors
- @Bornunique911 made their first contribution in #773
- @kendaleiv made their first contribution in #807