Skip to content

Releases: cotes2020/jekyll-theme-chirpy

v5.3.2

22 Nov 13:18
5b5a386
Compare
Choose a tag to compare

Bug Fixes

  • mermaid occasionally fails to initialize (#536) (48f14e3)
  • comment: disqus doesn't follow theme mode switching (b0d5956)
  • restore full-text search (#741) (6774e0e)
  • the image URL in the SEO-related tags is incomplete (#754) (f6e9a3f)

v5.3.1

25 Oct 13:23
c0e3e61
Compare
Choose a tag to compare

Bug Fixes

  • 404 page missing title in tablet/desktop view (5511b28)
  • prompt content overflows horizontally (#705) (fb13e32)
  • tools: multiple configuration files will fail the test (80cb0b3)

Improvements

  • layout: improve the min-height of main content (#674) (49bb93c)
  • optimize the extra padding in lists (#703) (39da11e)
  • posts: improve core block bottom padding (d2fb98b)
  • truncate post content for search results (647eea8)
  • typography: optimize the line height of post content (eac3f9b)
  • update vendor prefix in SCSS (e7dee2a)

Others

  • giscus: add reactions-enabled option (#712) (70662a0)
  • locale: restore options for changing date format (#716) (f904e8c)
  • remove site config option prefer_datetime_locale (6852ceb)

v5.3.0

23 Sep 14:06
7cc36c5
Compare
Choose a tag to compare

⚠️ Note: The deployment for GitHub Pages has been improved: the gh-pages branch and the script tools/deploy.sh from previous versions are no longer required, please consider removing them. And then follow the latest tutorial to update the deployment configuration.

Features

Bug Fixes

  • add missing color to linkedin icon for share list (#683) (0dcd39d)
  • code contains spaces in headings (#644) (3fa1bf3)
  • correct spelling of panel (#686) (b288587)
  • correct the i18n for tab titles (0c5b697)
  • the code doesn’t wrap inside the prompt (#626) (378b65a)

New Contributors

v5.2.0

09 Jun 10:11
4c45f37
Compare
Choose a tag to compare

Note: The parameter defining the preview image in the post is changed from image.src to image.path

Features

Bug Fixes

  • alt is not a valid attribute for 'a' tag (58928db)
  • assets URL is missing baseurl in self-hosted mode (#591) (54124d5)
  • correct the twitter:creator of Twitter summary card (96a16c8)
  • correctly URL encode share links (4c1c8d8)
  • follow paginate_path config for pagination (6900d9f)
  • force checkout of gh-pages branch (#544) (5402523)
  • horizontal scroll for long equations (#545) (30787fc)
  • p is not allowed in span (4f590e2)
  • remove whitespace from avatar URL (#537) (0542b51)
  • resume the preview image SEO tag (#529) (b8d1bcd)
  • script code should be in head or body, not in between (2103191)
  • spurious header closing tags (59e9557)
  • table bypass refactoring when it contains IAL (#519) (5d85ccb)
  • theme mode: SCSS syntax error (#588) (76a1b6a)
  • use jsonify to generate valid json (#521) (dd9d5a7)
  • when the site.img_cdn is set to the local path, the preview-image path loses the baseurl (9cefe58)

Improvements

  • avoid post pageviews from shifting while loading (135a16f)
  • avoid the layout shift for post datetime (6d35f5f)
  • categories: support singular and plural forms of locale (#595) (35cadf9)
  • improve the responsive design for ultrawide screens (#540) (5d6e8c5)

New Contributors

v5.1.0

18 May 15:38
Compare
Choose a tag to compare

New

  • Added Giscus comments support (#501)
  • Added blockquote prompts (#489)
  • Make the source of the static assets configurable
  • Added locales for Russian, Ukrainian, and Burmese (#485, #483)
  • Added filepath style for code

Improved

UX

  • Avoid image caption shifting on load
  • Hide topbar when mobile orientation in landscape mode (#459)
  • Improve English locales for recently updated posts (#478)

Refactor

  • Improved the SW cache list
  • Improved local date-time display
  • Refactor the smooth-scrolling, topbar-switcher module
  • Normalized attribute name in HTML
  • Removed unused HTML attribute from the sidebar

Fixed

  • Bypass hidden posts in home page pagination (#504)
  • Escape the post sharing URL (#496)
  • Update the telegram share URL of the post (#490)
  • Google Analytics scripts are included even if no analytics ID is provided (#482)

New Contributors

v5.0.2

08 Jan 19:18
Compare
Choose a tag to compare

Hotfix

  • Fixed some issues that appear on mobile:
    • Prevent the top bar from covering the heading when scrolling down
    • Avoid preview-image delaying the switching of the top bar title
  • Avoid search hints appears in desktop/tablet mode
  • Enable smooth scrolling for layout page

v5.0.1

04 Jan 19:58
Compare
Choose a tag to compare

Hotfix

  • Fixed <img> HTML element refactoring issue (#476)
  • Corrected the creation of heading anchors (#474)
  • Update the docs according to the new features of v5.0.0

v5.0.0

02 Jan 16:57
Compare
Choose a tag to compare

New

Features

  • Add Utterances comments
  • Add heading anchor to posts
  • Add abbreviation support for image width/height
  • Add variables to define the path of the post images

UI

  • New design for the header of code snippets
  • Redesign the meta-data display of posts
  • Restore the default scroll bar and make it support dark mode on Windows Chrome
  • Move the preview image of the post to the top
  • New design for keyboard input element (#471)

Improved

  • Reduce the number of files refactored by liquid to speed up the build
  • Refactor the layouts to reduce duplication of code
  • Make the anchor scroll position more precise
  • Hide the cursor of icons, images, and code snippets
  • Add Korean locales (#467)

Fixed

  • Escape characters of post list (homepage and related posts)
  • Tab focus doesn't reach the theme-mode toggle (#453)

New Contributors

v4.3.4

29 Nov 13:14
Compare
Choose a tag to compare

Hotfix

  • The NPM lock-file will be copied to the website output content
  • Some language(json, plaintext) conversion of the code block is incorrect
  • Multiple reverse footnote will overlap (#439)

v4.3.0

29 Sep 20:49
Compare
Choose a tag to compare

New

  • Redesign the sidebar
  • Add identification icon to the head of the code block
  • Convert the alias of the syntax language to the official name
  • Add compatibility with Ruby 3.0 (#245, #247)

Improved

  • Improve the color scheme design
  • Hide the tips of the code button in time
  • Auto hide the scroll bar of the code block (#414)
  • Enhance the web accessibility of the code block button
  • Prevent GitHub Actions from automatically upgrading the theme
  • Reduce the files needed for CD

Fixed

  • Prevent the comment block from jumping while loading