Releases: benbalter/jekyll-remote-theme
Releases · benbalter/jekyll-remote-theme
Release list
v0.5.1
Fixes
- Fix RuboCop load failure on Ruby 4.0
- Add base64 dependency for Ruby 3.4+
Dependencies
Infrastructure
- Test CI against Ruby 4.0
- Exclude Ruby 4.0 + Jekyll 3.x from CI matrix
- Upgrade RuboCop to 1.57 and resolve violations
- Pin rubocop-ast below 1.38 to avoid deprecation warning
Full Changelog: v0.5.0...v0.5.1
v0.5.0
0.5.0
Features
- Add
@latestref to automatically use the latest GitHub release (#126) - Add support for local filesystem paths in
remote_themeconfiguration (#120) - Add corporate proxy support for remote theme downloads (#124)
Fixes
- Improve 404 error message for non-existent remote themes (#110)
- Fix Ruby 3.4 SSL/CRL compatibility issue (#118)
- Fix compatibility with jekyll-github-metadata 2.15.0+ (#122)
- Add gemspec metadata methods to
MockGemspecfor remote theme compatibility (#125) - Add tests and documentation for local file override behavior (#123)
Dependencies
- Bump jekyll-sass-converter to allow 3.1.0 (#127)
- Bump actions/checkout from 2 to 6 (#115)
- Bump github/codeql-action from 1 to 3 (#108)
- Upgrade to GitHub-native Dependabot (#92)
Infrastructure
- Move from Travis to GitHub Actions for CI (#106)
v0.4.3
- Updated to use HEAD instead of master as default branch (#87) @IanLee1521
- Added extra context to error message when remote theme download fails (#85) @IanLee1521
- Require kramdown-parser-gfm to fix travis (#86) @benbalter
- Fixes #76 (#77) @orchardcc
v0.4.2
v0.4.1
- Update jekyll requirement from ~> 3.5 to >= 3.5, < 5.0 (#54) @dependabot-preview
- Require rubyzip to version 1.3.0 or later
v0.4.0
- Add ability to use themes hosted on enterprise GitHub instances. (#53) @jallenwork
- Fix: build not passing (#48) @DirtyF
- Deps: rubocop-jekyll 0.3 (#41) @DirtyF
- Explicitly specify that the theme should be public (#31) @cetinajero
- Update badges (#30) @sonicdoe
- update documentation for maximum compatibility and less confusion (#28) @kenman345