Skip to content

Commit ccc7f8b

Browse files
committed
footer inheritance and congrats
1 parent 5ec3fae commit ccc7f8b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

blog/2024-11-12-nushell_0_100_0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ As part of this release, we also publish a set of optional plugins you can insta
2525
# Table of contents
2626

2727
- [_Highlights and themes of this release_](#highlights-and-themes-of-this-release-toc)
28+
- [_Cheers to a century!_][#cheers-to-a-century-toc]
2829
- [_Changes_](#changes-toc)
2930
- [_Additions_](#additions-toc)
31+
- []
3032
- [_Breaking changes_](#breaking-changes-toc)
3133
- [_`plugin list`_](#plugin-list-toc)
3234
- [_Deprecations_](#deprecations-toc)
@@ -67,6 +69,10 @@ As part of this release, we also publish a set of optional plugins you can insta
6769
for the list of available *containers*
6870
-->
6971

72+
## Cheers to a century! [[toc](#table-of-content)]
73+
74+
We wish to express our heartfelt gratitude and congratulations to all of our contributors and users on releasing version 0.100.0! Thanks for sticking with us and making Nushell great. Here's to a hundred more! 🎉
75+
7076
# Changes [[toc](#table-of-content)]
7177

7278
## Additions [[toc](#table-of-content)]
@@ -123,6 +129,10 @@ After [#14141](https://github.com/nushell/nushell/pull/14141), `open --raw` now
123129

124130
The `help` output for commands now shows the command type in parenthesis after the command name (i.e., `plugin`, `alias`, or `custom`). Currently, the command type is not displayed for `built-in`, `keyword`, or known `external` commands ([#14165](https://github.com/nushell/nushell/pull/14165)).
125131

132+
### `$env.config.table.footer_inheritance`
133+
134+
A new option has been introduced for table rendering by [@zhiburt](https://github.com/zhiburt) in [#14070](https://github.com/nushell/nushell/pull/14070). With `$env.config.table.footer_inheritance = true`, if one of the inner rendered tables trips the footer mode setting to show a footer at the bottom of the table, all of the outer tables will also have footers rendered.
135+
126136
## Breaking changes [[toc](#table-of-content)]
127137

128138
### Lone, leading pipe in closures

0 commit comments

Comments
 (0)