v1.4.1
Vanessa219/vditorv1.4.1Nov 9, 2019by FiloSottile
AI Summary
Enhances system-wide installation reliability by using sudo, adds a version flag, and significantly speeds up macOS execution.
Key Highlights
- Use of sudo for system-wide NSS store installation
- Added `-version` flag
- 4x speedup for macOS execution
- Minor usability improvements
New Features
- System-wide installation with sudo
- Version flag support
- Performance improvements for macOS
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)