v1.4.1

blackboardsh/electrobunv1.4.1Nov 9, 2019by FiloSottile

AI Summary

Improved system-wide installation by using sudo where necessary, added a version flag, and significantly sped up macOS execution.

Key Highlights

  • Added a -version flag to display version information.
  • macOS execution speed increased by 4x for most users.
  • Use sudo when necessary to install in system-wide NSS stores.
  • Note for packagers regarding version setting via ldflags.

New Features

  • Version flag support.
  • Performance optimization on macOS.
  • Improved system-wide installation reliability.

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)