v0.3 Fix: * Clone fails for larger repositories. New: * Allow to setup hostname. Used on git clone url. * Show git clone url on summary
v0.2.1 New: - Experimental support for http git clone - Add ref page Refactor: - Remove extra padding to remove horizontal scroll - Show reference more often
chore: Update dependencies
docs: Update docs
feat: Adapt scss to support dark mode
chore: Update bootstrap version
feat: Show git clone url on summary
feat: Add hostname config
feat: Wrap request Since request is not a interface I need to create a wraper for it so I can extend it later.
fix: reader variable was being shadowed Larger projects that trigger the client to go for gzip was erring. Gzip reader was not setting a variable but rather creating a new one. That led the "git-upload-pack" to received the compressed date rendering it unable to read the packet lines.
feat: Add initial support for http git clone
fix: Remove extra padding to avoid overflow This will prevent horizontal scroll to show