Skip to content

Releases: cotes2020/jekyll-theme-chirpy

v2.6.1

27 Nov 15:06
Compare
Choose a tag to compare

Hotfix

  • Fix tag <updated> and <summary> on feed.xml

v2.6.0

26 Nov 19:04
Compare
Choose a tag to compare

New

  • Replace the runtime shell scripts with Jekyll plugins and hooks

Improved

  • Use collections to improve the tabs
  • Improve web accessibility
  • Improve the web best practices
  • Upgrade jQuery & Bootstrap (js) to latest version
  • Restore gem tzinfo-data for Windows & JRuby

Fixed

  • Avoid PWA caching browser extensions.
  • Fix the numeric sort of trending tags size.
  • Fix the date of feed

v2.5.1

12 Oct 07:13
Compare
Choose a tag to compare

New

  • Add classes to specify image location
  • Add image caption support

Improved

  • Add Docker support to tools scripts
  • Add multi-config option to build tool
  • Upgrade GA tag to latest version
  • Using yq to parse YAML in tool scripts
  • Upgrade web-fonts source
  • Regular layout optimization

Fixed

  • The copy link button of the posts is invalid
  • Fix the compatibility of fswatch under Linux

v2.5

21 Sep 19:32
Compare
Choose a tag to compare

New

  • Deploy to GitHub Pages by GitHub Actions.

Improvement

  • Improved the post layout & typography
  • PV fetching faster
  • Improved the script tools:
    • Support sub-directories in _posts/
    • Allow non-English post file names

v2.4

21 Sep 19:31
Compare
Choose a tag to compare

New

  • Pinned posts

Improved

  • Make post table responsive.
  • Beautified the inline code style.
  • Improved the generation rules of Categories ID.
  • Related posts
  • Hide broken avatar

Fixed

  • The PV cache.
  • Remove invalid links from categories page.
  • Fixed anchor position on Desktop views.

v2.3

21 Sep 19:31
Compare
Choose a tag to compare

New

  • Support the mathematical expressions.

Improved

  • Replaced the blank loading image with HTML trick.
  • Merge local JS gracefully.
  • Added LinkedIn sharing option on posts.
  • Make lang attribute configurable.
  • Make contact options configurable.
  • Beautified dark mode color scheme.
  • Beautified typography for sidebar, headings and 'diff' hightlight.

Fixed

  • Documents and tutorials.
  • Unify localhost links of posts.

v2.2.1

21 Sep 19:31
Compare
Choose a tag to compare
  • Fixed a bug about Categories hierarchy (#48, #57).
  • Fixed heading layout in blockquote.

v2.2

21 Sep 19:31
Compare
Choose a tag to compare

Features

  • PWA

Enhancements

  • avoid color sparkles when switching modes.
  • remove line number from post snippets (#51)
  • drop Python script tools.
  • optimize typography by using new fonts.
  • beautified code snippet background.
  • make JS compress tool ignore the unchanged files.

Code Refactoring

  • simplified Post lazy loading images.

Bug Fixes

  • JSON parse error caused by character \ on search.json. (#45)
  • scroll jumping when sidebar closes on Android Chrome. (#37)

v2.1

21 Sep 19:31
Compare
Choose a tag to compare

New

  • Add sharing options to Posts.
  • Make prefer theme colors configurable.
  • Dark mode toggle.

Improved

  • Pageviews fetching experience.
  • Added more dark mode color scheme.
  • Tab highlighting experience.
  • Make the Footer design simpler.

Fixed

  • The posts' last-mod in Sitemap and Feed.

v2.0

21 Sep 19:30
Compare
Choose a tag to compare

Features:

  • Adds auto dark-mode.
  • Optimizes responsive design for x-large screeen.
  • Redesigns nav-button of posts.

BugFixed:

  • Fixes the sitemap template.
  • Fixes the build script.