Skip to content

Releases: cotes2020/jekyll-theme-chirpy

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)

v2.7.1

25 Dec 16:52
Compare
Choose a tag to compare

Improved

  • Jump to the anchor position smoothly
  • Simplify sidebar style
  • Optimize typography
    • Set the table width to 100% on small screens
    • Optimize list style
    • Optimize image style
    • Make checkbox color lighter (light mode)
    • Reduce the space for inline code

Fixed

  • Fix the position of the table scroll bar
  • Fix the Jekyll minimum version requirement

v2.7.0

18 Dec 16:55
Compare
Choose a tag to compare

New

  • Integrate with Mermaid
  • Add reading time to posts
  • Display the language of code snippets

Improved

  • Make table horizontal scroll
  • Redesign the checkbox
  • Redesign the pinned label
  • Code optimization:
    • theme-mode toggle
    • JS/CSS selector

Fixed

  • GitHub Action workflow doesn't hit the cache

v2.6.2

29 Nov 04:38
Compare
Choose a tag to compare

Hotfix

  • Fix the 404 title on mobile devices