v1.4.1

kriasoft/react-starter-kitv1.4.1Nov 9, 2019by FiloSottile

AI Summary

Improved the installation process by adding sudo support for system-wide stores, introduced a version flag, and significantly optimized macOS execution speed.

Key Highlights

  • Added -version flag to display version information
  • macOS execution speed increased by 4x for most users
  • Uses sudo when installing into system-wide NSS stores
  • Minor usability improvements and build flags for packagers

New Features

  • -version flag

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)