v1.4.1
f/prompts.chatv1.4.1Nov 9, 2019by FiloSottile
AI Summary
Enhanced usability and performance by adding a version flag, utilizing sudo for system-wide installs, and significantly speeding up macOS execution.
Key Highlights
- Added a `-version` flag to check the software version.
- Speedup macOS execution by 4x for most users.
- Automatically uses `sudo` when necessary to install in system-wide NSS stores.
- Implemented minor usability improvements.
New Features
- Version flag (-version)
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)