v1.8.0

Schniz/fnmv1.8.0Mar 13, 2019by Schniz

AI Summary

Focuses on performance by stripping debug symbols from binaries to reduce size.

Key Highlights

  • Binaries are significantly smaller (~30-40%) after stripping debugging metadata
  • Fixed a quote issue in the Fish config file generation

Full Release Notes

Binaries are now much smaller due to stripping of the debugging metadata (~30-40% smaller!)

#### Bugfix 🐛

- [#83](https://github.com/Schniz/fnm/pull/83) fix: remove unmatched quote written in the fish config file ([@ThomasMarcel](https://github.com/ThomasMarcel))

#### Internal 🛠

- [#84](https://github.com/Schniz/fnm/pull/84) Strip binaries to make them smaller ([@Schniz](https://github.com/Schniz))