Skip to content

Releases: cotes2020/jekyll-theme-chirpy

v4.2.1

16 Sep 13:57
Compare
Choose a tag to compare

Hotfix

  • Restore the copy post link that was deleted by mistake
  • Prevents copying line number of code block on Safari

v4.2.0

15 Sep 17:56
Compare
Choose a tag to compare

New

  • Disqus theme auto switching
  • macOS style scrollbar (for WebKit browsers)
  • Code block
    • Add custom title option
    • Add hide line number option
    • Add clipboard button (#396)

Improved

  • Enable full-text search (#401)
  • Locale stuff

Fixed

  • Tab name display incorrect in some situation (#387)

v4.1.1

09 Aug 09:36
Compare
Choose a tag to compare

Hotfix

  • The default name of the new tab page is incorrect
  • Discard invalid variables of site config
  • Some document markdown syntax errors

v4.1.0

21 Jul 17:07
Compare
Choose a tag to compare

New

  • Support layout localization
  • Add hook to custom the SCSS variables
  • Redesign the paginator for homepage on the mobile screens

Improved

  • Prevent layout shift when loading the images or posts' date
  • Prevent the code language badge flickering when loading
  • Add fade in effect for lazy-loaded images

Fixed

  • Incorrect bread-crumb on the pagination
  • The items of .gitignore
  • Typo mistakes of some docs

v4.0.2

23 Jun 15:42
Compare
Choose a tag to compare

Hotfix

  • Restrict the compatible version number range of Ruby

v4.0.1

07 May 19:41
Compare
Choose a tag to compare

Hotfix

  • Some necessary files are missing when installing from gem

v4.0.0

30 Apr 06:11
Compare
Choose a tag to compare

New

  • Support single pageview source (also reduce the related config options)
  • Add shadow effect option for images
  • Popup images (powered by Magnific-Popup)

Improved

  • Reduce the PWA cache storage
  • Reduce the external files required for gem installation
  • Simplify the favicon
  • Improve the responsive design for new tablets
  • Prevents zooming in the iOS safari search input form
  • Unify the text color in the panel
  • Hide scroll bar of the sidebar

Fixed

  • Service Worker fetch event error after the site update
  • Some CDN URL in the header is missing the protocol
  • RSS template has no custom author

v3.3.2

10 Apr 17:46
Compare
Choose a tag to compare

Hotfix

  • Fix PV report failure when there is no local cache
  • Fix the link color in search results (affected: v3.3.0 ~ v3.3.1)

v3.3.1

02 Apr 13:25
Compare
Choose a tag to compare

Hotfix

  • MathJax config for TeX and LaTeX style delimiters will be invalid in deployment

v3.3.0

02 Apr 08:33
Compare
Choose a tag to compare

New

  • Support TeX and LaTeX math delimiters (#243)

Improved

  • Update the ruby setup in gh-actions (#306)
  • The config option site.author is deprecated
  • Change the order of post meta & improve timeago
  • Improve the bump tool

Fixed

  • Fix PWA error caused by service worker storing the POST method Request objects as cache key (#297)