Skip to content

Releases: cotes2020/jekyll-theme-chirpy

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.)

v3.0.0

26 Jan 15:50
Compare
Choose a tag to compare

New

  • Convert to a gem-based theme
  • Add image CDN support

Improved

  • Make code block 100% screen width on mobile
  • Optimize the embedded list style
  • Use Gulp to process the JS files
  • Improve the copyrights of the assets

Fixed

  • Fix pageviews display when baseurl exists
  • Fix baseurl on rss-feed (#259)
  • Fix typo in SCSS files

v2.7.2

31 Dec 15:07
Compare
Choose a tag to compare

Improved

  • Add smooth scrolling to footnotes
  • Add hash to URL on scrolling
  • Reduce build time on CD when the site has baseUrl (#229)
  • Let Liquid to determine whether to output post ToC

Fixed

  • Fix the compatibility of the smooth scrolling in Safari
  • Fix doc content (#227)