v1.4.1

astoilkov/jsblocksv1.4.1Nov 9, 2019by FiloSottile

AI Summary

This update improves usability by adding a `-version` flag, speeding up macOS execution by 4x, and ensuring `sudo` is used for system-wide installation.

Key Highlights

  • Use sudo when necessary for system-wide NSS stores
  • Add a -version flag
  • Speed up macOS execution by 4x
  • Minor usability improvements

New Features

  • -version command line flag
  • macOS execution speed optimization
  • System-wide installation with sudo

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)