- Fix RuboCop load failure on Ruby 4.0
- Add base64 dependency for Ruby 3.4+
- Allow openssl 4.x to fix install on Ruby 4.0 (#133)
- Bump github/codeql-action from 3 to 4 (#130)
- 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
- 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)
- 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)
- 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)
- Move from Travis to GitHub Actions for CI (#106)