Releases: cotes2020/jekyll-theme-chirpy
Releases · cotes2020/jekyll-theme-chirpy
v4.0.1
v4.0.0
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
v3.3.1
v3.3.0
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
v3.2.1
v3.2.0
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
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