Skip to content

Commit 98e31af

Browse files
committed
Fix layout mess of release note
1 parent e3f766d commit 98e31af

File tree

1 file changed

+63
-55
lines changed

1 file changed

+63
-55
lines changed

blog/2024-11-12-nushell_0_100_0.md

Lines changed: 63 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -20,59 +20,67 @@ As part of this release, we also publish a set of optional plugins you can insta
2020

2121
# Table of contents
2222

23-
- [_Highlights and themes of this release_](#highlights-and-themes-of-this-release-toc)
24-
- [_Cheers to a century!_](#cheers-to-a-century-toc)
25-
- [_`like` and `not-like` operators_](#like-and-not-like-operators-toc)
26-
- [_Division, floor division, and `mod`_](#division-floor-division-and-mod-toc)
27-
- [_`plugin list` improvements_](#plugin-list-improvements-toc)
28-
- [_Changes_](#changes-toc)
29-
- [_Additions_](#additions-toc)
30-
- [_`history import`_](#history-import-toc)
31-
- [_`catch` error record_](#catch-error-record-toc)
32-
- [_`url join` and `url build-query`_](#url-join-and-url-build-query-toc)
33-
- [_`touch --no-deref`_](#touch-no-deref-toc)
34-
- [_`help commands` and `scope commands`_](#help-commands-and-scope-commands-toc)
35-
- [_`ps -l`_](#ps-l-toc)
36-
- [_`length`_](#length-toc)
37-
- [_`stor`_](#stor-toc)
38-
- [_`to text --no-newline`_](#to-text-no-newline-toc)
39-
- [_`open --raw`_](#open-raw-toc)
40-
- [_`help`_](#help-toc)
41-
- [_`$env.config.table.footer_inheritance`_](#env-config-table-footer-inheritance-toc)
42-
- [_Function key keybindings_](#function-key-keybindings-toc)
43-
- [_Breaking changes_](#breaking-changes-toc)
44-
- [_Lone, leading pipe in closures_](#lone-leading-pipe-in-closures-toc)
45-
- [_`url parse`_](#url-parse-toc)
46-
- [_`http --max-time`_](#http-max-time-toc)
47-
- [_Empty rest matches_](#empty-rest-matches-toc)
48-
- [_Case insensitive sorting_](#case-insensitive-sorting-toc)
49-
- [_`ansi clear_entire_screen_plus_buffer`_](#ansi-clear-entire-screen-plus-buffer-toc)
50-
- [_Deprecations_](#deprecations-toc)
51-
- [_AST evaluation engine_](#ast-evaluation-engine-toc)
52-
- [_Removals_](#removals-toc)
53-
- [_`std/dirs`_](#std-dirs-toc)
54-
- [_Bug fixes and other changes_](#bug-fixes-and-other-changes-toc)
55-
- [_`return`, `break`, and `continue`_](#return-break-and-continue-toc)
56-
- [_External command bareword arguments_](#external-command-bareword-arguments-toc)
57-
- [_`to text`_](#to-text-toc)
58-
- [_`to nuon`_](#to-nuon-toc)
59-
- [_`use`_](#use-toc)
60-
- [_`transpose`_](#transpose-toc)
61-
- [_Constants with type signatures_](#constants-with-type-signatures-toc)
62-
- [_Short flag type checking_](#short-flag-type-checking-toc)
63-
- [_Cell path pretty printing_](#cell-path-pretty-printing-toc)
64-
- [_`in $range`_](#in-range-toc)
65-
- [_`into datetime`_](#into-datetime-toc)
66-
- [_`ansi -l`_](#ansi-l-toc)
67-
- [_`join`_](#join-toc)
68-
- [_Table literals as arguments_](#table-literals-as-arguments-toc)
69-
- [_`clear`_](#clear-toc)
70-
- [_Prefer `$env.VISUAL` over `$env.EDITOR`_](#prefer-env-visual-over-env-editor-toc)
71-
- [_Fix handling of exported external aliases_](#fix-handling-of-exported-external-aliases-toc)
72-
- [_Panic fixes_](#panic-fixes-toc)
73-
- [_Hall of fame_](#hall-of-fame-toc)
74-
- [_All breaking changes_](#all-breaking-changes-toc)
75-
- [_Full changelog_](#full-changelog-toc)
23+
- [Nushell 0.100.0](#nushell-01000)
24+
- [Where to get it](#where-to-get-it)
25+
- [Table of contents](#table-of-contents)
26+
- [Highlights and themes of this release \[toc\]](#highlights-and-themes-of-this-release-toc)
27+
- [Cheers to a century! \[toc\]](#cheers-to-a-century-toc)
28+
- [`like` and `not-like` operators \[toc\]](#like-and-not-like-operators-toc)
29+
- [Division, floor division, and `mod` \[toc\]](#division-floor-division-and-mod-toc)
30+
- [Division](#division)
31+
- [Floor division](#floor-division)
32+
- [`mod`](#mod)
33+
- [`plugin list` improvements \[toc\]](#plugin-list-improvements-toc)
34+
- [Changes \[toc\]](#changes-toc)
35+
- [Additions \[toc\]](#additions-toc)
36+
- [`history import` \[toc\]](#history-import-toc)
37+
- [`catch` error record \[toc\]](#catch-error-record-toc)
38+
- [`url split-query` \[toc\]](#url-split-query-toc)
39+
- [`help commands` and `scope commands` \[toc\]](#help-commands-and-scope-commands-toc)
40+
- [`ps -l` \[toc\]](#ps--l-toc)
41+
- [`url join` and `url build-query` \[toc\]](#url-join-and-url-build-query-toc)
42+
- [`touch --no-deref` \[toc\]](#touch---no-deref-toc)
43+
- [`help commands` and `scope commands`](#help-commands-and-scope-commands)
44+
- [`length`](#length)
45+
- [`stor` \[toc\]](#stor-toc)
46+
- [`to text --no-newline` \[toc\]](#to-text---no-newline-toc)
47+
- [`open --raw` \[toc\]](#open---raw-toc)
48+
- [`help` \[toc\]](#help-toc)
49+
- [`$env.config.table.footer_inheritance` \[toc\]](#envconfigtablefooter_inheritance-toc)
50+
- [Function key keybindings \[toc\]](#function-key-keybindings-toc)
51+
- [Breaking changes \[toc\]](#breaking-changes-toc)
52+
- [Lone, leading pipe in closures \[toc\]](#lone-leading-pipe-in-closures-toc)
53+
- [`url parse` \[toc\]](#url-parse-toc)
54+
- [`http` `--max-time` \[toc\]](#http---max-time-toc)
55+
- [Empty rest matches \[toc\]](#empty-rest-matches-toc)
56+
- [Case insensitive sorting \[toc\]](#case-insensitive-sorting-toc)
57+
- [`ansi clear_entire_screen_plus_buffer` \[toc\]](#ansi-clear_entire_screen_plus_buffer-toc)
58+
- [Deprecations \[toc\]](#deprecations-toc)
59+
- [AST evaluation engine \[toc\]](#ast-evaluation-engine-toc)
60+
- [Removals \[toc\]](#removals-toc)
61+
- [`std/dirs` \[toc\]](#stddirs-toc)
62+
- [Bug fixes and other changes \[toc\]](#bug-fixes-and-other-changes-toc)
63+
- [`return`, `break`, and `continue` \[toc\]](#return-break-and-continue-toc)
64+
- [External command bareword arguments \[toc\]](#external-command-bareword-arguments-toc)
65+
- [`to text` \[toc\]](#to-text-toc)
66+
- [`to nuon` \[toc\]](#to-nuon-toc)
67+
- [`use` \[toc\]](#use-toc)
68+
- [`transpose` \[toc\]](#transpose-toc)
69+
- [Constants with type signatures \[toc\]](#constants-with-type-signatures-toc)
70+
- [Short flag type checking \[toc\]](#short-flag-type-checking-toc)
71+
- [Cell path pretty printing \[toc\]](#cell-path-pretty-printing-toc)
72+
- [`in $range` \[toc\]](#in-range-toc)
73+
- [`into datetime` \[toc\]](#into-datetime-toc)
74+
- [`ansi -l` \[toc\]](#ansi--l-toc)
75+
- [`join` \[toc\]](#join-toc)
76+
- [Table literals as arguments \[toc\]](#table-literals-as-arguments-toc)
77+
- [`clear` \[toc\]](#clear-toc)
78+
- [Prefer `$env.VISUAL` over `$env.EDITOR` \[toc\]](#prefer-envvisual-over-enveditor-toc)
79+
- [Fix handling of exported external aliases \[toc\]](#fix-handling-of-exported-external-aliases-toc)
80+
- [Panic fixes \[toc\]](#panic-fixes-toc)
81+
- [Hall of fame \[toc\]](#hall-of-fame-toc)
82+
- [All breaking changes \[toc\]](#all-breaking-changes-toc)
83+
- [Full changelog \[toc\]](#full-changelog-toc)
7684

7785
# Highlights and themes of this release [[toc](#table-of-content)]
7886

@@ -475,15 +483,15 @@ A parser panic regarding redirections was fixed in [#14035](https://github.com/n
475483
Thanks to all the contributors below for helping us solve issues and improve documentation :pray:
476484

477485
| author | title | PR |
478-
| -------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
486+
| -------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
479487
| [@atahabaki](https://github.com/atahabaki) | upgrade bracoxide to v0.1.4 (fixes #14290) | [#14296](https://github.com/nushell/nushell/pull/14296) |
480488
| [@fdncred](https://github.com/fdncred) | allow != for polars | [#14263](https://github.com/nushell/nushell/pull/14263) |
481489
| [@sgvictorino](https://github.com/sgvictorino) | don't include import path in args to aliased external commands | [#14231](https://github.com/nushell/nushell/pull/14231) |
482490
| [@sgvictorino](https://github.com/sgvictorino) | correctly parse table literals as lists | [#14226](https://github.com/nushell/nushell/pull/14226) |
483491
| [@WindSoilder](https://github.com/WindSoilder) | fix $env.FILE_PWD and $env.CURRENT_FILE inside use | [#14101](https://github.com/nushell/nushell/pull/14101) |
484492
| [@fdncred](https://github.com/fdncred) | make adding newlines with `to text` more consistent and opt-out-able | [#14158](https://github.com/nushell/nushell/pull/14158) |
485493
| [@PhotonBursted](https://github.com/PhotonBursted) | Defensive handling of errors when transposing | [#14096](https://github.com/nushell/nushell/pull/14096) |
486-
| [@sgvictorino](https://github.com/sgvictorino) | error when closure param lists aren't terminated by ` | ` | [#14095](https://github.com/nushell/nushell/pull/14095) |
494+
| [@sgvictorino](https://github.com/sgvictorino) | error when closure param lists aren't terminated by `\|` | [#14095](https://github.com/nushell/nushell/pull/14095) |
487495
| [@sgvictorino](https://github.com/sgvictorino) | fix error when exporting constants with type signatures in modules | [#14118](https://github.com/nushell/nushell/pull/14118) |
488496
| [@fdncred](https://github.com/fdncred) | try and fix osc633 escaping yet again | [#14140](https://github.com/nushell/nushell/pull/14140) |
489497
| [@IanManske](https://github.com/IanManske) | Fix return setting last exit code | [#14120](https://github.com/nushell/nushell/pull/14120) |

0 commit comments

Comments
 (0)