Skip to content

Releases: cotes2020/jekyll-theme-chirpy

v6.2.3

10 Oct 05:05
fd83462
Compare
Choose a tag to compare

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

New Contributors

v6.2.2

10 Sep 18:43
87a12be
Compare
Choose a tag to compare

Hot Fixes

v6.2.1

10 Sep 16:48
b3005f4
Compare
Choose a tag to compare

Hot Fixes

v6.2.0

10 Sep 13:32
52084f8
Compare
Choose a tag to compare

Features

Improvements

New Contributors


Full Changelog: v6.1.0...v6.2.0

v6.1.0

02 Jul 13:31
0da2f80
Compare
Choose a tag to compare

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

19 May 16:52
7c9fa68
Compare
Choose a tag to compare

Bug Fixes

  • home: preview image missing [alt] and img_path (#1044) (aba9468)
  • layout: restore the margin bottom of the main area (#1047) (eb40f51)
  • post, page: image link loses shimmer effect (#1046) (3bd881d)
  • typography: long string for update-list is not truncated (#1050) (a51d31c)

v6.0.0

16 May 19:13
de6ec65
Compare
Choose a tag to compare

⚠ 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

v5.6.0

17 Mar 18:25
61d9c22
Compare
Choose a tag to compare

Features

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

v5.5.0

29 Jan 21:12
Compare
Choose a tag to compare

Features

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

  • @berk76 made their first contribution in #830
  • @MatyIRG made their first contribution in #833
  • @i4pg made their first contribution in #857

v5.4.0

27 Dec 17:38
5ea3d0f
Compare
Choose a tag to compare

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 misses site.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