Bower v1.1.1 Release Notes

Release Date: 2013-08-08 // over 10 years ago
    • ๐Ÿ›  Fix silent fail when spawning child processes in some edge cases (#722)
    • ๐Ÿ›  Fix home command not guessing the correct URL for GitHub ssh endpoints (requires bower cache-clean)
    • ๐Ÿ›  Fix bower not correctly filtering packages with symlinks in some cases (#730)
    • ๐Ÿ›  Fix multi-user usage on bower when it falls back to create a /tmp/bower folder (#743)
    • 0๏ธโƒฃ Bower now sends a fake user agent when behind a proxy by default, so that corporate proxies do not block requests (#698)
    • Bower now translates GitHub public git:// URLs to git@ when behind a proxy (#731)
    • Minor improvements to the CLI output on small terminals
    • Minor programmatic usage improvements
    • ๐Ÿ›  Minor help usage fixes