v1.4.1
NVlabs/Sanav1.4.1Nov 9, 2019by FiloSottile
AI Summary
This update improves system-wide installation by using `sudo` when necessary, adds a `-version` flag for checking the version, and significantly speeds up macOS execution. It also provides a note for packagers regarding version setting.
Key Highlights
- Added `-version` flag
- Speed up macOS execution by 4x
- Use `sudo` for system-wide NSS installation
- Minor usability improvements
New Features
- Version flag
- Faster macOS execution
- System-wide NSS installation improvements
Full Release Notes
*Note: packagers building from source now need to set the version like `-ldflags "-X main.Version=$VERSION"`* * Use `sudo` when necessary to install in system-wide NSS stores (#192) * Add a `-version` flag (#191) * Speed up macOS execution by 4x for most users (#135) * Minor usability improvements (#182, #178, #188)