v1.10.0

Schniz/fnmv1.10.0May 2, 2019by Schniz

AI Summary

Introduces multi-user support and log level configuration to reduce noise in shells.

Key Highlights

  • Added support for multi-user mode via `--multi` flag
  • Added support for log levels (e.g., quiet) to control output verbosity

New Features

  • Multi-user support
  • Configurable log levels

Full Release Notes

# Highlight πŸ”¦ 

@ohana54 has added a global log level option:

```bash
eval "$(fnm env --multi --log-level=quiet)"
```

# Changelog πŸ“ 

#### New Feature πŸŽ‰

- [#93](https://github.com/Schniz/fnm/pull/93) Add support for log level (Closes [#33](https://github.com/Schniz/fnm/issues/33)) ([@ohana54](https://github.com/ohana54))

#### Documentation πŸ“

- [#95](https://github.com/Schniz/fnm/pull/95) Shorten installation script url ([@vladimyr](https://github.com/vladimyr))

#### Committers: 2

- Dario Vladović ([@vladimyr](https://github.com/vladimyr))
- Tomer Ohana ([@ohana54](https://github.com/ohana54))