Skip to content

Releases: cotes2020/jekyll-theme-chirpy

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)

v3.2.2

04 Mar 07:19
Compare
Choose a tag to compare

Hotfix

  • Fix the corners of the page navigation buttons of the latest/oldest post
  • Fix image width in the list (when screen width is 768px)

v3.2.1

10 Feb 15:58
Compare
Choose a tag to compare

Hotfix

  • Restore the copy link button in the post sharing option (Affected version >= 3.0.3, <= 3.2.0)

v3.2.0

10 Feb 13:40
Compare
Choose a tag to compare

Improved

  • Optimize the language badge position in code block
  • Use regex in site exclusion list (option site.exclude)
  • Add travis job to ensures that the files in the starter template are up to date
  • Improve the min-width of search results items (#276)
  • Add branches notice to the Docs

Fixed

  • Fix typo in readme & quick-start tutorial

v3.1.0

02 Feb 17:50
Compare
Choose a tag to compare

New

  • Add alt attribute option to the post's preview image (#271)
  • Add option lang to the site config

Improved

  • Generate the breadcrumb by Liquid (drop the option site.defaults.breadcrumb in _config.yml)
  • Remove /tabs/ from tabs path
  • Exclude gemspec file from output
  • Reduce Gemfile redundancy

Fixed

  • Restore the prompt in the page nav button in the latest/oldest posts
  • Fix post feature image bottom margin

v3.0.3

28 Jan 16:03
Compare
Choose a tag to compare

Improved

  • Improve code style:
    • JS/SCSS
    • Markdown
    • Shell
  • Add more spec meta to gem
  • Bypass the jekyll build on source branch

Fixed

  • Fix the link in the footer
  • Correct the copyright year
  • Fix the docs contents (typo, ToC, etc.)