Releases: benbalter/jekyll-auth
Releases · benbalter/jekyll-auth
v2.1.3
- Update dependencies
Note: This project is end of life. If you are looking to serve a Jekyll site privately, consider changing the visibility of your GitHub Pages site.
v2.1.2
- Upgrade rack & webmock (#169) @bigzoo
- Update activesupport requirement from ~> 5.0 to >= 5, < 7 (#145) @dependabot-preview
- Update dependencies so it's compatible with jekyll 4 (#144) @alexandru-calinoiu
- Setup command now correctly accepts arguments (#119) @AbleLincoln
v2.1.1
v2.1.0
- Updates colorator dependency for Jekyll ~> 3.2.0 compatibility (#96, props @asanger)
- Allow custom host & port (#82, props @gnclmorais)
- Documentation fixes (#75, props @jadengore)
- Capitalize the H in "GitHub" (#85, props @gjtorikian)
- Development: Add Rubocop and enforce Jekyll's Ruby Style
- Development: Sets default values for
GITHUB_CLIENT_ID
andGITHUB_CLIENT_SECRET
in test mode (#77, props @patmaddox)
v2.0.0
- Breaking change:
GITHUB_ORG_ID
is nowGITHUB_ORG_NAME
(#71, props @jarrodparkes) - New: Jekyll 3.x support (#72, props @gjtorikian)
- New: Dropped support for Ruby < 2.0.0 (#73)
v1.0.3
v1.0.2
v1.0.1
v1.0.0
- Custom 404 pages (#52)
- Authentication logic completely rewritten, now fully tested (#46, #47)
- Added
team_id
command to retrieve a GitHub team's ID by name - Simplified configuration management
- Simplified command line interface (moved to Mercenary from Commando) (#50)
- Improved documentation + expanded installation instructions (#42, props @fkostadinov)
- Command line output now in color
WARDEN_GITHUB_VERIFIER_SECRET
set by defaultjekyll-auth build
now accepts Jekyll options (#12)- Better Windows support (now uses
open3
) - Removed Git dependency
- Fixed: Setup blows up when not in a Git repo