You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2024-11-12-nushell_0_100_0.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,10 @@ As part of this release, we also publish a set of optional plugins you can insta
25
25
# Table of contents
26
26
27
27
-[_Highlights and themes of this release_](#highlights-and-themes-of-this-release-toc)
28
+
-[_Cheers to a century!_][#cheers-to-a-century-toc]
28
29
-[_Changes_](#changes-toc)
29
30
-[_Additions_](#additions-toc)
31
+
-[]
30
32
-[_Breaking changes_](#breaking-changes-toc)
31
33
-[_`plugin list`_](#plugin-list-toc)
32
34
-[_Deprecations_](#deprecations-toc)
@@ -67,6 +69,10 @@ As part of this release, we also publish a set of optional plugins you can insta
67
69
for the list of available *containers*
68
70
-->
69
71
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
+
70
76
# Changes [[toc](#table-of-content)]
71
77
72
78
## Additions [[toc](#table-of-content)]
@@ -123,6 +129,10 @@ After [#14141](https://github.com/nushell/nushell/pull/14141), `open --raw` now
123
129
124
130
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)).
125
131
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.
0 commit comments