Home Explore Blog CI



nushell

3rd chunk of `blog/2020-06-30-nushell_0_16_0.md`
18f36d460cdac7bf5d5e3626f2376f0e4c38b0ac345a00f100000001000003cf


_Example of abbreviated prompt_

## RFC process (jzaefferer)

We now have an [RFC process](https://github.com/nushell/rfcs) if you want to propose new features and breaking changes to Nu. Come let us know what you think and share your vision with us.

## Starship becomes optional (fdncred)

We've made enabling starship a configuration option, rather than always being on. This allows you to opt-in, if you'd like the starship experience, but removes the requirement that you have to know to build without starship if you'd rather not have it (which may not be possible if you're using binary releases).

To enable starship, set the `use_starship` setting:

```
> config --set [use_starship $true]
```

## New table drawing (sophiajt)

With 0.16.0, we now use a new table drawing algorithm. Here's the before and after for comparison:


Title: Nushell 0.16.0: RFC Process, Optional Starship, and New Table Drawing
Summary
Nushell 0.16.0 introduces an RFC process for proposing new features and changes. Starship integration is now optional and can be enabled via a config setting. A new table drawing algorithm has been implemented, providing an improved display of tabular data.